Home Directory Plugins Hardware Network Gear Infiniband InfiniBand Performance Counters Check

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

InfiniBand Performance Counters Check

Rating
0 votes
Favoured:
0
Hits
96848
Files:
FileDescription
ibcheckerrs_patchedoptional, if you patch yourself the OFED-ibcheckerrs file
thresholds.txtabsolutely optional - only necessary if you want to customize the theresholds
check_iberr.plThis is the (only) file you really need.
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
The plugin check_iberr.pl checks and reports the status of InfiniBand network adapters (RcvErrors, LinkDowned, XmtDiscards, etc.). Either the performance/error counters were checked remotely via InfiniBand (very fast) or via NRPE on the specific host.
Preconditions to use this script (at the beginning of it), an execution example (right after the preconditions) and an example configuration of the relevant Nagios config (at the very end of it) is included in the script.

The {{threshold.txt}} file is absolutely optional. For the eventually use of the {{ibcheckerrs_patched}} file see the preconditions at the beginning of the script.

general preconditions:
- OFED-Tools installed (http://www.openfabrics.org/)
- root permissions, because of {{ibaddr}} from the OFED-Tools
- Nagios-NSCA add-on

this plugin script is in beta status, if anyone is interested in it, some improvments could be done (comments are welcome!):
- further immunize the script for unexpected behaviour of the external components
- improving the usability :-)
- do changes to fit to the new Nagios::Plugin modules