Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_ipvs_mismatch
0.0.3
2015-01-07
- Nagios 3.x
GPL
11261
File | Description |
---|---|
check_ipvs_mismatch.pl | compare status of the nodes |
check_ipvs_status.pl | check ipvs status on nodes with ipvsadmin |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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.
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.
Reviews (0)
Be the first to review this listing!