Home Directory Plugins Operating Systems Solaris check_multipath_solaris

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_multipath_solaris

Current Version
0.1
Last Release Date
2009-10-29
Compatible With
  • Nagios 2.x
  • Nagios 3.x
Owner
License
GPL
Hits
94015
Files:
FileDescription
check_multipath.tar.gzcheck_multipath.tar.gz
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!
Nagios module to check Fiber Channel paths (Multipathing) status
Installation (nagios client side) :
- Copy the script in your nagios plugins directory (usualy /opt/csw/libexec/nagios-plugins)
- Set good rights (755 for root:bin)

Usage : check_multipath -d -t -w -c
-d device path (ex. /dev/rdsk/c4t600A0B8000492C630000038849DB2A3Ad0s2)
-t total paths (number of active path in non degraded state)
-w warning from path number lost (ex. warn if lost 1 path)
-c critical from path number remaining (ex. critical if stay only 1 active path)

Example : check_multipath -d /dev/rdsk/c4t600A0B8000492C630000038849DB2A3Ad0s2 -t 4 -w 1 -c 2