Bonjour à tous !
Tout d'abord, je ne suis pas sur d'être dans la bonne catégorie (Des topics sur Nagios sont présents dans de nombreuses catégories,en fait. Une catégorie sur la supervision aurait pu m'échapper.)
Je vous expose le problème que je rencontre:
Il m'est impossible d'effectuer un monitoring continue sur l'état d'un service sur un serveur d'application Windows 2012.
Je suis sous CentOS 6.5 avec Nagios 3.5
J'ai le NSClient++ installé sur le serveur.
En mode console, avec la commande
./check_nt -H *ipduserveur* -v SERVICESTATE -p ***** -s *motdepasse* -l *servicedemandé*
OK: , delayed ()
Donc la, pas de problème, ca marche bien.
Mais lorsque je souhaite visualiser ca sur l'interface Web de Nagios, j'obtiens cette erreur.
SRVAPPL Perform Extra Host Actions ServiceAV CRITICAL 10:38:23 4d 21h 11m 54s 4/4 #1 Name or service not known
Je vous fourni différents extraits de fichier de conf.
---------------------------
L'extrait de hosts.cfg
---------------------------
define host {
host_name SRVAPPL
check_command check-host-alive
max_check_attempts 2
check_interval 4
passive_checks_enabled 1
check_period 24x7
obsess_over_host 0
check_freshness 0
freshness_threshold 0
active_checks_enabled 1
notification_interval 0
notification_period 24x7
notifications_enabled 1
failure_prediction_enabled 1
action_url /pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=_HOST_
icon_image win40.png
vrml_image win40.png
statusmap_image win40.png
alias SRVAPPL
address *ipduserveur*
notification_options d,u,r,f,s
stalking_options o,d,u
contact_groups admins
hostgroups WINDOWS
}
---------------------------
L'extrait de services.cfg
---------------------------
define service {
host_name SRVAPPL
service_description ServiceAV
max_check_attempts 4
normal_check_interval 4
active_checks_enabled 1
passive_checks_enabled 1
check_period 24x7
parallelize_check 1
obsess_over_service 0
check_freshness 0
freshness_threshold 0
notification_interval 0
notification_period 24x7
notifications_enabled 1
check_command check_WAV
notification_options w,u,c,r,f,s
stalking_options o,w,u,c
contact_groups admins
}
---------------------------
L'extrait de commands.cfg
---------------------------
define command {
command_name check_WAV
command_line $USER1$/check_nt -H $HOTSADDRESS$ -v SERVICESTATE -p ***** -s $USER6$ -l *servicedemandé*
}
Je remercie d'avance ceux qui prendront le temps d'étudier mon problème.
Message édité par andr0weed le 26-01-2015 à 13:48:40