Build precise queries to find exactly what you need
Press ESC to close
Hello,
thanks for the nice script. I use it to monitor a primary/primary device in a XenServer Cluster.
Here my solution to a bug I had using drbd82-8.2.6-1.el5.centos Package from the CentOS Repository:
The state in /proc/drbd is defined as “ro:” and not as “st:” as the script expects. I added the following lines to subroutine “parse_proc” within the while loop:
if (/^s?(d+):.* ro:(w+)//) { $st{$1} = $2; }
Works perfect! Best regards,
pbr
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!