librenms/tests/data/ciscosb_esw540_8p.json
PipoCanaja 5697d24869 Added Cisco Small business bootloader + HW version (#10043)
DO NOT DELETE THIS TEXT

#### Please note

> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.

- [X] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)

#### Testers

If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
After you are done testing, you can remove the changes with `./scripts/github-remove`.  If there are schema changes, you can ask on discord how to revert.
2019-04-09 20:03:07 +01:00

41 lines
1.2 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.9.1.1176",
"sysDescr": "8-port 10/100/1000 Ethernet Switch with PoE",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "ciscosb",
"type": "network",
"serial": null,
"icon": "cisco.svg",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.9.1.1176",
"sysDescr": "8-port 10/100/1000 Ethernet Switch with PoE",
"sysContact": null,
"version": "Software ",
"hardware": null,
"features": null,
"os": "ciscosb",
"type": "network",
"serial": null,
"icon": "cisco.svg",
"location": null
}
]
}
}
}