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
97215
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.
Nagios CSP

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!
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