I've setup an Advanced Alert to alert me when a servers' disk space is low based on 95% (roughly) and that the volume has less than 2gb (I think anyway). Here's what my alert looks like:
Trigger the alert when ALL of the following apply:
Vendor is equal to Windows
field Volume Percent Used is greater than or equal to value 95.0475
field Volume Space Available is less than or equal to 2000 (assuming it's measure in KB??)
My alert message looks like this:
Subject line says :[URGENT] ${NodeName}'s disk space is low ----- This comes out fine in the e-mail, the name of the server is included.
The body of the message says: ${FullName} volume is at ${VolumePercentUsed}. Total disk capacity is ${VolumeSize)
However, when I get the e-mail, I get that exact text in my message, I don't get the values. I'm hoping to include in the message what the available space is but I have to get past this first. Anyone with any ideas of what I'm doing wrong? I'm running 8.0.2 (upgraded this morning) and have applied the Alerting patch.
Oh yeah, what's with the double spacing on this page when I hit enter??