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 make my test i use this user : testuser
With this password : passwd
And this IP ( for exemple ) : 10.10.10.254
With snmpwalk i get all the informations (typing this command line ) :
Code: Select all
snmpwalk -v 3 -u testuser -l authPriv -a SHA -A passwd -x DES -X passwd 10.10.10.254Code: Select all
sh-3.2$ ./check_centreon_snmp_traffic -H 10.10.10.254 -v 3 -u testuser -p passwd Code: Select all
UNKNOWN: SNMP Session : Received usmStatsWrongDigests.0 Report-PDU with value 13 during synchronizationAfter that i using help to solve my problem but i found any thinhs which can help me to use SHA or other parameters.
Now i am trying with this plugin : check_snmp_int.pl
Code: Select all
sh-3.2$ ./check_snmp_int.pl -v 3 -H 10.10.10.254 -l testuser -x passwd -X passwd -L SHA DESCode: Select all
Usage: ./check_snmp_int.pl [-v] -H <host> -C <snmp_community> [-2] | (-l login -x passwd [-X pass -L <authp>,<privp>) [-p <port>] -n <name in desc_oid> [-i -a -D] [-r] [-f[eSyY]] [-k[qBMGu] -g -w<warn levels> -c<crit levels> -d<delta>] [-o <octet_length>] [-t <timeout>] [-s] --label [-V]Do you know how to use this commands ?
Thank you !
Tart'