mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Adds Tripplite 12x mib * Adds triplight envirosense data * add test data * fixes type * flushes out the snmprec * Fixes incorrect multiplier & adjusts descriptions of sensors * Adds test data for my variant * adds test data for the other two (pre existing) variants * address PR comments by adding additional os discovery items
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: sensor_power, text: Power }
|
|
- { graph: sensor_load, text: Load}
|
|
icon: tripplite
|
|
rfc1628_compat: true
|
|
mib_dir: poweralert
|
|
discovery:
|
|
-
|
|
sysDescr_regex:
|
|
- '/POWERALERT/i'
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.850
|