Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_gearman.sh

Rating
0 votes
Favoured:
0
Current Version
0.04
Last Release Date
2014-07-04
Compatible With
  • Nagios 3.x
License
GPL
Hits
77489
Files:
FileDescription
check_gearman.shVersion 0.02
check_gearman.shVersion 0.04
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
The plugin creates a worker and then uses the worker to check if gearman is available.
The plugin needs gearman and gearadmin in path. It will create a worker/function called echo_for_nagios that just returns "echo". The plugin then uses the function and checks if "echo" is returned within the timeout. The time to get the status from the server is measured for perfomance values.

The gearman hostname/ip, the port and the timeout to wait for a reply from gearman are the parameters.

It was tested and is in use on linux.