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_gmirror

Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Hits
91585
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!
outputs status of gmirror volumes. Uses FreeBSD standard tools (no perl or anything required).
SYNTAX:

$path/check_gmirror.sh


OUTPUT:

gm3: DEGRADED / gm0: rebuilding / gm2: ok / gm1: ok

Failed/rebuilding volumes will always be first in the output string, to help diagnose the problem when recieving the output via pager/sms.

Various outputs explained:

ok The device is reported as ok by the smart array controller

DEGRADED The RAID volume is degraded, it's still working but without the safety of RAID, and in some cases with severe performance loss.

rebuilding The RAID is rebuilding, will return to OK when done

starting The geom device is currently starting, you shouldn't see this and will return an unknown code to nagios

unknown state Volume is in an unknown state. Please report this to me (soren at klintrup.dk) so I can update the script
include the following output:
gmirror status
gmirror list

TESTED:

Tested on FreeBSD 6.2
NOTE: This was made on request from a friend, has not been thorougly tested, your mileage may vary.