librenms/tests/data/eaton-mgeups_evolution.json
Dag Bakke 99309b917c
Eaton mgeups fixes (#12150)
* Drop redundant sensors from eaton-mgeups. Prefer RFC1628-sensors. Keep stuff unique to the mge MIB.
Add snmprecs for two new variants.

* Rewrote these jsons files after the previous change. All tests passing.
2020-09-23 23:17:37 +02:00

24 lines
677 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.705.1.2",
"sysDescr": "Evolution Something Data guessed",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "eaton-mgeups",
"type": "power",
"serial": null,
"icon": "eaton.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}