librenms/tests/data/cxc.json
Schylar Utley 056305c3c3
Add support for Alpha CXC HP Controller (#14829)
* add support for Alpha CXC HP Controller

* add num_oids, fix formatting

* fix typo

* Rename cxc_cxc.snmprec to cxc.snmprec

* Create ALPHA-RESOURCE-MIB

* Create ALPHA-RECTIFIER-SYS-MIB

* Create cxc.json

---------

Co-authored-by: Tony Murray <murraytony@gmail.com>
2023-04-14 18:04:42 -05:00

156 lines
6.2 KiB
JSON

{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.7309.5",
"sysDescr": "System Controller, SW: v7.30, OS: v5.20, HW: S1.I3.P1, SN: 373012240",
"sysContact": "<private>",
"version": null,
"hardware": null,
"features": null,
"location": "<private>",
"os": "cxc",
"type": "power",
"serial": null,
"icon": "alpha.png"
}
]
},
"poller": "matches discovery"
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "current",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.5.3.1.1.0",
"sensor_index": "0",
"sensor_type": "cxc",
"sensor_descr": "Total Output Current",
"group": null,
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 17.87,
"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,
"rrd_type": "GAUGE",
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.5.3.1.14.0",
"sensor_index": "rectSysBatteryTemperature.0",
"sensor_type": "cxc",
"sensor_descr": "Battery Temperature",
"group": null,
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 17.527,
"sensor_limit": 37.527,
"sensor_limit_warn": null,
"sensor_limit_low": 7.527,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.5.3.1.6.0",
"sensor_index": "rectSysAverageRectifierACInputVoltage.0",
"sensor_type": "cxc",
"sensor_descr": "AC Input Voltage",
"group": null,
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 249.125,
"sensor_limit": 286.49375,
"sensor_limit_warn": null,
"sensor_limit_low": 211.75625,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.5.3.1.12.0",
"sensor_index": "rectSysBatteryVoltage.0",
"sensor_type": "cxc",
"sensor_descr": "Battery Voltage",
"group": null,
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 53.931,
"sensor_limit": 62.02065,
"sensor_limit_warn": null,
"sensor_limit_low": 45.84135,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.7309.5.3.1.10.0",
"sensor_index": "rectSysSystemVoltage.0",
"sensor_type": "cxc",
"sensor_descr": "System Voltage",
"group": null,
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 53.946,
"sensor_limit": 62.0379,
"sensor_limit_warn": null,
"sensor_limit_low": 45.8541,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
"state_name": null
}
]
},
"poller": "matches discovery"
}
}