mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* exclude triplite console servers * add definition for tripplite console servers * add test files * renamed to lowercase * add testdata * add testdata * disable poller and discery modules that do not apply to this device * lo will always report empty values, so lets ignore it * removed disabled poller modules
21 lines
477 B
YAML
21 lines
477 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
|
|
sysObjectID_except:
|
|
- .1.3.6.1.4.1.850.1.5
|
|
- .1.3.6.1.4.1.850.1.7
|