Files
librenms-librenms/tests/data/ftos.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

42 lines
1.4 KiB
JSON

{
"processors": {
"discovery": {
"processors": [
{
"entPhysicalIndex": 0,
"hrDeviceIndex": 0,
"processor_oid": ".1.3.6.1.4.1.6027.3.10.1.2.9.1.2.1",
"processor_index": "1",
"processor_type": "ftos",
"processor_usage": 42,
"processor_descr": "Stack Unit 1 CPU",
"processor_precision": 1,
"processor_perc_warn": 75
}
]
},
"poller": "matches discovery"
},
"os": {
"discovery": {
"devices": [
{
"sysName": null,
"sysObjectID": ".1.3.6.1.4.1.6027.1.3.4",
"sysDescr": "Force10 Networks Real Time Operating System Software.Force10 Operating System Version: 1.0.Force10 Application Software Version: 8.4.2.5.Copyright (c) 1999-2010 by Force10 Networks, Inc.",
"sysContact": null,
"version": "8.4.2.5",
"hardware": "S25P-AC",
"features": null,
"os": "ftos",
"type": "network",
"serial": null,
"icon": "force10.svg",
"location": null
}
]
},
"poller": "matches discovery"
}
}