Home Directory Plugins Others check_jenkins

check_jenkins

Bookmark and Share

Current Version
1.7
Last Release Date
2012-12-10
Compatible With
  • Nagios 3.x
Owner
E-mail
License
LGPL
Hits
20030
Files:
FileDescription
check_jenkins.plcheck_jenkins.pl
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.