mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Adjustment in #9301: Eaton Galaxy HW seems to be the exception here with divisor 10 for voltage * fix for APC Galaxy UPS (and not Eaton anymore) * remove Galaxy test data from eaton-mgeups files * tests: APC Galaxy 7000 test data
22 lines
468 B
YAML
22 lines
468 B
YAML
os: eaton-mgeups
|
|
text: 'Eaton MGE UPS'
|
|
group: ups
|
|
type: power
|
|
icon: eaton
|
|
rfc1628_compat: true
|
|
mib_dir:
|
|
- mge
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_voltage, text: Voltage }
|
|
- { graph: device_load, text: Load }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.705.1
|
|
sysDescr_regex_except:
|
|
- '/^Eaton ATS/'
|
|
- '/^Galaxy/'
|
|
- '/^GALAXY/'
|
|
- '/^MGE Galaxy/'
|