salut,
J'ai un ptit pb ... qd je ping un ip qui n'existe pas
en mode shell, quand je fais ce check tout va bien:
J'obtient :
mais en mode graphique dans Oréon, j'ai mis dans le service associé à mes machines check_graph_ping avec aucun argument et il me dit que "ok" et en info : (Service assumed to be ok) alors que ca devrait me dire Critical ...
Est ce que quelqu'un pourrait me dire si je m'y suis bien pris ou si il y a un pb ailleurs ?
-----
Pour info la ligne de commande correspondant à ma commande check_graph_ping est
$USER1$/check_graph_ping.pl -H $HOSTADDRESS$ -w 200,20% -c 500,40% -f -n $ARG1$ -g -S $ARG2$
Merci pour votre aide.
Hugues
J'ai un ptit pb ... qd je ping un ip qui n'existe pas
en mode shell, quand je fais ce check tout va bien:
Code:
# ./check_graph_ping.pl mon_ip_a_pinger
Code:
GPING CRITICAL - 1 packets transmitted, 0 received, +1 errors, 100percent packet loss, time 0ms|time=0 ok=0
Est ce que quelqu'un pourrait me dire si je m'y suis bien pris ou si il y a un pb ailleurs ?
-----
Pour info la ligne de commande correspondant à ma commande check_graph_ping est
$USER1$/check_graph_ping.pl -H $HOSTADDRESS$ -w 200,20% -c 500,40% -f -n $ARG1$ -g -S $ARG2$
Merci pour votre aide.
Hugues
Comment