Add OpenBSD Carp State Sensor (#9143)

* Add OpenBSD Carp State Sensor

* Added json test data
This commit is contained in:
Søren Rosiak 2018-09-05 01:53:39 +02:00 committed by Tony Murray
parent fbb6d35061
commit 9fc3891441
3 changed files with 209 additions and 0 deletions

View File

@ -0,0 +1,15 @@
mib: OPENBSD-CARP-MIB
modules:
sensors:
state:
data:
-
oid: carpIfTable
value: carpIfState
num_oid: .1.3.6.1.4.1.30155.6.2.2.1.7.
descr: 'CARP - {{ $carpIfDev }}'
index: '{{ $index }}'
states:
- { value: 0, descr: init, graph: 1, generic: 1 }
- { value: 1, descr: backup, graph: 1, generic: 0 }
- { value: 2, descr: master, graph: 1, generic: 0 }

162
tests/data/openbsd.json Normal file
View File

@ -0,0 +1,162 @@
{
"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,
"location": null,
"os": "openbsd",
"type": "server",
"serial": null,
"icon": "openbsd.svg"
}
]
},
"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,
"location": "<private>",
"os": "openbsd",
"type": "server",
"serial": null,
"icon": "openbsd.svg"
}
]
}
},
"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",
"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",
"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",
"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",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 8.3000000000000007,
"sensor_limit": 28.300000000000001,
"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"
}
}

View File

@ -1,2 +1,34 @@
1.3.6.1.2.1.1.1.0|4|User input...
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.30155.23.1
1.3.6.1.2.1.1.3.0|67|1425998614
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.25.1.1.0|67|1426005200
1.3.6.1.4.1.30155.2.1.2.1.2.1|4|temp0
1.3.6.1.4.1.30155.2.1.2.1.2.2|4|zone temperature
1.3.6.1.4.1.30155.2.1.2.1.2.3|4|sd0
1.3.6.1.4.1.30155.2.1.2.1.3.1|2|0
1.3.6.1.4.1.30155.2.1.2.1.3.2|2|0
1.3.6.1.4.1.30155.2.1.2.1.3.3|2|13
1.3.6.1.4.1.30155.2.1.2.1.4.1|4|cpu0
1.3.6.1.4.1.30155.2.1.2.1.4.2|4|acpitz0
1.3.6.1.4.1.30155.2.1.2.1.4.3|4|ciss0
1.3.6.1.4.1.30155.2.1.2.1.5.1|4|24.00
1.3.6.1.4.1.30155.2.1.2.1.5.2|4|8.30
1.3.6.1.4.1.30155.2.1.2.1.5.3|4|online
1.3.6.1.4.1.30155.6.2.2.1.1.16|2|16
1.3.6.1.4.1.30155.6.2.2.1.1.17|2|17
1.3.6.1.4.1.30155.6.2.2.1.2.16|4|carp12
1.3.6.1.4.1.30155.6.2.2.1.2.17|4|carp34
1.3.6.1.4.1.30155.6.2.2.1.3.16|2|12
1.3.6.1.4.1.30155.6.2.2.1.3.17|2|34
1.3.6.1.4.1.30155.6.2.2.1.4.16|4|vlan12
1.3.6.1.4.1.30155.6.2.2.1.4.17|4|vlan34
1.3.6.1.4.1.30155.6.2.2.1.5.16|2|1
1.3.6.1.4.1.30155.6.2.2.1.5.17|2|1
1.3.6.1.4.1.30155.6.2.2.1.6.16|2|0
1.3.6.1.4.1.30155.6.2.2.1.6.17|2|0
1.3.6.1.4.1.30155.6.2.2.1.7.16|2|2
1.3.6.1.4.1.30155.6.2.2.1.7.17|2|2
1.3.6.1.6.3.10.2.1.3.0|2|1536051496