<div dir="ltr">It is the actual password? I thought it was an example<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px">Atte.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><address style="font-size:12.8px">Pablo A. Muñoz Rojas</address><address style="font-size:12.8px"><span style="font-size:small">Reseller</span><span style="font-size:small"> </span>Nagios & <a href="http://www.nagios.org/communitynetwork" target="_blank">Nagios Community Manager</a></address><address style="font-size:12.8px">P: +56-32-3140734 | C: +56-9-85499668</address><address style="font-size:12.8px">w: <a href="http://www.e-visus.cl/" target="_blank">www.e-visus.cl</a> – <a href="http://www.nagios-cl.org/" target="_blank">www.nagios-cl.org</a> | <span style="font-size:12.8px">d: Ecuador 85, Viña del Mar, Chile</span></address><address style="font-size:12.8px"><span lang="EN-US"><a href="http://www.nagios.com/verify/" target="_blank">Nagios Certified Administrator and Professional - 3HCL9F</a></span></address><address style="font-size:12.8px"><b>Nuestras redes:</b> <a href="https://cl.linkedin.com/in/pablomunozrojas/" target="_blank">Linkedin </a>- <a href="https://twitter.com/Nagios_Chile" target="_blank">Twitter </a>- <a href="http://www.e-visus.cl/?p=241" target="_blank">Line </a>- <a href="http://www.e-visus.cl/?p=241" target="_blank">skype</a> - <a href="https://www.facebook.com/evisus4nagios" target="_blank">facebook</a></address></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">2015-07-07 12:31 GMT-03:00 Andreas Ericsson <span dir="ltr"><<a href="mailto:ae@op5.se" target="_blank">ae@op5.se</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2015-07-07 16:17, José Pedro Brito Röseler wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hello.<br>
<br>
<br>
<br>
I’m trying to check the uptime of a Cisco 2960X switch on Nagios with<br>
check_snmp plugin but I always get the following error:<br>
<br>
<br>
<br>
[root@nagios]# /usr/lib64/nagios/plugins/check_snmp -P 3 -U snmpv3user -L<br>
authPriv -a MD5 -A v3p4ssword#1 -x DES -X v3p4ssword#2 -H 192.168.254.2 -o<br>
DISMAN-EVENT-MIB::sysUpTimeInstance<br>
<br>
External command error: snmpget: Authentication failure (incorrect password,<br>
community or key)<br>
<br>
<br>
<br>
I get the same error on the web console:<br>
<br>
<br>
<br>
<br>
<br></span><div><div class="h5">
My switches.conf is like this:<br>
<br>
<br>
<br>
# HOST DEFINITIONS<br>
<br>
#<br>
<br>
############################################################################<br>
###<br>
<br>
############################################################################<br>
###<br>
<br>
<br>
<br>
# Define the switch that we'll be monitoring<br>
<br>
<br>
<br>
define host{<br>
<br>
         use                     generic-switch,host-pnp<br>
<br>
         host_name               cisco_2960x_IT2_Datacenter<br>
<br>
         alias                   cisco 2960x 24p IT2 Datacenter<br>
<br>
         address                 192.168.254.2<br>
<br>
         hostgroups              switches_v3<br>
<br>
         notification_interval   60<br>
<br>
         icon_image              switch.png<br>
<br>
         statusmap_image         switch40.png<br>
<br>
         }<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
############################################################################<br>
###<br>
<br>
############################################################################<br>
###<br>
<br>
#<br>
<br>
# HOST GROUP DEFINITIONS<br>
<br>
#<br>
<br>
############################################################################<br>
###<br>
<br>
############################################################################<br>
###<br>
<br>
<br>
<br>
# Create a new hostgroup for switches<br>
<br>
<br>
<br>
define hostgroup{<br>
<br>
         hostgroup_name  switches                ; The name of the hostgroup<br>
<br>
         alias           Network Switches        ; Long name of the group<br>
<br>
         }<br>
<br>
<br>
<br>
define hostgroup{<br>
<br>
         hostgroup_name  switches_v3             ; The name of the hostgroup<br>
<br>
         alias           Network Switches with SNMP v3        ; Long name of<br>
the group<br>
<br>
         }<br>
<br>
<br>
<br>
############################################################################<br>
###<br>
<br>
############################################################################<br>
###<br>
<br>
#<br>
<br>
# SERVICE DEFINITIONS<br>
<br>
#<br>
<br>
############################################################################<br>
###<br>
<br>
############################################################################<br>
###<br>
<br>
<br>
<br>
########## Switches with SNMP V3 ###################<br>
<br>
<br>
<br>
# Service definition to monitor switch uptime using check_snmp<br>
<br>
<br>
<br>
# Monitor uptime via SNMP<br>
<br>
<br>
<br>
define service{<br>
<br>
use                     generic-service<br>
<br>
hostgroup_name          switches_v3<br>
<br>
service_description     Uptime<br>
<br>
</div></div></blockquote>
<br>
This happens because the shell translates the hash in your password to<br>
the end of the command and the start of a comment. You need to use<br>
either single or double quotes around both your passwords in order for<br>
the shell to see them as a single argument.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
check_command           check_snmp!-P 3 -U snmpv3user -L authPriv -a MD5 -A<br>
v3p4ssword#1 -x DES -X v3p4ssword#2 -o DISMAN-EVENT-MIB::sysUpTimeInstance<br>
<br>
</blockquote>
<br></span>
So type in v3p4ssword#1 as 'v3p4ssword#1' with the quotes, and do the<br>
same for 'v3p4ssword#2' and it should work.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Andreas Ericsson                   <a href="mailto:andreas.ericsson@op5.se" target="_blank">andreas.ericsson@op5.se</a><br>
OP5 AB                             <a href="http://www.op5.se" rel="noreferrer" target="_blank">www.op5.se</a><br>
Tel: +46 8-230225                  Fax: +46 8-230231<br>
<br>
Considering the successes of the wars on alcohol, poverty, drugs and<br>
terror, I think we should give some serious thought to declaring war<br>
on peace.<br>
</font></span></blockquote></div><br></div>