librenms/tests/data/cms.json
Neil Lathwood 3d65deaf91 device: Added detection for Corero CMS devices (#8574)
* device: Added detection for Corero CMS devices

* remove files added by accident
2018-04-26 08:46:10 -05:00

41 lines
1.2 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.41036",
"sysDescr": "Corero CMS SNMP agent",
"sysContact": null,
"version": null,
"hardware": "",
"features": null,
"location": null,
"os": "cms",
"type": "appliance",
"serial": null,
"icon": "corero.png"
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.41036",
"sysDescr": "Corero CMS SNMP agent",
"sysContact": "<private>",
"version": null,
"hardware": "",
"features": null,
"location": "<private>",
"os": "cms",
"type": "appliance",
"serial": null,
"icon": "corero.png"
}
]
}
}
}