Monitoring Exchange Replay Queue Length

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Richter35
Posts: 1
Joined: Sun May 22, 2016 10:01 pm

Monitoring Exchange Replay Queue Length

Post by Richter35 »

Please pardon me if this has been asked and answered, but I searched and could not find anything.

We have a legacy Exchange 2010 environment that we must keep alive for the foreseeable future. Unfortunately we do occasionally encounter a situation where a database starts to generate excessive logfiles and our lagged copy of that database in the 3 server DAG encounters disk space issues.

We are trying to address this proactively and we would like to be able to alert if the replay queue length rises above certain levels. We do have other components of Exchange monitoring incorporated and working properly, but I am at a loss as to how to check this particular parameter.

Has anyone done this?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Monitoring Exchange Replay Queue Length

Post by ssax »

Looks like you should be able to use check_nrpe and CheckCounters to poll some of the counters that you need:

https://technet.microsoft.com/en-us/lib ... 41%29.aspx

See an example of using CheckCounters here:

http://sites.box293.com/nagios/guides/c ... erformance


Let us know if you have any questions.
Locked