Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_multipath_solaris
0.1
2009-10-29
- Nagios 2.x
- Nagios 3.x
GPL
94015
File | Description |
---|---|
check_multipath.tar.gz | check_multipath.tar.gz |
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!
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
- 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
Reviews (0)
Be the first to review this listing!