As for Interface Monitoring it is sometime needed to inverse the status (down -> OK, up -> NOT OK).
Can be configured via snmp_interface_inverse variable (boolean).
fixes#115
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
Support for "-A" command line switch to CheckCommand "snmp-process" added in
command-plugins-manubulon.conf. Further details can be found in issue #12189.
fixes#12189
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Recent Net-SNMP's snmpd daemon has changed behavior returning detailed
information about the network interfaces in the IF-MIB::ifDescr MIB.
There is a patch out there that is working around the issue (see also
https://bugs.debian.org/812837) by providing the behaviour via '-N'.
This path provides a way to make use of this workaround.
fixes#11931
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
The new var 'snmp_is_cisco' was added to snmp-memory check
for use the correct OID with cisco switches. The default
is 'false'.
fixes#9303
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Add label option to snmpv3 and snmp snmp-interface commands. Based on attached files to ticket #7545.
fixes#7545
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Add more options to snmp-interface command based on conf file attached on ticket #7136.
fixes#7136
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Fix snmp-load threshold values to suppoprt "-T stand" param in check command.
To use 3 values, change the snmp_load_type var to "netsl".
fixes#7351
Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>