mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Test data: don't save data for modules that were not run * Sometimes mibs are prefixed with + * Save output for each module and only output the errored module. Also makes it easier to identify modules that were ran. * Clean up json files. Message when no module data exists. * verbose output when phpunit --debug is used order by for ports avoid graphite output in tests only load module_tables.yaml once * use explode and strpos instead of regex since it is failing... * Fix some warnings * Fix whitespace
24 lines
680 B
JSON
24 lines
680 B
JSON
{
|
|
"os": {
|
|
"discovery": {
|
|
"devices": [
|
|
{
|
|
"sysName": "",
|
|
"sysObjectID": ".1.3.6.1.4.1.19046.1.7.34",
|
|
"sysDescr": "Lenovo ThinkSystem NE1072T RackSwitch",
|
|
"sysContact": null,
|
|
"version": null,
|
|
"hardware": "",
|
|
"features": null,
|
|
"location": null,
|
|
"os": "cnos",
|
|
"type": "network",
|
|
"serial": null,
|
|
"icon": "lenovo.svg"
|
|
}
|
|
]
|
|
},
|
|
"poller": "matches discovery"
|
|
}
|
|
}
|