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
93737
Files:
FileDescription
check_multipath.tar.gzcheck_multipath.tar.gz
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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