I'm sure this has been discussed before, but I wasn't sure what to search for.
zabbix 4.4.4
For instance, I'm working on printer management. I have a supplies item prototype that displays the prtMarkerColorantValue. But not all supplies have this (A toner does, but a maintenance kit does not). So I get a red X and "no such instance" error. How do I handle this in the template? Do I use a pre-process entry to ignore the error? That means it's running the SNMP query and just ignoring the error. Do I leave the error as is? That at least disables the check for 10 minutes at a time.
Is there a way in the template to not create the item if the OID doesn't exist?
zabbix 4.4.4
For instance, I'm working on printer management. I have a supplies item prototype that displays the prtMarkerColorantValue. But not all supplies have this (A toner does, but a maintenance kit does not). So I get a red X and "no such instance" error. How do I handle this in the template? Do I use a pre-process entry to ignore the error? That means it's running the SNMP query and just ignoring the error. Do I leave the error as is? That at least disables the check for 10 minutes at a time.
Is there a way in the template to not create the item if the OID doesn't exist?
Comment