Service nagios

Fermé
bevakacha Messages postés 6 Date d'inscription dimanche 19 avril 2009 Statut Membre Dernière intervention 18 octobre 2010 - 21 avril 2009 à 16:13
Bonjour,

je n'arrive pas à checker l'espace disk d'un PC 192.168.0.4 de mon reseau.
nagios installé et configué sur la machine 192.168.0.2 et j'ai un réseau local qui contient trois machines
j'ai ajouté un service pour la machin 192.168.0.4

define service{
use local-service
host_name rach-desktop \\ 192.168.0.4
service_description espace disque
check_command check_local_disk!20%!10%!/home

}
define service{
use local-service
host_name localhost \\192.168.0.2
service_description espace disque
check_command check_local_disk!20%!10%!/home

}

# 'check_local_disk' command definition
define command{
command_name check_local_disk
command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
}

mais j'ai l'impresion que ce service pour la machine 192.168.0.4 ne fonctionne pas,est ce que Il faut installer quelquechose sur la machine 192.168.0.4 pour pourvoir checker son espace disque?