If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
I don't have any unsupported elements.
I created a filter in the Discovery rule:
{#VALUE} 1.3.6.1.4.1.9.9.91.1.1.1.1.4
Im sorry but this works only if the device has populated the entSensorThresholdTable, for example 1.3.6.1.4.1.9.9.91.1.2.1.1.4. As soon as this table is not filled with values you will end up with lots of unsupported items (for example C9200 dont have those tables filled, I dont know why).
Maybe Im missing something trivial but I didn't find a way to prevent creating those unsupported items if the table is not popuplated.
There is a 3rd party template linked from the templates page here on zabbix.com that does Tx/Rx power. It has triggers for all four of the OID's (the .1-.4 after the snmp index macro)
It also takes into account the threshold and if it's a HIGH mark or LOW mark threshold.
Zabbix Community Templates repository. Contribute to zabbix/community-templates development by creating an account on GitHub.
Note: I updated the referenced MIBs in the template to use the OID, to avoid having to load MIBs.
The issue I have with this template is that unused ports on some models still report their Tx/Rx power. Which on an unused port is out of range. This causes a false alarm even when the port is shut.
Comment