Hello All,
I have encountered kind of weired situation for 2 trigger configured.
Below are the trigger configurations.
1). Trigger to check zabbix agent reachablity. It checks if the zabbix agent in added host is not reachable for 5 mins, if yes then send the alert.
Name: Zabbix Agent is not reachable on {HOST.HOST} -> {HOST.IP} for 5 minutes.
Expression:{IT-Servers-Linux-:agent.ping.nodata(300)}=1
Multiple PROBLEM events generation : blank / unchecked.
Description: : Zabbix agent in {HOST.HOST} is not reachable for 5 mins.
URL:[/B] blank
Severity: Warning
2). Checks if the configured host is reachable using icmpping item.
Name: Ping reachablity check using icmp ping failed to {HOST.HOST}
Expression:
Description: Ping reachability failed to {HOST.HOST} : {HOST.IP}
Severity: High
Both (1) and (2) triggers are getting triggered frequently. Hence i have disabled (1) - i.e to check zabbix agent reachablity.
But for (2) - ping check : i do not understand why its complaining. It was working fine till couple of days back.
When it triggers (2), it sends PROBLEM and OK together, in PROBLEM i get 0, and OK will have 1 as body. During the email ( i have configured email under Configuration -> Actions ), when i log in to zabbix server and check, the host for which email came will be pinging fine. Because of this, i am forced to ignore ping alterts, which resulted ignoring genuine alerts.
I have about 430+ hosts (linux, windows, swiches, f/w's etc) are being monitored using icmpping. Out of which about 390 are connected/monitored via
zabbix master server and rest of the 40+ hosts are distributed to 2 zabbix proxy servers ( under Configuration -> Host -> Select Monitored via proxy : also in host config file , put proxy ip address as zabbix server address).
I have
in zabbix master conf. I have also installed fping. In proxy servers , zabbix_proxy.conf has StartPingers=10.
I have 16GB ram in master server, 8 core machine with 300GB HDD ( raid 10). Max mysql connections are 160, innodb_buffer_pool_size=8G ( can't increase more, h/w problems)
Do i need to increase more StartPingers ? Or Do i need to add more proxy servers and distribute hosts?
Any pointers are greatly helpful.
Thanks.
I have encountered kind of weired situation for 2 trigger configured.
Below are the trigger configurations.
1). Trigger to check zabbix agent reachablity. It checks if the zabbix agent in added host is not reachable for 5 mins, if yes then send the alert.
Name: Zabbix Agent is not reachable on {HOST.HOST} -> {HOST.IP} for 5 minutes.
Expression:{IT-Servers-Linux-:agent.ping.nodata(300)}=1
Multiple PROBLEM events generation : blank / unchecked.
Description: : Zabbix agent in {HOST.HOST} is not reachable for 5 mins.
URL:[/B] blank
Severity: Warning
2). Checks if the configured host is reachable using icmpping item.
Name: Ping reachablity check using icmp ping failed to {HOST.HOST}
Expression:
Code:
{IT-Servers-Linux-:icmpping[,5,,,300].last(0)}=0
Severity: High
Both (1) and (2) triggers are getting triggered frequently. Hence i have disabled (1) - i.e to check zabbix agent reachablity.
But for (2) - ping check : i do not understand why its complaining. It was working fine till couple of days back.
When it triggers (2), it sends PROBLEM and OK together, in PROBLEM i get 0, and OK will have 1 as body. During the email ( i have configured email under Configuration -> Actions ), when i log in to zabbix server and check, the host for which email came will be pinging fine. Because of this, i am forced to ignore ping alterts, which resulted ignoring genuine alerts.
I have about 430+ hosts (linux, windows, swiches, f/w's etc) are being monitored using icmpping. Out of which about 390 are connected/monitored via
zabbix master server and rest of the 40+ hosts are distributed to 2 zabbix proxy servers ( under Configuration -> Host -> Select Monitored via proxy : also in host config file , put proxy ip address as zabbix server address).
I have
Code:
StartPingers=50
I have 16GB ram in master server, 8 core machine with 300GB HDD ( raid 10). Max mysql connections are 160, innodb_buffer_pool_size=8G ( can't increase more, h/w problems)
Do i need to increase more StartPingers ? Or Do i need to add more proxy servers and distribute hosts?
Any pointers are greatly helpful.
Thanks.


Comment