Lu à tous,
J'essaie d'installer le plugin check_fping (parce que je l'ai pas dans mon libexec, 'est normal ca d'ailleurs ?)
j'ai suivi ce lien :
http://blog.nicolargo.com/2007/03/na...eck_fping.html
J'ai aussi essayé
Dans les 2 cas, j'ai fais :
ok
y'a comme un soucis là... Ou sont donc les options voulues ?
Quelqu'un peut me donner un lien ou récupérer un bon plugin "check_fping" ?
Je cherche en fait juste à grapher le ping sans utiliser le plugin check_graph_ping.
Merci à vous
J'essaie d'installer le plugin check_fping (parce que je l'ai pas dans mon libexec, 'est normal ca d'ailleurs ?)
j'ai suivi ce lien :
http://blog.nicolargo.com/2007/03/na...eck_fping.html
J'ai aussi essayé
Code:
yum install nagios-plugins-fping
Code:
./configure make make install
Code:
[[email protected] libexec]# ./fping 10.0.22.229 10.0.22.229 is alive
Code:
[[email protected] libexec]# ./fping 10.0.22.229 -w 3000.0,80% -c 5000.0,100% -n 1 ./fping: invalid option -- w
Code:
[[email protected] libexec]# fping -h Usage: ./check_fping [options] [targets...] -a show targets that are alive -A show targets by address -b n amount of ping data to send, in bytes (default 56) -B f set exponential backoff factor to f -c n count of pings to send to each target (default 1) -C n same as -c, report results in verbose format -e show elapsed time on return packets -f file read list of targets from a file ( - means stdin) (only if no -g specified) -g generate target list (only if no -f specified) (specify the start and end IP in the target list, or supply a IP netmask) (ex. ./check_fping -g 192.168.1.0 192.168.1.255 or ./check_fping -g 192.168.1.0/24) -i n interval between sending ping packets (in millisec) (default 25) -l loop sending pings forever -m ping multiple interfaces on target host -n show targets by name (-d is equivalent) -p n interval between ping packets to one target (in millisec) (in looping and counting modes, default 1000) -q quiet (don't show per-target/per-ping results) -Q n same as -q, but show summary every n seconds -r n number of retries (default 3) -s print final stats -t n individual target initial timeout (in millisec) (default 500) -u show targets that are unreachable -v show version targets list of targets to check (if no -f specified)
Quelqu'un peut me donner un lien ou récupérer un bon plugin "check_fping" ?
Code:
[[email protected] fping-2.4b2_to]# fping -v fping: Version 2.4b2_to $Date: 2001/01/25 11:25:04 $
Merci à vous
Comment