oid to monitor PWR-DC-VOLT

I need to get the voltage from sensor PWR-DC-VOLT.

I do not know the oid and snmpwalk is not exposing anything.

[root@facilities mibs]# snmpwalk 192.168.49.160 -v 2c -c public -m ServersCheck
RFC1213-MIB::sysDescr.0 = STRING: "Temperature & Sensor Gateway"
RFC1213-MIB::sysObjectID.0 = OID: ServersCheck::serverscheck
RFC1213-MIB::sysUpTime.0 = Timeticks: (42668311) 4 days, 22:31:23.11
RFC1213-MIB::sysContact.0 = STRING: "http://www.serverscheck.com"
RFC1213-MIB::sysName.0 = STRING: "SFJ3-SENSOR"
RFC1213-MIB::sysLocation.0 = STRING: "24700"

I have the mib file in /usr/share/snmp/mibs

Even if I try to snmpwalk 1.3 it never exposes anything about the sensors.

I am not sure what else to try to get the values.

I can get them from xml and json api but I would rather just monitor with the oid values.

Please help.

Thanks

Comments

Sign In or Register to comment.