mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Update Laravel core files Fix app/Http/Kernel.php * Use RouteServiceProvider::HOME * Sync Laravel default config files * Update composer dependencies to Laravel 6 * fix resources/lang/en/validation.php * Manually fixing tests required by travis, fails locally??? * Update wpb/string-blade-compiler * Add new viewany() authorization policies * Update minimum PHP version to 7.2 * Re-generate our json test-dumps Due to: https://github.com/laravel/framework/pull/16069 https://github.com/laravel/framework/pull/31100 * update truenas data * fix truenas Co-authored-by: Laravel Shift <shift@laravelshift.com> Co-authored-by: Tony Murray <murraytony@gmail.com>
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"os": {
|
|
"discovery": {
|
|
"devices": [
|
|
{
|
|
"sysName": "",
|
|
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.12",
|
|
"sysDescr": "OpenBSD hostname 5.3 GENERIC.MP#58 i386",
|
|
"sysContact": null,
|
|
"version": null,
|
|
"hardware": null,
|
|
"features": null,
|
|
"os": "openbsd",
|
|
"type": "server",
|
|
"serial": null,
|
|
"icon": "openbsd.svg",
|
|
"location": null
|
|
}
|
|
]
|
|
},
|
|
"poller": {
|
|
"devices": [
|
|
{
|
|
"sysName": "",
|
|
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.12",
|
|
"sysDescr": "OpenBSD hostname 5.3 GENERIC.MP#58 i386",
|
|
"sysContact": null,
|
|
"version": "5.3",
|
|
"hardware": "i386",
|
|
"features": "GENERIC.MP#58",
|
|
"os": "openbsd",
|
|
"type": "server",
|
|
"serial": null,
|
|
"icon": "openbsd.svg",
|
|
"location": null
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|