Build precise queries to find exactly what you need
Press ESC to close
Thanks, very useful script.
I have has a small problem with it on older Linux systems. in the SRCDIR definition:
os.path.dirname() does not return a full path if sys.argv[0] doesn’t contain one, which result in an error. (This is the case on some systems, like older versions of CentOS).
replacing it with the following:
SRCDIR = os.path.abspath(os.path.dirname(sys.argv[0]))
would solv the problem and be more robust.
Regards
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!