diff --git a/check_jenkins_cron.pl b/check_jenkins_cron.pl index 31ceaf7..fb0d465 100755 --- a/check_jenkins_cron.pl +++ b/check_jenkins_cron.pl @@ -26,7 +26,7 @@ my $thresh_warn; my $thresh_crit; my $alert_on_fail; -my $alert_on_lastx_fail; +my $alert_on_lastx_fail = 0; my $alert_on_nostart; my $debug = 0; my $timeout = 0;