mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
5b9623d8d4
* newdevice: HPE RT3000 UPS * newdevice: HPE RT3000 UPS * changed polling to snmp_get_multi_oid, fixed divisor for load and voltage * fixed blank line in functions.inc.php
16 lines
302 B
YAML
16 lines
302 B
YAML
os: hpe-rtups
|
|
text: 'HP UPS'
|
|
group: ups
|
|
type: power
|
|
icon: hpe
|
|
rfc1628_compat: 1
|
|
mib_dir:
|
|
- hp
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_voltage, text: Voltage }
|
|
- { graph: device_load, text: Load }
|
|
discovery:
|
|
- sysObjectId:
|
|
- .1.3.6.1.4.1.232.165.3
|