Files
librenms-librenms/tests/data/openbsd.json
Jellyfrog b09bc07f8f Laravel 6.x (#11397)
* 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>
2020-05-23 12:05:18 -05:00

167 lines
6.2 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.30155.23.1",
"sysDescr": "User input...",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "openbsd",
"type": "server",
"serial": null,
"icon": "openbsd.svg",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.30155.23.1",
"sysDescr": "User input...",
"sysContact": "<private>",
"version": null,
"hardware": null,
"features": null,
"os": "openbsd",
"type": "server",
"serial": null,
"icon": "openbsd.svg",
"location": "<private>"
}
]
}
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30155.6.2.2.1.7.16",
"sensor_index": "16",
"sensor_type": "carpIfTable",
"sensor_descr": "CARP - vlan12",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 2,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "carpIfTable"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30155.6.2.2.1.7.17",
"sensor_index": "17",
"sensor_type": "carpIfTable",
"sensor_descr": "CARP - vlan34",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 2,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "carpIfTable"
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30155.2.1.2.1.5.1",
"sensor_index": "1",
"sensor_type": "openbsd-sensor",
"sensor_descr": "cpu0 temp0",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 24,
"sensor_limit": 44,
"sensor_limit_warn": null,
"sensor_limit_low": 14,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30155.2.1.2.1.5.2",
"sensor_index": "2",
"sensor_type": "openbsd-sensor",
"sensor_descr": "acpitz0 zone",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 8.3,
"sensor_limit": 28.3,
"sensor_limit_warn": null,
"sensor_limit_low": -1.7,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
}
],
"state_indexes": [
{
"state_name": "carpIfTable",
"state_descr": "init",
"state_draw_graph": 1,
"state_value": 0,
"state_generic_value": 1
},
{
"state_name": "carpIfTable",
"state_descr": "backup",
"state_draw_graph": 1,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "carpIfTable",
"state_descr": "master",
"state_draw_graph": 1,
"state_value": 2,
"state_generic_value": 0
}
]
},
"poller": "matches discovery"
}
}