mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* eaton-ats: add definition, voltage, frequency and state * eaton-ats: missing snmprec file * fix some syntax error * fix some syntax error, again * exclude eaton-ats from eaton-mgeups definition * change eaton-ats definition * move state and output voltage to yaml syntax * Update eaton-mgeups.yaml
13 lines
235 B
YAML
13 lines
235 B
YAML
os: eaton-ats
|
|
text: 'Eaton ATS'
|
|
type: power
|
|
icon: eaton
|
|
mib_dir:
|
|
- eaton
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_voltage, text: Voltage }
|
|
discovery:
|
|
- sysDescr_regex:
|
|
- '/^Eaton ATS/'
|