Plugin nagios

Fermé
kyy Messages postés 38 Date d'inscription vendredi 25 janvier 2013 Statut Membre Dernière intervention 5 août 2014 - 25 janv. 2013 à 12:00
kyy Messages postés 38 Date d'inscription vendredi 25 janvier 2013 Statut Membre Dernière intervention 5 août 2014 - 19 févr. 2013 à 17:13
Bonjour,


Tous les plugins que je mets en place sont tous en UNKNOWN

CPU :


#'check_snmp_cpu' command definition
define command{
command_name check_snmp_cpu
command_line $USER1$/check_snmp_cpu -H $HOSTADDRESS$ -C $ARG1$ -i $HOSTADDRESS$ -w $ARG2$ -c $ARG3$
}


define service{
host_name **************
service_description CPU
check_command check_snmp_cpu!-l 5,80,90
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
check_period 24x7
notification_interval 240
notification_period 24x7
notification_options c,r
contact_groups admin
}

CPU


UNKNOWN 01-25-2013 08:51:39 0d 17h 46m 50s 3/3 CPU Load : 0%

Traffic :

#'check_snmp_traffic' command definition
define command{
command_name check_snmp_traffic
command_line $USER1$/check_snmp_traffic -H $HOSTADDRESS$ -C $ARG1$ -i $HOSTADDRESS$ -w $ARG2$ -c $ARG3$
}

define service{
host_name **************
service_description snmp_traffic
check_command check_snmp_traffic!public!80!90
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
check_period 24x7
notification_interval 240
notification_period 24x7
notification_options c,r
contact_groups admin
}

snmp_traffic


UNKNOWN 01-25-2013 08:59:34 1d 18h 49m 11s 3/3 Unknown

Port :

define service{
host_name *************
service_description Port 1 Link Status
check_command check_snmp!-C public -o ifOperStatus.1 -r 1 -m RFC1213-MIB
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
check_period 24x7
notification_interval 240
notification_period 24x7
notification_options c,r
contact_groups admin
}

Port 1 Link Status


UNKNOWN 01-25-2013 09:01:54 0d 0h 2m 36s 3/3 External command error: MIB search path: $HOME/.snmp/mibs:/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp

Avez-vous des idées sur mes problèmes ?

Merci d'avance
A voir également:

1 réponse

kyy Messages postés 38 Date d'inscription vendredi 25 janvier 2013 Statut Membre Dernière intervention 5 août 2014 1
19 févr. 2013 à 17:13
Pour les ports j'ai utilisé le plugin check_snmp_int.pl du site de manubulon => http://nagios.manubulon.com/

Et mes erreurs étaient dues à une mal configuration du snmp
0