Hi All,
I'm hoping someone can offer some insight into this.
I have a site with 3 switches, and a wan router/firewall.
The three switches each have a snmp nodata check and also a ping check. The snmp nodata check depends on the ping check.
The firewall also has a ping check. The switches ping check depends on the firewall ping check.
So, what you have is this:
snmp nodata check -----> switch ping -----> firewall ping.
No data check:
{SO1TECHS2950-2:uptime.nodata(600)}=1
Depends on:
SO1TECHS2950-2 : {HOST.NAME} is not responding to pings.
Switch ping:
{SO1TECHS2950-2:icmpping[].max(180)}<1
Depends on :
SOFW01 : {HOST.NAME} is not responding to pings.
Firewall ping:
{SOFW01:icmpping[].max(180)}<1
No dependencies.
When an outage occurs I receive these messages (one for the switch ping failure, and one for the snmp no data) even though the dependencies are properly set.
It appears that Zabbix isn't handling dependencies properly. They only work if the timing of the checks is perfect.
Am I missing something?
I'm hoping someone can offer some insight into this.
I have a site with 3 switches, and a wan router/firewall.
The three switches each have a snmp nodata check and also a ping check. The snmp nodata check depends on the ping check.
The firewall also has a ping check. The switches ping check depends on the firewall ping check.
So, what you have is this:
snmp nodata check -----> switch ping -----> firewall ping.
No data check:
{SO1TECHS2950-2:uptime.nodata(600)}=1
Depends on:
SO1TECHS2950-2 : {HOST.NAME} is not responding to pings.
Switch ping:
{SO1TECHS2950-2:icmpping[].max(180)}<1
Depends on :
SOFW01 : {HOST.NAME} is not responding to pings.
Firewall ping:
{SOFW01:icmpping[].max(180)}<1
No dependencies.
When an outage occurs I receive these messages (one for the switch ping failure, and one for the snmp no data) even though the dependencies are properly set.
It appears that Zabbix isn't handling dependencies properly. They only work if the timing of the checks is perfect.
Am I missing something?
Comment