Added state sensor for Packetflux Sitemonitor Switch Input (#10994)

* Initial stab at switch input state sensor

* Fix indentions

* Fix indentions

* Index updates

* More useless changes.

* And it finally works.

* Open should be a WARNING state.

* Update email

* Add line

* One empty line, not three.

* This is getting ridic.

* Add test data
This commit is contained in:
Josh Baird
2020-01-10 10:52:26 -05:00
committed by Neil Lathwood
parent 0e3c472018
commit 664ca1fee3
3 changed files with 533 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
<?php
/**
* sitemonitor.inc.php
*
* LibreNMS state discovery module for Packetflux SiteMonitor Base II
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link http://librenms.org
* @copyright 2020 Josh Baird
* @author Josh Baird <joshbaird@gmail.com>
*/
$switch = snmp_get($device, ".1.3.6.1.4.1.32050.2.1.26.5.3", "-Ovqe");
if ($switch) {
//Create State Index
$state_name = 'switchInput';
$states = [
['value' => 0, 'generic' => 1, 'graph' => 1, 'descr' => 'Open'],
['value' => 1, 'generic' => 0, 'graph' => 1, 'descr' => 'Closed'],
];
create_state_index($state_name, $states);
$sensor_index = 3;
discover_sensor(
$valid['sensor'],
'state',
$device,
'.1.3.6.1.4.1.32050.2.1.26.5.3',
$sensor_index,
$state_name,
'Switch Input',
1,
1,
null,
null,
null,
null
);
create_sensor_to_state_index($device, $state_name, $sensor_index);
}

466
tests/data/sitemonitor.json Normal file
View File

@@ -0,0 +1,466 @@
{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.32050.1.1",
"sysDescr": "PacketFlux SiteMonitor Base II",
"sysContact": null,
"version": null,
"hardware": null,
"features": null,
"os": "sitemonitor",
"type": "appliance",
"serial": null,
"icon": "packetflux.png",
"location": null
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.32050.1.1",
"sysDescr": "PacketFlux SiteMonitor Base II",
"sysContact": "<private>",
"version": null,
"hardware": null,
"features": null,
"os": "sitemonitor",
"type": "appliance",
"serial": null,
"icon": "packetflux.png",
"location": "<private>"
}
]
}
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "current",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.4",
"sensor_index": "0",
"sensor_type": "sitemonitor",
"sensor_descr": "Current",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 12.7,
"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.32050.2.1.26.5.3",
"sensor_index": "3",
"sensor_type": "switchInput",
"sensor_descr": "Switch Input",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": null,
"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": "switchInput"
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.0",
"sensor_index": "0",
"sensor_type": "sitemonitor",
"sensor_descr": "Temperature",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 31.6,
"sensor_limit": 51.6,
"sensor_limit_warn": null,
"sensor_limit_low": 21.6,
"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.32050.2.1.27.5.5",
"sensor_index": "5",
"sensor_type": "sitemonitor",
"sensor_descr": "Relay on Above",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 100,
"sensor_limit": 120,
"sensor_limit_warn": null,
"sensor_limit_low": 90,
"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.32050.2.1.27.5.6",
"sensor_index": "6",
"sensor_type": "sitemonitor",
"sensor_descr": "Relay on Below",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": -100,
"sensor_limit": -80,
"sensor_limit_warn": null,
"sensor_limit_low": -110,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.1",
"sensor_index": "1",
"sensor_type": "sitemonitor",
"sensor_descr": "Shunt Input",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": -2.8,
"sensor_limit": -2.38,
"sensor_limit_warn": null,
"sensor_limit_low": -3.22,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.2",
"sensor_index": "2",
"sensor_type": "sitemonitor",
"sensor_descr": "Power 1",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 46.9,
"sensor_limit": 53.935,
"sensor_limit_warn": null,
"sensor_limit_low": 39.865,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.3",
"sensor_index": "3",
"sensor_type": "sitemonitor",
"sensor_descr": "Power 2",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 0,
"sensor_limit": 0,
"sensor_limit_warn": null,
"sensor_limit_low": 0,
"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": "switchInput",
"state_descr": "Open",
"state_draw_graph": 1,
"state_value": 0,
"state_generic_value": 1
},
{
"state_name": "switchInput",
"state_descr": "Closed",
"state_draw_graph": 1,
"state_value": 1,
"state_generic_value": 0
}
]
},
"poller": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "current",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.4",
"sensor_index": "0",
"sensor_type": "sitemonitor",
"sensor_descr": "Current",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 12.7,
"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.32050.2.1.26.5.3",
"sensor_index": "3",
"sensor_type": "switchInput",
"sensor_descr": "Switch Input",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"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": "switchInput"
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.0",
"sensor_index": "0",
"sensor_type": "sitemonitor",
"sensor_descr": "Temperature",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 31.6,
"sensor_limit": 51.6,
"sensor_limit_warn": null,
"sensor_limit_low": 21.6,
"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.32050.2.1.27.5.5",
"sensor_index": "5",
"sensor_type": "sitemonitor",
"sensor_descr": "Relay on Above",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 100,
"sensor_limit": 120,
"sensor_limit_warn": null,
"sensor_limit_low": 90,
"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.32050.2.1.27.5.6",
"sensor_index": "6",
"sensor_type": "sitemonitor",
"sensor_descr": "Relay on Below",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": -100,
"sensor_limit": -80,
"sensor_limit_warn": null,
"sensor_limit_low": -110,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.1",
"sensor_index": "1",
"sensor_type": "sitemonitor",
"sensor_descr": "Shunt Input",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": -2.8,
"sensor_limit": -2.38,
"sensor_limit_warn": null,
"sensor_limit_low": -3.22,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.2",
"sensor_index": "2",
"sensor_type": "sitemonitor",
"sensor_descr": "Power 1",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 46.9,
"sensor_limit": 53.935,
"sensor_limit_warn": null,
"sensor_limit_low": 39.865,
"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": "voltage",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.32050.2.1.27.5.3",
"sensor_index": "3",
"sensor_type": "sitemonitor",
"sensor_descr": "Power 2",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 0,
"sensor_limit": 0,
"sensor_limit_warn": null,
"sensor_limit_low": 0,
"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": "switchInput",
"state_descr": "Open",
"state_draw_graph": 1,
"state_value": 0,
"state_generic_value": 1
},
{
"state_name": "switchInput",
"state_descr": "Closed",
"state_draw_graph": 1,
"state_value": 1,
"state_generic_value": 0
}
]
}
}
}

View File

@@ -1,2 +1,14 @@
1.3.6.1.2.1.1.1.0|4|PacketFlux SiteMonitor Base II
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.32050.1.1
1.3.6.1.2.1.1.3.0|67|251770296
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.4.1.32050.2.1.26.5.3|2|1
1.3.6.1.4.1.32050.2.1.27.5.0|2|316
1.3.6.1.4.1.32050.2.1.27.5.1|2|-28
1.3.6.1.4.1.32050.2.1.27.5.2|2|469
1.3.6.1.4.1.32050.2.1.27.5.3|2|0
1.3.6.1.4.1.32050.2.1.27.5.4|2|127
1.3.6.1.4.1.32050.2.1.27.5.5|2|1000
1.3.6.1.4.1.32050.2.1.27.5.6|2|-1000