Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This plugin checks a gearman job server, expecting that every function in function-list arg is registered by at least one worker, and expecting that job_total is not too much high.
Current Version
0.2.1
Last Release Date
2011-09-30
Owner
Rémi Paulmier
License
GPL
Compatible With
check_gearman 0.2.1
Brought to you AS IS, WITHOUT WARRANTY, under GPL. (C) Remi Paulmier <[email protected]>
Usage: check_gearman -f|--flist <func1[:threshold1],..,funcN[:thresholdN]> [--host|-H <host>] [--port|-p <port>] [ -c|--critworkers=<threshold> ] [ -w|--warnworkers=<threshold>] [-?|--usage] [-V|--version] [-h|--help] [-v|--verbose] [-t|--timeout=<timeout>]
-?, --usage Print usage information -h, --help Print detailed help screen -V, --version Print version information --extra-opts=[section][@file] Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage -f, --flist=STRING Check for the functions listed in STRING, separated by comma. If optional threshold is given (separated by :), check that waiting jobs for this particular function are not exceeding that value -H, --host=STRING Check the host indicated in STRING -p, --port=INTEGER Use the TCP port indicated in INTEGER -c, --critworkers=INTEGER Exit with CRITICAL status if fewer than INTEGER workers have registered a particular function -w, --warnworkers=INTEGER Exit with WARNING status if fewer than INTEGER workers have registered a particular function -t, --timeout=INTEGER Seconds before plugin times out (default: 15) -v, --verbose Show details for command-line debugging (can repeat up to 3 times)
Hi, I was installing this plugin and I had to change something in the source code. I changed this line from: $cmd = "echo status | nc -w 1 $host $port"; to $cmd = "echo status | nc -i 1 -w 1 $host $port"; I also had to install these packages with yum on centos: yum install nc.x86_64 perl-Nagios-Plugin.noarch
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!