Hi All -
I am creating my first advanced alert, yaaay!
I taking it in baby steps, but here's what I'm trying to do:
1) monitor volume utilization for my servers
2) if a volume reaches above 90% it kicks out an alert that states something like this:
<ServerName> C:\ @ <VolumePercentUsed>
However, there is no variable that only gives me the drive letter, its gives me all this other mumbo-jumbo that I really don't need like serial number.
I'm trying to SQL to get the first 3 letters of the ${Caption} variable but its not working:
${SQL:select substring(Caption,0,3)}
Here is my Trigger Condition:
Node Name is equal to *
field Volume Description is equal to value *
Volume Percent Used is greater than 90%
What do you guys think? Is this doing what I think its doing? And do you have the SQL statement that will only get me the first 3 characters of the Caption column in the Volumes table? I don't need the serial number.
Thanks in advance! I'm a novice so be gentle 