librenms/tests/data/eds.json
Martijn Schmidt 048fd0f6ed Remove guessed limits for some health sensors, documentation for sensor classes (#10327)
* Default to null for group yaml discovery.

* Update test data for a154bda yaml group null fix.

* Changes to guessed limit functions for sensors.

Original behaviour
===================

The file `includes/discovery/functions.inc.php` contains
`sensor_limit_low()` and `sensor_limit()` which both attempt to
guess a sane value for sensors when no explicitly defined
low_limit or high_limit can be found during discovery.

Both switch control structures used in those two functions
have empty case statements which means that if one of those matches,
it's going to fall through and run the code for each subsequent
case until a `break` is reached.

For example, when we call `function sensor_low_limit(dbm, -13.036)`
it will return the value `-12.3842` instead of `null`. That is
because there will be a match at `case 'dbm':` which falls through
all the way to `case 'cooling':`, where it performs
`$limit = -13.036 * 0.95` before hitting a `break`.

Changed behaviour
===================

Removed `power_consumed` and `count` guessed low_limit and
high_limit, I personally added those sensor classes in PR #9471
when I didn't understand that a switch control structure has
fall-through behaviour so I can guarantee that guessing limits for
those is a mistake on my behalf. It should not be there, only
power_factor can have guessed limits. Apologies for the issue,
I'm still a beginning programmer!

Furthermore, I removed guessed high_limit values for `current`
and `power` because these are supposed to draw higher values as
more devices or components are installed on for example a PDU or
a chassis.

Finally, I removed guessed low_limit and high_limit for `dbm`
sensors, there is a much too large variance in power budget on
commercially available optical transceivers for there to be a
sensible window where you can guess these values.

* Documentation on adding sensor classes.

* Update test data - sensor limit changes @ 30212d2
2019-06-21 09:03:27 -05:00

863 lines
35 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.31440",
"sysDescr": "Presents 1-wire devices over Ethernet using HTTP and SNMP",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "eds",
"type": "appliance",
"serial": null,
"icon": "eds.png",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.31440",
"sysDescr": "Presents 1-wire devices over Ethernet using HTTP and SNMP",
"sysContact": null,
"version": "2.10",
"hardware": "Ethernet to 1-wire Interface",
"features": null,
"os": "eds",
"type": "appliance",
"serial": null,
"icon": "eds.png",
"location": null
}
]
}
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.2.1.0",
"sensor_index": "NumActive",
"sensor_type": "eds",
"sensor_descr": "1wire devices",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 13,
"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": null
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.0",
"sensor_index": "DeviceType0",
"sensor_type": "owDeviceType",
"sensor_descr": "#0: EDS0001",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 30,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.1",
"sensor_index": "DeviceType1",
"sensor_type": "owDeviceType",
"sensor_descr": "#1: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.10",
"sensor_index": "DeviceType10",
"sensor_type": "owDeviceType",
"sensor_descr": "#10: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.11",
"sensor_index": "DeviceType11",
"sensor_type": "owDeviceType",
"sensor_descr": "#11: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.12",
"sensor_index": "DeviceType12",
"sensor_type": "owDeviceType",
"sensor_descr": "#12: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.2",
"sensor_index": "DeviceType2",
"sensor_type": "owDeviceType",
"sensor_descr": "#2: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.3",
"sensor_index": "DeviceType3",
"sensor_type": "owDeviceType",
"sensor_descr": "#3: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.4",
"sensor_index": "DeviceType4",
"sensor_type": "owDeviceType",
"sensor_descr": "#4: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.5",
"sensor_index": "DeviceType5",
"sensor_type": "owDeviceType",
"sensor_descr": "#5: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.6",
"sensor_index": "DeviceType6",
"sensor_type": "owDeviceType",
"sensor_descr": "#6: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.7",
"sensor_index": "DeviceType7",
"sensor_type": "owDeviceType",
"sensor_descr": "#7: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.8",
"sensor_index": "DeviceType8",
"sensor_type": "owDeviceType",
"sensor_descr": "#8: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.3.1.2.9",
"sensor_index": "DeviceType9",
"sensor_type": "owDeviceType",
"sensor_descr": "#9: DS18B20",
"group": "Device Types",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 3,
"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": "owDeviceType"
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.31440.10.5.1.1.1",
"sensor_index": "owDS18B20Temperature1",
"sensor_type": "eds",
"sensor_descr": "#1: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 17.5625,
"sensor_limit": 37.5625,
"sensor_limit_warn": null,
"sensor_limit_low": 7.5625,
"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.31440.10.5.1.1.10",
"sensor_index": "owDS18B20Temperature10",
"sensor_type": "eds",
"sensor_descr": "#10: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 20.5,
"sensor_limit": 40.5,
"sensor_limit_warn": null,
"sensor_limit_low": 10.5,
"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.31440.10.5.1.1.11",
"sensor_index": "owDS18B20Temperature11",
"sensor_type": "eds",
"sensor_descr": "#11: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 17.1875,
"sensor_limit": 37.1875,
"sensor_limit_warn": null,
"sensor_limit_low": 7.1875,
"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.31440.10.5.1.1.12",
"sensor_index": "owDS18B20Temperature12",
"sensor_type": "eds",
"sensor_descr": "#12: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 21.25,
"sensor_limit": 41.25,
"sensor_limit_warn": null,
"sensor_limit_low": 11.25,
"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.31440.10.5.1.1.2",
"sensor_index": "owDS18B20Temperature2",
"sensor_type": "eds",
"sensor_descr": "#2: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1.75,
"sensor_limit": 21.75,
"sensor_limit_warn": null,
"sensor_limit_low": -8.25,
"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.31440.10.5.1.1.3",
"sensor_index": "owDS18B20Temperature3",
"sensor_type": "eds",
"sensor_descr": "#3: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 2.0625,
"sensor_limit": 22.0625,
"sensor_limit_warn": null,
"sensor_limit_low": -7.9375,
"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.31440.10.5.1.1.4",
"sensor_index": "owDS18B20Temperature4",
"sensor_type": "eds",
"sensor_descr": "#4: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 17.375,
"sensor_limit": 37.375,
"sensor_limit_warn": null,
"sensor_limit_low": 7.375,
"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.31440.10.5.1.1.5",
"sensor_index": "owDS18B20Temperature5",
"sensor_type": "eds",
"sensor_descr": "#5: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 17.4375,
"sensor_limit": 37.4375,
"sensor_limit_warn": null,
"sensor_limit_low": 7.4375,
"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.31440.10.5.1.1.6",
"sensor_index": "owDS18B20Temperature6",
"sensor_type": "eds",
"sensor_descr": "#6: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 8.4375,
"sensor_limit": 28.4375,
"sensor_limit_warn": null,
"sensor_limit_low": -1.5625,
"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.31440.10.5.1.1.7",
"sensor_index": "owDS18B20Temperature7",
"sensor_type": "eds",
"sensor_descr": "#7: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 46.375,
"sensor_limit": 66.375,
"sensor_limit_warn": null,
"sensor_limit_low": 36.375,
"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.31440.10.5.1.1.8",
"sensor_index": "owDS18B20Temperature8",
"sensor_type": "eds",
"sensor_descr": "#8: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 9.3125,
"sensor_limit": 29.3125,
"sensor_limit_warn": null,
"sensor_limit_low": -0.6875,
"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.31440.10.5.1.1.9",
"sensor_index": "owDS18B20Temperature9",
"sensor_type": "eds",
"sensor_descr": "#9: DS18B20",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 19.8125,
"sensor_limit": 39.8125,
"sensor_limit_warn": null,
"sensor_limit_low": 9.8125,
"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": "owDeviceType",
"state_descr": "owNone",
"state_draw_graph": 0,
"state_value": 0,
"state_generic_value": 3
},
{
"state_name": "owDeviceType",
"state_descr": "owUnknown",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 3
},
{
"state_name": "owDeviceType",
"state_descr": "owDS2406",
"state_draw_graph": 0,
"state_value": 2,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owDS18B20",
"state_draw_graph": 0,
"state_value": 3,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owDS18S20",
"state_draw_graph": 0,
"state_value": 4,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owDS2438",
"state_draw_graph": 0,
"state_value": 5,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owDS2423",
"state_draw_graph": 0,
"state_value": 6,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owDS2408",
"state_draw_graph": 0,
"state_value": 7,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owDS2450",
"state_draw_graph": 0,
"state_value": 8,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0064",
"state_draw_graph": 0,
"state_value": 9,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0065",
"state_draw_graph": 0,
"state_value": 10,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0066",
"state_draw_graph": 0,
"state_value": 11,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0067",
"state_draw_graph": 0,
"state_value": 12,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0068",
"state_draw_graph": 0,
"state_value": 13,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0069",
"state_draw_graph": 0,
"state_value": 14,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0070",
"state_draw_graph": 0,
"state_value": 15,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0071",
"state_draw_graph": 0,
"state_value": 16,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0080",
"state_draw_graph": 0,
"state_value": 17,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0082",
"state_draw_graph": 0,
"state_value": 18,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0083",
"state_draw_graph": 0,
"state_value": 19,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0085",
"state_draw_graph": 0,
"state_value": 20,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0090",
"state_draw_graph": 0,
"state_value": 21,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0091",
"state_draw_graph": 0,
"state_value": 22,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0092",
"state_draw_graph": 0,
"state_value": 23,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owDS28EA00",
"state_draw_graph": 0,
"state_value": 24,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "owEDS0050",
"state_draw_graph": 0,
"state_value": 25,
"state_generic_value": 0
},
{
"state_name": "owDeviceType",
"state_descr": "chassis",
"state_draw_graph": 0,
"state_value": 30,
"state_generic_value": 0
}
]
},
"poller": "matches discovery"
}
}