1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 | intermonitor:/opt/observernms# /usr/bin/snmpwalk -O Qs -v1 -c public host-195-39-144-67.intermonitor:161 -M /opt/observernms/mibs -m UPS-MIB 1.3.6.1.2.1.33.1
upsIdentManufacturer.0 = Delta
upsIdentModel.0 = NETYS RT 1/1 UPS
upsIdentUPSSoftwareVersion.0 = 1.0
upsIdentAgentSoftwareVersion.0 = 2.0h
upsIdentName.0 =
upsIdentAttachedDevices.0 =
upsIdent.7.0 = 2200
Segmentation fault
intermonitor:/opt/observernms# /usr/bin/snmpwalk -O Qs -v1 -c public host-195-39-144-67.intermonitor:161 1.3.6.1.2.1.33.1
mib-2.33.1.1.1.0 = "Delta"
mib-2.33.1.1.2.0 = "NETYS RT 1/1 UPS"
mib-2.33.1.1.3.0 = "1.0"
mib-2.33.1.1.4.0 = "2.0h "
mib-2.33.1.1.5.0 = ""
mib-2.33.1.1.6.0 = ""
mib-2.33.1.1.7.0 = 2200
mib-2.33.1.2.1.0 = NULL
mib-2.33.1.2.2.0 = 0
mib-2.33.1.2.3.0 = NULL
mib-2.33.1.2.4.0 = 0
mib-2.33.1.2.5.0 = 552
mib-2.33.1.2.6.0 = NULL
mib-2.33.1.2.7.0 = 37
mib-2.33.1.3.1.0 = NULL
mib-2.33.1.3.2.0 = 1
^C
|