I'm new to NPM, but have used IPMonitor for years. The alerting in NPM is a bit different. I have drivespace alerts configured for less than 5%, 10%, etc. free space. These are working nicely, but I want to suppress these alerts for certain servers that are habitual offenders, and we don't need the alerts on.
I have the alerts configured as such:
Trigger Alert When all of the following apply:
Volume Percent Available is less than or equal to 5
Volume Space Available is less than or equal to 5368709120
This portion works fine, but when I add Suppression to filter out specific servers, I don't get alerts for any servers.
Suppress Alert when any of the following apply:
Node Name contains SERVERNAME.DOMAIN.NET
Node Name contains SERVERNAME.DOMAIN.NET
Node Name contains SERVERNAME.DOMAIN.NET
Node Name contains SERVERNAME.DOMAIN.NET
Node Name contains SERVERNAME.DOMAIN.NET
If i remove the suppression, the alerts work again.
Any help is appreciated.
Thanks.