Build precise queries to find exactly what you need
Press ESC to close
The Nagios plugin may be really nice. I just don’t have much experience with it right now. However, when I started trying it, it just came up with:
Can’t locate object method “new” via package “DBD::MySQL::Server::Instance” (perhaps you forgot to load “DBD::MySQL::Server::Instance”?) at Nagios/DBD/MySQL/Server.pm line 85.
I was looking for such issues on the internet and didn’t find any helpful topic. I wonder if I really am the only one on the world wide web having that issue.
However, I found out that a change of the line 85 in the mentioned file from:
$self->{instance} = DBD::MySQL::Server::Instance->new(%params);
to:
$self->{instance} = DBD::MySQL::Server->new(%params);
was helpful. Just as remark.
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!