mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
40 lines
1.3 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |