Hi All,
I am new to the Zabbix and I wonder if anyone can help.
Scenario:
Around 50 servers using standard OS Windows by Zabbix agent active.
Everything is discovered as expected.
Now I'd like to be receiving notifications on our e-mails about every trigger except "high memory utilisation" for every DB server(around 5 of them).
What is the best practice? Has anyone was in a need to set up something similar? I cannot simply disable the trigger because we still want to monitor that aspect but we don't want to receive e-mails. And adding condition for every trigger manually without using "Host equals" just to not include one seems like a daunting task. There must be a better way?
So far I tried the below
In Configuration->Actions I use the following conditions:
I add the following condition for every single host:
A. Host equals hostname.domain.com
B. Host equals hostname2.domain.com
C. Host equals DBServer.domain.com
.
.
.
Then I try to exclude high memory usage trigger by adding the following condition to the same condition set:
Z. Trigger does not equal DBServer.domain.com: High memory utilization ( >90% for 5m)
Type of calculation: (A or B or C or...) and (Z or...)
Any help would be appreciated!
I am new to the Zabbix and I wonder if anyone can help.
Scenario:
Around 50 servers using standard OS Windows by Zabbix agent active.
Everything is discovered as expected.
Now I'd like to be receiving notifications on our e-mails about every trigger except "high memory utilisation" for every DB server(around 5 of them).
What is the best practice? Has anyone was in a need to set up something similar? I cannot simply disable the trigger because we still want to monitor that aspect but we don't want to receive e-mails. And adding condition for every trigger manually without using "Host equals" just to not include one seems like a daunting task. There must be a better way?
So far I tried the below
In Configuration->Actions I use the following conditions:
I add the following condition for every single host:
A. Host equals hostname.domain.com
B. Host equals hostname2.domain.com
C. Host equals DBServer.domain.com
.
.
.
Then I try to exclude high memory usage trigger by adding the following condition to the same condition set:
Z. Trigger does not equal DBServer.domain.com: High memory utilization ( >90% for 5m)
Type of calculation: (A or B or C or...) and (Z or...)
Any help would be appreciated!