mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
18 lines
379 B
YAML
18 lines
379 B
YAML
os: poweralert
|
|
text: 'Tripp Lite PowerAlert'
|
|
type: power
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_power, text: Power }
|
|
- { graph: device_load, text: Load}
|
|
icon: tripplite
|
|
rfc1628_compat: true
|
|
mib_dir: poweralert
|
|
discovery:
|
|
-
|
|
sysDescr_regex:
|
|
- '/POWERALERT/i'
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.850
|