librenms/tests/data/pbn.json
Tony Murray 7e98e03338
Polling cleanup, fix PHP warnings (#13460)
* 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
2021-11-14 14:58:13 -06:00

69 lines
2.5 KiB
JSON

{
"processors": {
"discovery": {
"processors": [
{
"entPhysicalIndex": 0,
"hrDeviceIndex": 0,
"processor_oid": ".1.3.6.1.4.1.11606.10.9.109.1.1.1.1.5.1",
"processor_index": "0",
"processor_type": "pbn-cpu",
"processor_usage": 42,
"processor_descr": "Processor",
"processor_precision": 1,
"processor_perc_warn": 75
}
]
},
"poller": "matches discovery"
},
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.11606.25.1.219.0",
"sysDescr": "Pacific Broadband Networks Internetwork Operating System Software\r\nAOCM3948 Series Software, Version 2.1.0C Build 15419, RELEASE SOFTWARE\r\nCompiled: 2013-11-11 14:55:11 by SYS\r\nROM: System Bootstrap, Version 0.4.3\r\nSerial num:A00000000, ID num:11111111",
"sysContact": null,
"version": "2.1.0C Build 15419",
"hardware": "AOCM3948",
"features": null,
"os": "pbn",
"type": "network",
"serial": "A00000000",
"icon": "pbn.png",
"location": null
}
]
},
"poller": "matches discovery"
},
"mempools": {
"discovery": {
"mempools": [
{
"mempool_index": "0",
"entPhysicalIndex": null,
"mempool_type": "pbn-mem",
"mempool_class": "system",
"mempool_precision": 1,
"mempool_descr": "Main Memory",
"mempool_perc": 83,
"mempool_perc_oid": ".1.3.6.1.4.1.11606.10.9.48.1.0",
"mempool_used": 4351590,
"mempool_used_oid": null,
"mempool_free": 891290,
"mempool_free_oid": null,
"mempool_total": 5242880,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 90
}
]
},
"poller": "matches discovery"
}
}