Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check network bonding
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!
Shell script to check network bonding.
Gives CRITICAL if one or more defined eth is down.
Currently only supports 1 bond module.
Example OK output:
OK - Bonding Mode: adaptiveloadbalancing. Bond: up eth0 up eth1 up
Example CRITICAL output:
CRITICAL - Bonding Mode: adaptiveloadbalancing. eth0 down Bond: up eth1 up
Gives CRITICAL if one or more defined eth is down.
Currently only supports 1 bond module.
Example OK output:
OK - Bonding Mode: adaptiveloadbalancing. Bond: up eth0 up eth1 up
Example CRITICAL output:
CRITICAL - Bonding Mode: adaptiveloadbalancing. eth0 down Bond: up eth1 up
Reviews (1)
byaswen, October 11, 2013
I like this plugin very much. I took it and added some tests and an extra option (-i , so that you can use this on a multi-bond server). You can find my version at: https://github.com/aswen/nagios-plugins/blob/master/check_bond.