<p>snmpget already supports using SNMPv3 contexts using the option "-n".<br>
Thus all we need to do is introduce a new argument to check_snmp and<br>
pass the argument on to snmpget using snmpget's option "-n".<br>
Since "-n" is already in use for check_snmp for a different purpose,<br>
we use "-N" instead.</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/jcnengel/nagios-plugins maint</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/nagios-plugins/nagios-plugins/pull/1221'>https://github.com/nagios-plugins/nagios-plugins/pull/1221</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Introduce support for SNMPv3 context in check_snmp</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/nagios-plugins/nagios-plugins/pull/1221/files#diff-0">plugins/check_snmp.c</a>
    (42)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/nagios-plugins/nagios-plugins/pull/1221.patch'>https://github.com/nagios-plugins/nagios-plugins/pull/1221.patch</a></li>
  <li><a href='https://github.com/nagios-plugins/nagios-plugins/pull/1221.diff'>https://github.com/nagios-plugins/nagios-plugins/pull/1221.diff</a></li>
</ul>