nagios-jenkins-plugin
nagios-jenkins-plugin copied to clipboard
A nagios plugin for which lets you check jenkins jobs according to various criteria.
Fixed bug causing the script to return OK when the job has never run successfully due to an incorrectly specified parameter.
It seems that output in api has changed. Now instead of if($computer->{'offline'} eq 'true') should be if ($computer->{'offline'} eq '1') or even if(($computer->{'offline'} eq 'true') || ($computer->{'offline'} eq '1')) to...
Previously the last build was used which includes builds that are still running. Thus the check failed when passed "-f" while a build was running.
Use of uninitialized value $alert_on_lastx_fail in numeric gt (>) at /usr/local/src/nagios-jenkins-plugin/check_jenkins_cron.pl line 106.
Hi, here's another version of multi job plugin. Status is based on job's last success time.
If the job did for any reason just not run, then these Thresholds are ignored. In my expectation the Thresholds should always be checked.
Hi, I've added jobs view functionality to your plugin. regards, Piotr
Hi, atm ( after Pullrequest #21 ) you can configure icinga2 with something like ``` object CheckCommand "jenkins-job-check-anon" { import "ipv4-or-ipv6" command = [ CustomPluginDir + "/check_jenkins_job_extended.pl" ] arguments =...
If I try to make a call with a job in the format of the API using the folders plugin it gets a 404 error. This is due to the...