Hi, we have a Zabbix 4.0.3 server with some triggers configured for Windows agents. I wanted to know if its possible to configure a trigger to ignore the null data of a host (when the host is turned off).
Right now we have a CPU load trigger with the following code:
The computers at our organization start at 08:00 so we get a lot of CPU alerts at that time, so we wanted to know if its possible to modify the trigger so it ignores null values of the triggers (when the host are not reachable).
We are currently using the maintenance mode from 03 to 08 h but there are hosts that don't auto turn on at 08 and we get alerts from them.
Thanks
Right now we have a CPU load trigger with the following code:
Code:
({Template OS Windows Active:perf_counter[\Procesador(_Total)\% de tiempo de procesador].avg(10m)}>95) and {TRIGGER.VALUE}=0
or
({Template OS Windows Active:perf_counter[\Procesador(_Total)\% de tiempo de procesador].avg(10m)}>85) and {TRIGGER.VALUE}=1
We are currently using the maintenance mode from 03 to 08 h but there are hosts that don't auto turn on at 08 and we get alerts from them.
Thanks
Comment