APC Symmetra PX has such OIDs (upsPhaseInputVoltage):
But how to get only one value?
Trying snmpget:
but no luck
And Zabbix gets the same value...
Is there any another way to monitor this values in Zabbix?
Thanks in advance!
Code:
$ snmpwalk -c public -v2c IP enterprises.318.1.1.1.9.2.3.1.3 SNMPv2-SMI::enterprises.318.1.1.1.9.2.3.1.3.2.1 = INTEGER: 231 SNMPv2-SMI::enterprises.318.1.1.1.9.2.3.1.3.2.2 = INTEGER: 228 SNMPv2-SMI::enterprises.318.1.1.1.9.2.3.1.3.2.3 = INTEGER: 228 SNMPv2-SMI::enterprises.318.1.1.1.9.2.3.1.3.3.1 = INTEGER: 231 SNMPv2-SMI::enterprises.318.1.1.1.9.2.3.1.3.3.2 = INTEGER: 227 SNMPv2-SMI::enterprises.318.1.1.1.9.2.3.1.3.3.3 = INTEGER: 228
Trying snmpget:
Code:
$ snmpget -c public -v2c IP enterprises.318.1.1.1.9.2.3.1.3.2.1 SNMPv2-SMI::enterprises.318.1.1.1.9.2.3.1.3.2.1 = INTEGER: -1
And Zabbix gets the same value...Is there any another way to monitor this values in Zabbix?
Thanks in advance!
Comment