librenms/tests/data/linux_supermicro.json
Jellyfrog b5d94c38a6
Add support for Supermicro hardware/serial discovery (#12176)
* Add support for Supermicro hardware/serial discovery

* add tests

* prefix with supermicro

* Update ServerHardware.php

* Update linux_supermicro.json

Co-authored-by: Tony Murray <murraytony@gmail.com>
2020-10-06 01:16:29 -05:00

24 lines
759 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
"sysDescr": "Linux hostname 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64",
"sysContact": null,
"version": "4.9.0-8-amd64",
"hardware": "Supermicro X9SRL-F",
"features": null,
"os": "linux",
"type": "server",
"serial": "ZM145S015127",
"icon": "linux.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}