mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device: Added support for APC AP9320 and fix humidity sensors (#8284)
* AOS-EMU2 add support for APC AP9320, fix humidity sensors * Added snmprec and json * AOS-EMU2 add support for APC AP9320, fix humidity sensors Added snmprec and json * Fix aos-emu2_ap9320.json
This commit is contained in:
40
tests/data/aos-emu2_ap9320.json
Executable file
40
tests/data/aos-emu2_ap9320.json
Executable file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"os": {
|
||||
"discovery": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "<private>",
|
||||
"sysObjectID": ".1.3.6.1.4.1.318.1.3.8.2",
|
||||
"sysDescr": "APC Environmental Management System (MB:v3.6.9 PF:v2.6.4 PN:apc_hw02_aos_264.bin AF1:v2.6.7 AN1:apc_hw02_ems_267.bin MN:AP9320 HR:4 SN: ZA0604022112 MD:01/20/2006)",
|
||||
"sysContact": null,
|
||||
"version": null,
|
||||
"hardware": "",
|
||||
"features": null,
|
||||
"location": null,
|
||||
"os": "aos-emu2",
|
||||
"type": "environment",
|
||||
"serial": null,
|
||||
"icon": "apc.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "<private>",
|
||||
"sysObjectID": ".1.3.6.1.4.1.318.1.3.8.2",
|
||||
"sysDescr": "APC Environmental Management System (MB:v3.6.9 PF:v2.6.4 PN:apc_hw02_aos_264.bin AF1:v2.6.7 AN1:apc_hw02_ems_267.bin MN:AP9320 HR:4 SN: ZA0604022112 MD:01/20/2006)",
|
||||
"sysContact": "<private>",
|
||||
"version": "v2.6.7",
|
||||
"hardware": "AP9320 4",
|
||||
"features": null,
|
||||
"location": "<private>",
|
||||
"os": "aos-emu2",
|
||||
"type": "environment",
|
||||
"serial": "ZA0604022112",
|
||||
"icon": "apc.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user