I am trying to configure monitoring of ospf peers on several my router via snmp. When session is up I can get all information via snmp:
But when interface goes down:
OID does not exist any more, item becomes unsupported and I cannot trigger anything on this item. Is there any workarounds?
Of course I can use external scripts for this check, but I am looking for more tidy solution.
And yes, I know about https://support.zabbix.com/browse/ZBXNEXT-341
Code:
root@zabbix-main-64:~# snmp ip-addr 1.3.6.1.2.1.14.10.1.6.256.256.144.18.0 iso.3.6.1.2.1.14.10.1.6.256.256.144.18.0 = INTEGER: 8
Code:
root@zabbix-main-64:~# snmp ip-addr 1.3.6.1.2.1.14.10.1.6.256.256.144.18.0 iso.3.6.1.2.1.14.10.1.6.256.256.144.18.0 = No Such Instance currently exists at this OID
Of course I can use external scripts for this check, but I am looking for more tidy solution.
And yes, I know about https://support.zabbix.com/browse/ZBXNEXT-341
Comment