librenms/tests/data/sensatronics-em1.json
Tony Murray d5656d826e
Tests dont include empty tables (#13619)
* Do not include empty tables in test data

* empty data is simpler to check now

* Update test data

* revert comment options that block update all test data

* clean existing data

* fixes

* another fix

* remov extra sensors???

* why is that using that ip...

* missed an empty table

* missed one

* restore ftos

* revert another ftos

* revert ird

* restore timos

* restore timos_7705

* oops

* double oops

* timos mpls

* timos_hc

* another timos_hc fix
2021-12-15 19:48:44 -06:00

127 lines
5.0 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.16174.1.1.3",
"sysDescr": "Sensatronics EM1",
"sysContact": "<private>",
"version": null,
"hardware": null,
"features": null,
"os": "sensatronics-em1",
"type": "sensor",
"serial": null,
"icon": "sensatronics.png",
"location": "<private>"
}
]
},
"poller": "matches discovery"
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.16174.1.1.3.3.1.3.0",
"sensor_index": "group1TempDataStr.0",
"sensor_type": "sensatronics-em1",
"sensor_descr": "Group 1 Temperature",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 54.3,
"sensor_limit": 74.3,
"sensor_limit_warn": null,
"sensor_limit_low": 44.3,
"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.16174.1.1.3.3.2.3.0",
"sensor_index": "group2TempDataStr.0",
"sensor_type": "sensatronics-em1",
"sensor_descr": "Group 2 Temperature",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 53.1,
"sensor_limit": 73.1,
"sensor_limit_warn": null,
"sensor_limit_low": 43.1,
"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.16174.1.1.3.3.3.3.0",
"sensor_index": "group3TempDataStr.0",
"sensor_type": "sensatronics-em1",
"sensor_descr": "Group 3 Temperature",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 72.2,
"sensor_limit": 92.2,
"sensor_limit_warn": null,
"sensor_limit_low": 62.2,
"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.16174.1.1.3.3.4.3.0",
"sensor_index": "group4TempDataStr.0",
"sensor_type": "sensatronics-em1",
"sensor_descr": "Group 4 Temperature",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 49.7,
"sensor_limit": 69.7,
"sensor_limit_warn": null,
"sensor_limit_low": 39.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
}
]
},
"poller": "matches discovery"
}
}