Hi All,
Zabbix newb here.
I am trying to trigger when an item snmpgets "nosuchname" (I am not trying to trigger snmp availability)
I have an APC UPS that has a modular network card. When that network card is not communicating fully with the UPS, I will be able to snmpget some OIDs but not all. I currently have a trigger for when SNMP availability is down completely but I am trying to create a trigger when one specific OID returns a (noSuchName) error to let me know it's in this in-between state. It doesn't seem like I can apply any functions against null keys, I have tried things such as count but the trigger just fails because there is no value for the item. Can anyone advise how to trigger when a specific item's OID in SNMPGET is not retrievable?
The item I am trying to trigger is showing "SNMP error: (noSuchName) There is no such variable name in this MIB."
Thanks!
Zabbix newb here.
I am trying to trigger when an item snmpgets "nosuchname" (I am not trying to trigger snmp availability)
I have an APC UPS that has a modular network card. When that network card is not communicating fully with the UPS, I will be able to snmpget some OIDs but not all. I currently have a trigger for when SNMP availability is down completely but I am trying to create a trigger when one specific OID returns a (noSuchName) error to let me know it's in this in-between state. It doesn't seem like I can apply any functions against null keys, I have tried things such as count but the trigger just fails because there is no value for the item. Can anyone advise how to trigger when a specific item's OID in SNMPGET is not retrievable?
The item I am trying to trigger is showing "SNMP error: (noSuchName) There is no such variable name in this MIB."
Thanks!
Comment