Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Script for checking status of IPVS (IP Virtual Server) nodes through NRPE and reports if both nodes are in MASTER or BACKUP state due to network outages.
Current Version
0.0.3
Last Release Date
2015-01-07
Owner
Zhivko Todorov
License
GPL
Compatible With
compare status of the nodes
check ipvs status on nodes with ipvsadmin
Script for checking status of IPVS (IP Virtual Server) nodes through NRPE and reports if both nodes are in MASTER or BACKUP state due to network outages. In this scenario, we have two machines and try to make the most of available resources so we don't use dedicated machine for loadbalancing.
check_ipvs_status.pl should be put on the nodes running ipvsadm. The config line in /etc/nagios/nrpe.conf looks like this: "command[check_ipvs_status]=/usr/lib64/nagios/plugins/check_ipvs_status.pl -s /usr/bin/sudo -i /sbin/ipvsadm -v virtualnode.example.net"
"virtualnode.example.net" is the the name of the virtual host returned by "ipvsadm -L" command
check_ipvs_mismatch.pl should be put on Nagios server. This script is calling check_ipvs_status.pl through NRPE plugin and read status of the nodes.
You must be logged in to submit a review.
To:
From:
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!