On a netapp there is an OID (1.3.6.1.4.1.789.1.5.7.1.0) that has three values:
1-Ok, 2-NearlyFull, 3-Full
From the MIB- An indication of overall file system health. 'ok' indicates that all file systems have adequate space. 'nearlyFull' means that one or more is nearly full (more than 95% full). 'full' means that one or more are more than 98% full.
There is a second OID (.1.3.6.1.4.1.789.1.5.7.2.0) which is a string indicating which volume triggered the above. Most of the time this string is "All volumes have adequate space" but when the first OID is greater than 1 it will read something like \vol\homedir\jsmith.
Is there away to alert on these two OID's? Can you write a rule that says when OID-1 is 2 send email, if it changes to 3 send different email, but in the body of the emails include OID-2 or the volume in question?
Sorry I am really new to OrionNPM, so this might be easy, but it is beyond me.