Microsoft Exchange

Exchange 2010 DAG Mailbox check

Description:

Full disclaimer: this is a mish-mash of other scripts and random commands found in forums etc. I tried to find the original authors for credit but was unable. Sorry if some of this script is you and you aren’t mentioned!

Use this plugin to check the status of the mailbox copies in your Exchange 2010 DAG. You’ll need a proxy host to run your Powershell commands (or they can be run directly from the Exchange server(s)).
More info here: http://www.nsclient.org/nscp/discussion/topic/637

Only parameter you need to pass is the mailbox server name. It will return a warning if the indexstate is damaged on any of your mailbox DBs, or critical if they’re unmounted or unhealthy.

Current Version

0.2

Last Release Date

2013-09-11

Compatible With

  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion

Owner


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!
Project Files
Project Notes
Reviews (1) Add a Review
Syntax Error
by robinp, August 31, 2013
There appears to be a syntax error (or at least when executed on my system Server 2008 R2 Exch 2010)

When running on my exchange server, Mounted and Dismounted databases report as OK.

If you change:
if(($state.status -match "Mounted") -or ($state.status -match "Healthy")){
to:
if(($state.status -match '^Mounted') -or ($state.status -match '^Healthy')){

and

if(($ContentIndexState.status -match "Healthy") -or ($ContentIndexState.status -match "Mounted")){
to:
if(($ContentIndexState.status -match '^Healthy') -or ($ContentIndexState.status -match '^Mounted')){

It then works properly for me.

Other than that great script. Thanks.
Owner's Reply:

Thanks for that! I'll update the uploaded script with your correction. Cheers.


1 of 1 found this review helpful.
Helpful? Yes 1 No 0
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
5 (1)
Favorites
0
Views
42,752