I would like to check my server's hds to know if they are being 80% used.
Is there a way to do something like this at trigger expression ?
{SNMP_t:hrStorageUsed.4.last(0)}>{(SNMP_t:hrStorag eSize.4.last(0))*(0.8)}
I mean, Above i'm making a comparison between the last value of hrStorageUsed.4 (my servers / directory) and the total size of this partition (hrStoragesize.4) and see if it is higher then 80% (0.8).
Is that possible ? I use snmp to monitor this devices.
[]'s
Is there a way to do something like this at trigger expression ?
{SNMP_t:hrStorageUsed.4.last(0)}>{(SNMP_t:hrStorag eSize.4.last(0))*(0.8)}
I mean, Above i'm making a comparison between the last value of hrStorageUsed.4 (my servers / directory) and the total size of this partition (hrStoragesize.4) and see if it is higher then 80% (0.8).
Is that possible ? I use snmp to monitor this devices.
[]'s
Comment