Home Directory Plugins Others check_jenkins

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

Current Version
1.7
Last Release Date
2012-12-10
Compatible With
  • Nagios 3.x
Owner
License
LGPL
Hits
63089
Files:
FileDescription
check_jenkins.plcheck_jenkins.pl
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 count the number of jobs of a Jenkins instance.

check_jenkins.pl is a Nagios plugin that count the number of jobs of a Jenkins instance.


It can check that the total number of jobs will not exeed the WARNING and CRITICAL thresholds.


It also count the number of disabled, passed, running and failed jobs and can check that the ratio of failed jobs against active jobs is over a WARNING and CRITICAL thresholds.


This plugin is written in Perl and use HTTP request to query Jenkins API. It requires LWP:: and JSON:: perl modules.


This plugin can be run by a Nagios server or through NRPE protocol

.

Use: check_jenkins.pl --man to print manual page.