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
57431
Files:
FileDescription
check_jenkins_job_time.plcheck_jenkins_job_time
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.