How to monitor L2 Switch Network, Link down, sfp transceiver RX power in dBm, etc in GUI
Ad Widget
Collapse
Monitor Sfp Transceiver Rx power in dBm
Collapse
X
-
Tags: None
-
If you weren't using Zabbix and you wanted to gather this information manually, what commands or methods would you use to get that information? -
using Zabbix for the first time
have the OID info for sfp info table (screenshot attached)
switch : Optilink OL MEN 99428
need help to create template that will show sfp info(Rx Power) in dBm in Map besides(Element name) and need to set trigger if power goes above or below certain valuesComment
-
-
You can add the filter and the map later, but start by creating a template with the SNMP item you want to collect. SNMP items are covered in the Zabbix SNMP agent item documentation.
If your Zabbix server install has imported the default set of templates, there are probably some examples you can look at in those templates.
Once you have data collection (the item) working, then you can add triggers based on the data, but you need to start by getting data collection working.Comment
Comment