Build precise queries to find exactly what you need
Press ESC to close
Thanks for writing the script, it’s works great with BE 2014 but needs a slight modification for Nagios to display the output correctly.
The line,
txt = “Error on backup job | ” & txt
should not contain a pipe ‘|’, because Nagios interprets everything after the pipe as performance data, https://nagios-plugins.org/doc/guidelines.html#AEN200.
Changing this to any other character, like a hyphen, fixed the problem.
txt = “Error on backup job – ” & txt
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!