mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
b8f2002150
* Procurve hardware description cleanup Include part number and other details where available Covers 100% of known sysDescr Adds Aruba Instant On parsing adds string replacements for OS fields Could use hardware: ENTITY-MIB::entPhysicalDescr.1, but strings contain a lot of fluff and some are just "HP", I leave that for another PR * restore .gitignore......... * less specific * Change regex cosmetically
24 lines
810 B
JSON
24 lines
810 B
JSON
{
|
|
"os": {
|
|
"discovery": {
|
|
"devices": [
|
|
{
|
|
"sysName": null,
|
|
"sysObjectID": ".1.3.6.1.4.1.11.2.3.7.11.184",
|
|
"sysDescr": "HPE OfficeConnect Switch 1920S 24G 2SFP JL381A, PD.01.05, Linux 3.6.5-ac96795c, U-Boot 2012.10-00118-g3773021 (Oct 11 2016 - 15:39:54)",
|
|
"sysContact": null,
|
|
"version": "PD.01.05",
|
|
"hardware": "1920S 24G 2SFP JL381A",
|
|
"features": null,
|
|
"os": "procurve",
|
|
"type": "network",
|
|
"serial": null,
|
|
"icon": "hpe.svg",
|
|
"location": null
|
|
}
|
|
]
|
|
},
|
|
"poller": "matches discovery"
|
|
}
|
|
}
|