Files
librenms-librenms/tests/data/trippliteconsole_b093.json
Nicolas Berens 512403a255 Tripplite console server (#16156)
* 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
2024-07-17 18:15:03 -05:00

24 lines
794 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.850.1.5",
"sysDescr": "TrippLite B093-004-2E4U, Linux 3.10.0-uc0 armv7l, TrippLite/B093 Version 4.12.3 a5834656 -- Tue May 17 17:25:30 UTC 2022",
"sysContact": null,
"version": "4.12.3",
"hardware": "B093-004-2E4U",
"features": null,
"location": null,
"os": "trippliteconsole",
"type": "appliance",
"serial": null,
"icon": "tripplite.svg"
}
]
},
"poller": "matches discovery"
}
}