Hi,
I am testing the case in zabbix where different users "belong to the same email group", meaning they share the same email address, even though they belong to different user groups. Example:
* User 1 belongs to Maintenance group (User group) A and B
* User 2 belongs to Maintenance group (User group) B and C
Because it is not possible (AFAIK) in Zabbix to define Medias on a user group basis, but only on a per-user basis, i need to use at least 4 email addresses in the case above:
Question 1: Now when an alert triggers on Group B: is there a way to prevent sending out 2 email duplicates ? is it possible to deduplicate messages on media II and III since they have same email address ?
Question 2: (unrelated): Is it possible to have a conditional step duration and number of steps based on event properties ? example:Action A + Event 1 -> (Step duration = 2h, Steps 1-3) // Action A + Event 2 -> (Step duration = 1d, Steps 1-7) ?
thanks a lot!
I am testing the case in zabbix where different users "belong to the same email group", meaning they share the same email address, even though they belong to different user groups. Example:
* User 1 belongs to Maintenance group (User group) A and B
* User 2 belongs to Maintenance group (User group) B and C
Because it is not possible (AFAIK) in Zabbix to define Medias on a user group basis, but only on a per-user basis, i need to use at least 4 email addresses in the case above:
- User 1
- Group A -> media I
- Group B -> media II
- User 2
- Group B -> media III
- Group C -> media IV
Question 1: Now when an alert triggers on Group B: is there a way to prevent sending out 2 email duplicates ? is it possible to deduplicate messages on media II and III since they have same email address ?
Question 2: (unrelated): Is it possible to have a conditional step duration and number of steps based on event properties ? example:Action A + Event 1 -> (Step duration = 2h, Steps 1-3) // Action A + Event 2 -> (Step duration = 1d, Steps 1-7) ?
thanks a lot!
create a fake user "support" and assign that email to it. Send emails 24/7...:P
Comment