mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* New Device: ATS - Automatic Transfer Switch * Small fixes * Fixed test data * More fixes, again * Moved temp to php to retrieve limits from device * Fixed perms again... * Final test file. Or I hope so...
14 lines
296 B
YAML
Executable File
14 lines
296 B
YAML
Executable File
os: ats
|
|
text: Automatic Transfer Switch
|
|
type: power
|
|
icon: ats
|
|
mib_dir: ats
|
|
nobulk: true
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_voltage, text: Voltage }
|
|
- { graph: device_load, text: Load }
|
|
discovery:
|
|
- sysObjectID:
|
|
- .1.3.6.1.4.1.37662.1.2.2.1
|