[nagios-plugins] Introduce support for SNMPv3 context in check_snmp (#1221)

jcnengel notifications at github.com
Thu Dec 26 20:26:33 CET 2013


snmpget already supports using SNMPv3 contexts using the option "-n".
Thus all we need to do is introduce a new argument to check_snmp and
pass the argument on to snmpget using snmpget's option "-n".
Since "-n" is already in use for check_snmp for a different purpose,
we use "-N" instead.
You can merge this Pull Request by running:

  git pull https://github.com/jcnengel/nagios-plugins maint

Or you can view, comment on it, or merge it online at:

  https://github.com/nagios-plugins/nagios-plugins/pull/1221

-- Commit Summary --

  * Introduce support for SNMPv3 context in check_snmp

-- File Changes --

    M plugins/check_snmp.c (42)

-- Patch Links --

https://github.com/nagios-plugins/nagios-plugins/pull/1221.patch
https://github.com/nagios-plugins/nagios-plugins/pull/1221.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/devel/attachments/20131226/35ebe266/attachment.html>


More information about the Devel mailing list