Just trying to work out how to handle/manage the volume/noise of problems coming in, specifically with regards to the following:
Suppressing Problems Entirely
There are some problems which I'm not really interested in seeing for any devices (whether already added to Zabbix or any future devices which are yet to be added), for example, the High ICMP ping response time. I was trying to find where this check could be disabled. Another is the interface bandwdith alarm.
Interface Problems Based on Regex of Value
We have a standard interface description and would like to do the following:
I looked around but couldn't find anything to help point me in this direction.
Thanks
Suppressing Problems Entirely
There are some problems which I'm not really interested in seeing for any devices (whether already added to Zabbix or any future devices which are yet to be added), for example, the High ICMP ping response time. I was trying to find where this check could be disabled. Another is the interface bandwdith alarm.
Interface Problems Based on Regex of Value
We have a standard interface description and would like to do the following:
- Suppress any interface problems if they do not contain any of our pre-defined strings in the interface description.
- Change the problem severity based on a regex parse of the interface description.
- inet:blah
- cloud:blah
- dc:blah
- server01
I looked around but couldn't find anything to help point me in this direction.
Thanks
Comment