librenms/tests/data/poweralert.json
Nick Kringle 5137b1319f
Adds tripplight snmpwebcard support (#12445)
* 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
2021-02-02 00:21:41 +01:00

24 lines
655 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.850.1",
"sysDescr": "POWERALERT",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "poweralert",
"type": "power",
"serial": null,
"icon": "tripplite.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}