librenms/tests/data/controlbox_controlbox.json
Krasimir Danev fd9328af55
Added support to new device Controlbox TH-332B (#12940)
* Addet support to new device Controlbox TH-332B

* Rename CONTROLBOX-TH-332-MIB to CONTROLBOX-TH332-MIB

* Create controlbox_controlbox.snmprec

* Update controlbox_controlbox.snmprec

* Merge branch 'master' into community-16076

* Update controlbox.yaml
2021-07-14 22:30:19 +02:00

143 lines
5.4 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.17095.2",
"sysDescr": "TH-332B",
"sysContact": "<private>",
"version": null,
"hardware": null,
"features": null,
"os": "controlbox",
"type": "environment",
"serial": null,
"icon": "hwg.svg",
"location": "<private>"
}
]
},
"poller": "matches discovery"
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "humidity",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.17095.2.1.4.0",
"sensor_index": "0",
"sensor_type": "controlbox",
"sensor_descr": "Humidity",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 56.8,
"sensor_limit": 70,
"sensor_limit_warn": null,
"sensor_limit_low": 30,
"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": "pressure",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.17095.2.1.5.0",
"sensor_index": "0",
"sensor_type": "controlbox",
"sensor_descr": "DewPoint",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 14.3,
"sensor_limit": 15.015,
"sensor_limit_warn": null,
"sensor_limit_low": 13.585,
"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.17095.2.1.6.0",
"sensor_index": "0",
"sensor_type": "controlbox",
"sensor_descr": "Alarm TemperatureState",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 0,
"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": "controlbox"
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.17095.2.1.3.0",
"sensor_index": "0",
"sensor_type": "controlbox",
"sensor_descr": "Temperature",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 22.9,
"sensor_limit": 42.9,
"sensor_limit_warn": null,
"sensor_limit_low": 12.9,
"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": "controlbox",
"state_descr": "normal",
"state_draw_graph": 0,
"state_value": 0,
"state_generic_value": 0
},
{
"state_name": "controlbox",
"state_descr": "alarm",
"state_draw_graph": 0,
"state_value": 1,
"state_generic_value": 2
}
]
},
"poller": "matches discovery"
}
}