Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_lagg_lacp
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!
check_lagg_lacp
Derived from https://github.com/jeanpaulgalea/check_lagg_failover
Nagios plugin for FreeBSD lagg lacp interface.
Alert when a lagg lacp interface has a down or failed slave port.
For more information about lagg interfaces in general;
http://www.freebsd.org/doc/handbook/network-aggregation.html
This check is meant to serve two purposes;
To alert that, for some reason, a child port is not active
This could mean that the nic card is fried, the upstream switch is down, etc.
To give the system administrator as much time as possible in order to bring the master port back online.
This is especially important when the lagg interface is configured with only two ports.
Limitations
This plugin only works when the lagg interface is configured in "LACP Mode". For failover see https://github.com/jeanpaulgalea/check_lagg_failover
Dependencies
nagios-plugins must be installed from the ports tree.
Installation
Copy check_lagg_lacp to /usr/local/libexec/nagios/check_lagg_lacp
Then set ownership and permissions;
chown root:wheel /usr/local/libexec/nagios/check_lagg_lacp
chmod 0555 /usr/local/libexec/nagios/check_lagg_lacp
p
Derived from https://github.com/jeanpaulgalea/check_lagg_failover
Nagios plugin for FreeBSD lagg lacp interface.
Alert when a lagg lacp interface has a down or failed slave port.
For more information about lagg interfaces in general;
http://www.freebsd.org/doc/handbook/network-aggregation.html
This check is meant to serve two purposes;
To alert that, for some reason, a child port is not active
This could mean that the nic card is fried, the upstream switch is down, etc.
To give the system administrator as much time as possible in order to bring the master port back online.
This is especially important when the lagg interface is configured with only two ports.
Limitations
This plugin only works when the lagg interface is configured in "LACP Mode". For failover see https://github.com/jeanpaulgalea/check_lagg_failover
Dependencies
nagios-plugins must be installed from the ports tree.
Installation
Copy check_lagg_lacp to /usr/local/libexec/nagios/check_lagg_lacp
Then set ownership and permissions;
chown root:wheel /usr/local/libexec/nagios/check_lagg_lacp
chmod 0555 /usr/local/libexec/nagios/check_lagg_lacp
p
Reviews (0)
Be the first to review this listing!