Search found 4 matches

by tartarus
Thu Mar 21, 2013 6:18 am
Forum: Open Source Nagios Projects
Topic: [SOLVED]Snmp V3
Replies: 6
Views: 10488

Re: Snmp V3

I found the solution !

I get no perf data return by my command.
I miss one argument : -f

Really, stupid problem but i was hard to find :D

Thank you !
by tartarus
Thu Mar 21, 2013 3:33 am
Forum: Open Source Nagios Projects
Topic: [SOLVED]Snmp V3
Replies: 6
Views: 10488

Re: Snmp V3

Hello, Thank you for your reply. i applid what you said and now : 1 - I make a command to check if host is available 2 - During the creation of the host i put my command check 3 - DUring the test i only check if host is avaiable with my command, it's UP so my check command is ok ! 4 - Finally i crea...
by tartarus
Tue Mar 19, 2013 10:45 am
Forum: Open Source Nagios Projects
Topic: [SOLVED]Snmp V3
Replies: 6
Views: 10488

Re: Snmp V3

With this command it's works great. ./check_snmp -P 3 -U testuser -L authPriv -a SHA -A passwd -x DES -X passwd 10.10.10.254 -o SNMPv2-MIB::sysDescr.0 Example : SNMP OK - Cisco NX-OS(tm) n5000, Software (n5000-uk9), Version 5.0(3)N2(1), RELEASE SOFTWARE Copyright (c) 2002-2011 by Cisco Systems, Inc....
by tartarus
Mon Mar 18, 2013 8:23 am
Forum: Open Source Nagios Projects
Topic: [SOLVED]Snmp V3
Replies: 6
Views: 10488

[SOLVED]Snmp V3

Hello, I am not able to solve my problem since 3 days :( I am using FAN to make my test. For the moment i am using command line directly ( sh-3.2$ pwd /usr/lib64/nagios/plugins ) I want to monitore Cisco Nexus 5K ( and toher in the future ), this equipement use this : snmpv3, with SHA and DES. To ma...