Skip to content

Commit 44a17c5

Browse files
committed
Add APC Smart-UPS 1000 report with snmp-ups and failed shutdown commands [networkupstools/nut#953]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 7a5ef83 commit 44a17c5

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# DEVICE:URL:REPORT: https://github.com/networkupstools/nut/issues/953#issuecomment-753569013
2+
3+
# DEVICE:COMMENT-BLOCK:
4+
# An APC SU-1000 UPS with AP9617 card (reports itself as Smart-UPS 1000)
5+
# connected via SNMPv3, tested with a NUT v2.8.0 candidate code base.
6+
#
7+
# A number of shutdown attempt tests were done, returning SNMP errors like:
8+
# ----
9+
# [su1000] nut_snmp_set: can't set .1.3.6.1.4.1.318.1.1.1.6.1.1.0:
10+
# Error in packet: wrongType (The set datatype does not match
11+
# the data type the agent expects)
12+
# ----
13+
#
14+
# ...or (using NUT v2.7.4 from Fedora 33):
15+
# ----
16+
# [su1000] nut_snmp_set: can't set .1.3.6.1.4.1.318.1.1.1.6.1.1.0:
17+
# Error in packet: (genError) A general failure occured
18+
# ----
19+
#
20+
# ...and those problems can be reproduced with `snmpset` program, as detailed
21+
# in the https://github.com/networkupstools/nut/issues/953 NUT ticket.
22+
#
23+
# Similar problems were reported with an APC SmartUPS 750 and an AP9631 card.
24+
# DEVICE:EOC
25+
26+
# :; upsc su1000
27+
ambient.1.humidity.alarm.high: 60
28+
ambient.1.humidity.alarm.low: 30
29+
ambient.1.temperature.alarm.high: 40
30+
ambient.1.temperature.alarm.low: 10
31+
battery.charge: 100
32+
battery.charge.restart: 0
33+
battery.current: 0
34+
battery.date: 05/03/20
35+
battery.packs: 0
36+
battery.packs.bad: -1
37+
battery.runtime: 2580
38+
battery.runtime.low: 120
39+
battery.voltage: 27.60
40+
battery.voltage.nominal: -1
41+
device.mfr: APC
42+
device.model: SMART-UPS 1000
43+
device.serial: QS0023121408
44+
device.type: ups
45+
driver.name: snmp-ups
46+
driver.parameter.pollfreq: 15
47+
driver.parameter.pollinterval: 2
48+
driver.parameter.port: 192.168.122.104
49+
driver.parameter.snmp_version: v3
50+
driver.parameter.synchronous: no
51+
driver.version: 2.7.4-2077-g699bf8b4
52+
driver.version.data: apcc MIB 1.3
53+
driver.version.internal: 1.12
54+
input.frequency: 50
55+
input.sensitivity: low
56+
input.transfer.high: 253
57+
input.transfer.low: 196
58+
input.transfer.reason: selfTest
59+
input.voltage: 237.90
60+
input.voltage.maximum: 240.50
61+
input.voltage.minimum: 236.60
62+
output.current: 0
63+
output.frequency: 50
64+
output.voltage: 237.90
65+
output.voltage.nominal: 230
66+
ups.delay.shutdown: 20
67+
ups.delay.start: 0
68+
ups.firmware: 60.11.I
69+
ups.id: SU 1000
70+
ups.load: 3.60
71+
ups.mfr: APC
72+
ups.mfr.date: 06/03/00
73+
ups.model: SMART-UPS 1000
74+
ups.serial: QS0023121408
75+
ups.status: OL
76+
ups.temperature: 27.40
77+
ups.test.date: 01/02/2021
78+
ups.test.result: Ok
79+
80+

0 commit comments

Comments
 (0)