It is possible to run into a rare problem when an SNMP monitored host temporarily becomes unavailable. Zabbix response when a host becomes unavailable is to regularly try the first of this host's items to check whether the host is available again. In the specific circumstances that the first item is an SNMP value which is not supported by the monitored host's MIB, Zabbix will not detect when this host becomes available again. This is because a query for a not supported MIB value will simply time out and therefore Zabbix thinks that this host is still unavailable. In turn a Zabbix agent would return 'ZBX_NOT_SUPPORTED' which at least tells the Zabbix server that the monitored host is available again.
This is probably not a problem for most Zabbix users but worth remembering if it happens. I only found out through network sniffing with tcpdump.
Markus
This is probably not a problem for most Zabbix users but worth remembering if it happens. I only found out through network sniffing with tcpdump.
Markus
Comment