mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
19 lines
404 B
YAML
19 lines
404 B
YAML
os: huaweiups
|
|
text: 'Huawei UPS'
|
|
group: ups
|
|
type: power
|
|
icon: huawei
|
|
rfc1628_compat: true
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_voltage, text: Voltage }
|
|
- { graph: device_load, text: Load }
|
|
discovery:
|
|
-
|
|
sysDescr:
|
|
- Linux GSE200M
|
|
- UPS
|
|
snmpget:
|
|
oid: UPS-MIB::upsIdentManufacturer.0
|
|
value: HUAWEI
|