Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_lacp
Current Version
1.0
Last Release Date
2014-08-13
Compatible With
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
- Nagios Fusion
- Nagios Reactor
- Nagios Network Analyzer
Owner
Hits
19159
Files:
File | Description |
---|---|
check_lacp | change mode this script with x agrument |
Reviews (1)
Good work. Helped me in lacp monitoring of trunk/ae in Juniper/Huawei/Cisco. I customized and made the following the change:
1. Used IfHighSpeed instead of ifSpeed and accordingly change divisor
2. Inserted Huawei for Eth-Trunk but I couldnt understand this usage.
3. portid coupled in IF-MIB::ifSpeed
portalias=`snmpwalk -v 2c -c $COMMUNITY $HOSTNAME IF-MIB::ifAlias."$portid" `
1. Used IfHighSpeed instead of ifSpeed and accordingly change divisor
2. Inserted Huawei for Eth-Trunk but I couldnt understand this usage.
3. portid coupled in IF-MIB::ifSpeed
portalias=`snmpwalk -v 2c -c $COMMUNITY $HOSTNAME IF-MIB::ifAlias."$portid" `