-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from jimklimov/hcl-ddl-20230830
HCL/DDL bump 20230830
- Loading branch information
Showing
24 changed files
with
2,995 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# DEVICE:URL:REPORT: https://github.com/networkupstools/nut/issues/1740#issuecomment-1364539768 | ||
|
||
# DEVICE:COMMENT-BLOCK: | ||
# An APC SUA1000 UPS (reports itself as Smart-UPS 1000) connected via SNMPv1 | ||
# does not have the problem described in this ticket: Battery Runtime matches | ||
# on UPS and NUT monitoring, and equals `70680.00` here. | ||
# DEVICE:EOC | ||
|
||
ambient.1.humidity.alarm.high: 89.00 | ||
ambient.1.humidity.alarm.low: 11.00 | ||
ambient.1.temperature.alarm.high: 59.00 | ||
ambient.1.temperature.alarm.low: 1.00 | ||
battery.charge: 93.00 | ||
battery.charge.restart: 0 | ||
battery.current: 0.00 | ||
battery.date: 12/01/22 | ||
battery.packs: 4.00 | ||
battery.packs.bad: -1.00 | ||
battery.runtime: 70680.00 | ||
battery.runtime.low: 120 | ||
battery.voltage: 25.60 | ||
battery.voltage.nominal: -1.00 | ||
device.mfr: APC | ||
device.model: Smart-UPS 1000 | ||
device.serial: AS0802331853 | ||
device.type: ups | ||
driver.name: snmp-ups | ||
driver.parameter.pollfreq: 20 | ||
driver.parameter.pollinterval: 2 | ||
driver.parameter.port: 192.168.1.51 | ||
driver.parameter.snmp_retries: 10 | ||
driver.parameter.snmp_timeout: 5 | ||
driver.parameter.snmp_version: v1 | ||
driver.parameter.synchronous: no | ||
driver.version: 2.7.4 | ||
driver.version.data: apcc MIB 1.2 | ||
driver.version.internal: 0.97 | ||
input.frequency: 50.00 | ||
input.sensitivity: medium | ||
input.transfer.high: 253 | ||
input.transfer.low: 200 | ||
input.transfer.reason: rateOfVoltageChange | ||
input.voltage: 0.00 | ||
input.voltage.maximum: 0.00 | ||
input.voltage.minimum: 0.00 | ||
output.current: 0.40 | ||
output.frequency: 50.00 | ||
output.voltage: 220.40 | ||
output.voltage.nominal: 220 | ||
ups.delay.shutdown: 0 | ||
ups.delay.start: 0 | ||
ups.firmware: 652.18.I | ||
ups.id: kotel | ||
ups.load: 16.90 | ||
ups.mfr: APC | ||
ups.mfr.date: 01/12/08 | ||
ups.model: Smart-UPS 1000 | ||
ups.serial: AS0802331853 | ||
ups.status: OB | ||
ups.temperature: 33.30 | ||
ups.test.date: 12/11/2022 | ||
ups.test.result: Ok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# DEVICE:URL:REPORT: https://github.com/networkupstools/nut/issues/1740#issue-1509493225 | ||
|
||
# DEVICE:COMMENT-BLOCK: | ||
# The Battery Runtime data does not match the data from the APC UPS. | ||
# This looks like some kind of variable limitation, since the `upsc` | ||
# shows `65535`, which is equal to 18 hours 12 minutes and 15 seconds. | ||
# But in fact, the APC UPS shows the remaining time as 34 hours 1 min. | ||
# | ||
# Packaged "nut is already the newest version (2.7.4-13)". | ||
# DEVICE:EOC | ||
|
||
battery.charge: 93 | ||
battery.charge.low: 10 | ||
battery.charge.warning: 50 | ||
battery.mfr.date: 2022/10/25 | ||
battery.runtime: 65535 | ||
battery.runtime.low: 1200 | ||
battery.temperature: 16.6 | ||
battery.type: PbAc | ||
battery.voltage: 52.4 | ||
battery.voltage.nominal: 48.0 | ||
device.mfr: American Power Conversion | ||
device.model: Smart-UPS 2200 | ||
device.serial: AS1250244567 | ||
device.type: ups | ||
driver.name: usbhid-ups | ||
driver.parameter.pollfreq: 10 | ||
driver.parameter.pollinterval: 2 | ||
driver.parameter.port: auto | ||
driver.parameter.synchronous: no | ||
driver.version: 2.7.4 | ||
driver.version.data: APC HID 0.96 | ||
driver.version.internal: 0.41 | ||
input.sensitivity: medium | ||
input.transfer.high: 253 | ||
input.transfer.low: 200 | ||
input.voltage: 0.0 | ||
output.current: 0.50 | ||
output.frequency: 50.0 | ||
output.voltage: 220.4 | ||
output.voltage.nominal: 220.0 | ||
ups.beeper.status: disabled | ||
ups.delay.shutdown: 20 | ||
ups.delay.start: 30 | ||
ups.firmware: 654.19.I | ||
ups.firmware.aux: 7.4 | ||
ups.load: 5.2 | ||
ups.mfr: American Power Conversion | ||
ups.mfr.date: 2012/12/11 | ||
ups.model: Smart-UPS 2200 | ||
ups.productid: 0002 | ||
ups.serial: AS1250244567 | ||
ups.status: OB DISCHRG | ||
ups.test.result: No test initiated | ||
ups.timer.reboot: -1 | ||
ups.timer.shutdown: -1 | ||
ups.timer.start: -1 | ||
ups.vendorid: 051d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# DEVICE:URL:REPORT: https://github.com/networkupstools/nut-ddl/issues/24 | ||
|
||
ambient.1.humidity.alarm.high: 60.00 | ||
ambient.1.humidity.alarm.low: 30.00 | ||
ambient.1.temperature.alarm.high: 40.00 | ||
ambient.1.temperature.alarm.low: 10.00 | ||
battery.charge: 100.00 | ||
battery.date: 08/08/2015 | ||
battery.runtime: 6900.00 | ||
battery.runtime.low: 120 | ||
battery.voltage: 54.50 | ||
device.mfr: APC | ||
device.model: Smart-UPS 3000 | ||
device.serial: AS1532232414 | ||
device.type: ups | ||
driver.name: snmp-ups | ||
driver.parameter.pollinterval: 2 | ||
driver.parameter.port: ups1.lw | ||
driver.parameter.synchronous: no | ||
driver.version: 2.7.4 | ||
driver.version.data: apcc MIB 1.2 | ||
driver.version.internal: 0.97 | ||
input.frequency: 50.00 | ||
input.sensitivity: high | ||
input.transfer.high: 253 | ||
input.transfer.low: 207 | ||
input.transfer.reason: noTransfer | ||
input.voltage: 228.80 | ||
input.voltage.maximum: 228.80 | ||
input.voltage.minimum: 226.00 | ||
output.current: 0.60 | ||
output.frequency: 50.00 | ||
output.voltage: 228.80 | ||
output.voltage.nominal: 230 | ||
ups.delay.shutdown: 120 | ||
ups.delay.start: 10 | ||
ups.firmware: UPS 09.3 (ID18) | ||
ups.id: APCUPS-1 | ||
ups.load: 5.00 | ||
ups.mfr: APC | ||
ups.mfr.date: 08/08/2015 | ||
ups.model: Smart-UPS 3000 | ||
ups.serial: AS1532232414 | ||
ups.status: OL | ||
ups.temperature: 23.30 | ||
ups.test.date: 03/24/2022 | ||
ups.test.result: InvalidTest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# DEVICE:URL:REPORT: https://github.com/networkupstools/nut/issues/1261#issuecomment-1702211089 | ||
|
||
# DEVICE:COMMENT | ||
# Following up from report about Smart-UPS X 750 earlier in the linked ticket | ||
# (about missing data points). | ||
# | ||
# > ...In the meantime I also got a stand alone Smart-UPS 750 (SMT750I). | ||
# > If I'm correct, SMT and SMX series are siblings (released about the | ||
# > same time, share almost identical local LCD interface). SMT are "tower" | ||
# > while SMX are rack mounted and support external battery packs. | ||
# > It reports exactly the same set of data as SMX750I. | ||
# DEVICE:EOC | ||
|
||
battery.charge: 100 | ||
battery.charge.low: 10 | ||
battery.charge.warning: 50 | ||
battery.runtime: 4320 | ||
battery.runtime.low: 120 | ||
battery.type: PbAc | ||
battery.voltage: 27.1 | ||
battery.voltage.nominal: 24.0 | ||
device.mfr: American Power Conversion | ||
device.model: Smart-UPS 750 | ||
device.serial: AS1316113420 | ||
device.type: ups | ||
driver.name: usbhid-ups | ||
driver.parameter.pollfreq: 30 | ||
driver.parameter.pollinterval: 2 | ||
driver.parameter.port: auto | ||
driver.parameter.synchronous: auto | ||
driver.version: 2.8.0 | ||
driver.version.data: APC HID 0.98 | ||
driver.version.internal: 0.47 | ||
driver.version.usb: libusb-1.0.26 (API: 0x1000109) | ||
ups.beeper.status: enabled | ||
ups.delay.shutdown: 20 | ||
ups.firmware: UPS 09.8 / ID=18 | ||
ups.mfr: American Power Conversion | ||
ups.mfr.date: 2013/04/19 | ||
ups.model: Smart-UPS 750 | ||
ups.productid: 0003 | ||
ups.serial: AS1316113420 | ||
ups.status: OL | ||
ups.timer.reboot: -1 | ||
ups.timer.shutdown: -1 | ||
ups.vendorid: 051d |
Oops, something went wrong.