mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add Synology Hardware/Version/Serial detection Fixes #7957 * Add DSM test data for hardware/version/serial * updated to use snmp_get_multi_oid and save more test data * added json data * re-saved json data for dsm * Update dsm.json * Update dsm_ds916.json * Update dsm_ds214.json
96 lines
2.5 KiB
JSON
96 lines
2.5 KiB
JSON
{
|
|
"applications": {
|
|
"discovery": {
|
|
"applications": [],
|
|
"application_metrics": []
|
|
},
|
|
"poller": "matches discovery"
|
|
},
|
|
"arp-table": {
|
|
"discovery": {
|
|
"ipv4_mac": []
|
|
},
|
|
"poller": "matches discovery"
|
|
},
|
|
"bgp-peers": {
|
|
"discovery": {
|
|
"devices": [
|
|
{
|
|
"bgpLocalAs": null
|
|
}
|
|
],
|
|
"bgpPeers": [],
|
|
"bgpPeers_cbgp": []
|
|
},
|
|
"poller": "matches discovery"
|
|
},
|
|
"mempools": {
|
|
"discovery": {
|
|
"mempools": []
|
|
},
|
|
"poller": "matches discovery"
|
|
},
|
|
"ports": {
|
|
"discovery": {
|
|
"ports": []
|
|
},
|
|
"poller": "matches discovery"
|
|
},
|
|
"os": {
|
|
"discovery": {
|
|
"devices": [
|
|
{
|
|
"sysName": "",
|
|
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
|
|
"sysDescr": "Linux hostname 3.10.77 #8451 SMP Wed Jan 4 00:31:32 CST 2017 x86_64",
|
|
"sysContact": null,
|
|
"version": null,
|
|
"hardware": "",
|
|
"features": null,
|
|
"location": null,
|
|
"os": "dsm",
|
|
"type": "storage",
|
|
"serial": null,
|
|
"icon": "synology.svg"
|
|
}
|
|
]
|
|
},
|
|
"poller": {
|
|
"devices": [
|
|
{
|
|
"sysName": "",
|
|
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
|
|
"sysDescr": "Linux hostname 3.10.77 #8451 SMP Wed Jan 4 00:31:32 CST 2017 x86_64",
|
|
"sysContact": null,
|
|
"version": "DSM 6.1-15217",
|
|
"hardware": "DS1817+",
|
|
"features": null,
|
|
"location": null,
|
|
"os": "dsm",
|
|
"type": "storage",
|
|
"serial": "3005AWL999111",
|
|
"icon": "synology.svg"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"processors": {
|
|
"discovery": {
|
|
"processors": []
|
|
},
|
|
"poller": "matches discovery"
|
|
},
|
|
"storage": {
|
|
"discovery": {
|
|
"storage": []
|
|
},
|
|
"poller": "matches discovery"
|
|
},
|
|
"wireless": {
|
|
"discovery": {
|
|
"wireless_sensors": []
|
|
},
|
|
"poller": "matches discovery"
|
|
}
|
|
}
|