Build precise queries to find exactly what you need
Press ESC to close
I had to modify lines 74 and 75 adding a line that makes the ‘while’ loop to bail out if the line does not begin with ‘|’.
while() { next unless /^|/;
For some reason, the script worked fine if invoked by cli, but gave the following error if invoked inside Nagios:
**ePN /usr/lib/nagios/plugins/check_bacula_lastbackup.pl: Use of uninitialized value _jobStatus in string ne at (eval 1) line 80, JOBLIST line 1..
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!