I've been trying to exclude a number of servers from a CPU alert I have based on the node name.
I have a number of servers which I know will have high CPU usage, they're all named the same (for example WIN-APP1, 2 3 etc). I use 1 alert to send emails to the relevant team when CPU usage has been higher than 80% for 10 minutes, the alert is based on vendor, so the logic of the alert trigger condition goes ....
Tigger when all
- Trigger when any
- vendor is net-snmp
- vendor is Windows
- CPU > 80
Also the "Do not trigger this action until condition exists for more than" is set to 10 minutes.
This works perfectly for most of our servers, however I'd like to add a condition along the lines of "where node name does not start with 'WIN-APP'".
Anyone got any ideas ?