Home Directory Plugins Others check_jenkins_job_time

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_jenkins_job_time

Current Version
1.5
Last Release Date
2012-12-10
Compatible With
  • Nagios 3.x
Owner
License
LGPL
Hits
57756
Files:
FileDescription
check_jenkins_job_time.plcheck_jenkins_job_time
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!
A Nagios plugin that check that running Jenkins jobs are not taking unusual time to complete.

check_jenkins_job_time.pl is a Nagios plugin that check that running Jenkins jobs are not taking unusual time to complete.



You can specify one critical and/or one warning threshold express in % of the expected building time (estimated by Jenkins with statistics on past builds).



You can select a given job with -j option or check all jobs defined on the master Jenkins specified by its url.



This plugin is written in Perl and use HTTP request to query Jenkins API (it requires LWP:: and JSON:: perl modules). It is derivated from the work done by jonlives on it Jenkins Plugin




It can be run by the Nagios server or through NRPE remote protocol



Use check_jenkins_job_time.pl --man to print the manual page.