I want to use a simple check (icmpping) to monitor network equipment only at certain hours of the day (between 9 am and 8 pm). that is why I created the following triger:
The problem is that if the equipment is turned off (triger in a state PROBLEM), then at 20:00 he goes into OK and quickly back into the PROBLEM state. As a result, actions are performed, and I receive unwanted notifications.
Where is my mistake?
Code:
{host.domain.com:icmpping.max(180)}=0&{host.domain.com:icmpping.time(0)}>090000&{host.domain.com:icmpping.time(0)}<200000
Where is my mistake?
Comment