I try to monitor the optical SFP RX/TX power from a Brocade ICX switch.
The returned values have a kind of unusual setup:
Code: Select all
snmpget -v2c -c xxx host .1.3.6.1.4.1.1991.1.1.3.3.10.1.4.17.1 -Ovqa
"-008.6806 dBm Normal"
I wrote a small snmp_queries XML but that only works during the realtime monitoring.
The default 5min monitoring just shows me a warning in cacti.log:
Code: Select all
2023-07-18 18:11:19 - SPINE: Poller[1] PID[78909] PT[139655334712896] WARNING: Invalid Response, Device[81] HT[1] DS[20783] SNMP: v2: <device>, dsname: snIfMonitoringTxPwr, oid: .1.3.6.1.4.1.1991.1.1.3.3.10.1.3.17.1, value: -001.9661 dBm Normal
Code: Select all
/usr/local/spine/bin/spine --first=81 --last=81 -R -S -V 5
...
Total[0.1410] WARNING: Invalid Response, Device[81] HT[1] DS[20783] SNMP: v2: <device>, dsname: snIfMonitoringRxPwr, oid: .1.3.6.1.4.1.1991.1.1.3.3.10.1.4.17.1, value: -008.7127 dBm Normal
Total[0.1411] Device[81] HT[1] DS[20783] TT[86.08] SNMP: v2: <device>, dsname: snIfMonitoringRxPwr, oid: .1.3.6.1.4.1.1991.1.1.3.3.10.1.4.17.1, value: U
Total[0.1411] WARNING: Invalid Response, Device[81] HT[1] DS[20783] SNMP: v2: <device>, dsname: snIfMonitoringTxPwr, oid: .1.3.6.1.4.1.1991.1.1.3.3.10.1.3.17.1, value: -001.9661 dBm Normal
Total[0.1411] Device[81] HT[1] DS[20783] TT[86.10] SNMP: v2: <device>, dsname: snIfMonitoringTxPwr, oid: .1.3.6.1.4.1.1991.1.1.3.3.10.1.3.17.1, value: U
Could there be something with the snmp_query XML? Well if so, would realtime monitoring work neither?