Files
librenms-librenms/tests/data/stoneos.json
Alan Gregory a7aaf11213 device: Added Hillstone StoneOs detection (#7982)
* Added support for stoneOs

* added Hillstone logo

* added snmp tests

* Updated logo and image

* Removed unnecessary sysdescr match.

* Fix format.

* Removed svg atributes

* Svg files reduced.

* Added test data.

* fixed sysObjectId -> sysObjectID

* Updated test json
2018-01-08 21:48:29 +00:00

40 lines
1.3 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.28557.1.126",
"sysDescr": "Hillstone Security Appliance SG-6000-E3965",
"sysContact": null,
"version": null,
"hardware": "",
"features": null,
"location": null,
"os": "stoneos",
"type": "network",
"serial": null,
"icon": "hillstone.svg"
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.28557.1.126",
"sysDescr": "Hillstone Security Appliance SG-6000-E3965",
"sysContact": "<private>",
"version": null,
"hardware": "",
"features": null,
"location": "<private>",
"os": "stoneos",
"type": "network",
"serial": null,
"icon": "hillstone.svg"
}
]
}
}
}