Hi all,
I think there should be more statuses of trigger, not only ON,OFF, UNKNOWN. I am trying to make some discussion about this
Problem is that there are some situations when we do not want to send alert, even if trigger becomes TRUE. Let me explain it. Primary goal of this should be to make as small number of alerts as possible. In other words, send only IMPORTANT alerts to users.
First, types of trigger statuses could be:
Now we could make alerter more sofisticated and to look into trigger transition, not value. I mean:
Thanx!
I think there should be more statuses of trigger, not only ON,OFF, UNKNOWN. I am trying to make some discussion about this
Problem is that there are some situations when we do not want to send alert, even if trigger becomes TRUE. Let me explain it. Primary goal of this should be to make as small number of alerts as possible. In other words, send only IMPORTANT alerts to users.First, types of trigger statuses could be:
- NEW (new trigger, we know nothing about it. Can be after adding new host)
- INIT (zabbix server was just started or restarted)
- OFF
- ON
- UNKNOWN
Now we could make alerter more sofisticated and to look into trigger transition, not value. I mean:
- Zabbix admin wants to know when anything becames to unknown. But users are not interested in this situation.
- Zabbix admin wants to know when anything is back from unknown. But users are interested only if last state is ON.
- Zabbix admin maybe needs to know that new trigger was added (state NEW to something)
- Users can be insterested only in some transition, eg. ON to OFF, OFF to ON, UNKNOWN to ON or INIT to ON or NEW to ON.
- Sometimes it is good to filter new triggers from sending. I mean, somebody will add host, and first state is not interesting for him (until he configure it), so he will filter NEW to anything.
Thanx!
Comment