Hello!
I'm rather new to Zabbix and I need some help with configuring triggers.
There is a trigger for pid changes and it works perfectly fine:
changecount(/xxx/xxx.change_pid,1d)>=1
So it basically states that there was a at least one pid change within the last 24 hours.
What I need is to configure it that way:
- if someone closes this problem manually, the problem is solved, there is no new notification for closed problem, triggers again only if there was another pid change within 24 hours.
Manual closing is mandatory here, since we need to make sure why pid changed and resolve problem ourselves. The main issue I have is that if a problem is closed manually now, the data from the host still has values that match the trigger and problem reappears again after receiving data from the host during the next iteration.
I kinda found out that Suppress supposedly does that job and removes Problem from the dashboard, but this won't notify if there was e.g. 2 changes of pid during the last 24 hours.
Is there a way to make an expression or some workaround for this?
Help is really appreciated.
I'm rather new to Zabbix and I need some help with configuring triggers.
There is a trigger for pid changes and it works perfectly fine:
changecount(/xxx/xxx.change_pid,1d)>=1
So it basically states that there was a at least one pid change within the last 24 hours.
What I need is to configure it that way:
- if someone closes this problem manually, the problem is solved, there is no new notification for closed problem, triggers again only if there was another pid change within 24 hours.
Manual closing is mandatory here, since we need to make sure why pid changed and resolve problem ourselves. The main issue I have is that if a problem is closed manually now, the data from the host still has values that match the trigger and problem reappears again after receiving data from the host during the next iteration.
I kinda found out that Suppress supposedly does that job and removes Problem from the dashboard, but this won't notify if there was e.g. 2 changes of pid during the last 24 hours.
Is there a way to make an expression or some workaround for this?
Help is really appreciated.
Comment