Hello,
I am working on setting up disk alerting on our new solarwinds setup and i want to to have the drive letter only as part of the title.
Like this "c:\" instead of "c:\OS volume"
I ran across this article from 2010 and can get it to work in simulation but when the alert occurs in real time i get this output "${C " for every drive letter instead of the correct output.
Advanced Alert - First one!
This is the string I was using: ${SQL:Select Substring ('${Caption}',1,3) AS Caption}
Does anyone know how to get only the drive variable working
*UPDATE*
Upon Further testing It works with the Initial alert but we want it to realert daily. when the subsequent alerts come out the variable is messed up
Thank you for the help