Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_jenkins_job_time
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!
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
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.