librenms/tests/data/axiscam_p1354.json
Max Narvaez a3c9e32cc3
Fix axis cam discovery (#13258)
* Fix axis cam discovery

* Remove sensor data from test data

* Include all data again

* Remove sensor data again, this time also from json file
2021-09-21 14:18:15 -05:00

24 lines
722 B
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.368",
"sysDescr": "; AXIS P1354; Network Camera; 5.90.1.2; Jun 20 2016 13:04; 1BB.2; 1;",
"sysContact": null,
"version": "5.90.1.2",
"hardware": " AXIS P1354",
"features": null,
"os": "axiscam",
"type": "appliance",
"serial": null,
"icon": "axis.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}