Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_lagg_lacp

Rating
0 votes
Favoured:
0
Current Version
1.1
Compatible With
  • Nagios 4.x
License
BSD
Hits
3328
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check and alert on LACP laggs when a child interface is down or LACP is not distributing.
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