Hello,
I am using Zabbix server 2.4.4.
I have 1 host group with several hosts. Our company has 1st line support and 2nd line support.
So for these hosts I have configured some triggers who are for the 1st line support, e.g. their name starts with: SUPP1 CPU load is {ITEM.LASTVALUE1}
And I have configured some triggers who are for the 2nd line support, e.g. their name starts with: SUPP2 PostgreSQL active connections: {ITEM.LASTVALUE1}
Everything is OK, but I want to receive emails only for SUPP2 triggers, so I configured this action:
Trigger value = PROBLEM
Trigger name not like SUPP1
Host group = MYHOSTGROUP
Send message to user groups: GROUP-SUPPORT-2 via Email
The problem is that I continue to receive all triggers including the SUPP1 triggers. Why? And how to configure the action like that to receive only SUPP2 triggers?
Thank you!
I am using Zabbix server 2.4.4.
I have 1 host group with several hosts. Our company has 1st line support and 2nd line support.
So for these hosts I have configured some triggers who are for the 1st line support, e.g. their name starts with: SUPP1 CPU load is {ITEM.LASTVALUE1}
And I have configured some triggers who are for the 2nd line support, e.g. their name starts with: SUPP2 PostgreSQL active connections: {ITEM.LASTVALUE1}
Everything is OK, but I want to receive emails only for SUPP2 triggers, so I configured this action:
Trigger value = PROBLEM
Trigger name not like SUPP1
Host group = MYHOSTGROUP
Send message to user groups: GROUP-SUPPORT-2 via Email
The problem is that I continue to receive all triggers including the SUPP1 triggers. Why? And how to configure the action like that to receive only SUPP2 triggers?
Thank you!
Comment