mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Fix warnings up to Arbos * fixes a-c * a-r * a-vrp * There and back again * Update test data, couple fixes * PHPSStan fixes * style fixes, and fix Asyncos, whoops * flip serial back....... * less bogus data * Poweralert sysName during polling too * make sure things are calculated in the correct order * fix style and bad nullables * update test data * A comple more conversions * cambium ptp, misc, and hardware_mib * remaining except vmware-esxi * Fixes * Update baseline * fixes and fix up baseline * adjust SnmpQueryMock to upstream options change * data corrections * restore slashes * correctly handle all options input in SnmpQueryMock * undo ftos changes * restore vccodec sysDescr
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"processors": {
|
|
"discovery": {
|
|
"processors": [
|
|
{
|
|
"entPhysicalIndex": 4242,
|
|
"hrDeviceIndex": 0,
|
|
"processor_oid": ".1.3.6.1.4.1.4874.2.2.2.1.3.5.1.3.0.0",
|
|
"processor_index": "0.0",
|
|
"processor_type": "junose",
|
|
"processor_usage": 42,
|
|
"processor_descr": "Valid Processor",
|
|
"processor_precision": 1,
|
|
"processor_perc_warn": 75
|
|
}
|
|
]
|
|
},
|
|
"poller": "matches discovery"
|
|
},
|
|
"os": {
|
|
"discovery": {
|
|
"devices": [
|
|
{
|
|
"sysName": "",
|
|
"sysObjectID": ".1.3.6.1.4.1.4874.1.1.1.1.1",
|
|
"sysDescr": null,
|
|
"sysContact": null,
|
|
"version": null,
|
|
"hardware": "Juniper ERX-1400",
|
|
"features": null,
|
|
"os": "junose",
|
|
"type": "network",
|
|
"serial": null,
|
|
"icon": "junos.png",
|
|
"location": null
|
|
}
|
|
]
|
|
},
|
|
"poller": "matches discovery"
|
|
}
|
|
}
|