Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
This is one of great Plugins I have ever used, Thank You to Jeff Roberson. Also first time to use a PowerShell-based script with NRPE. I had to do some changes on NRPE to work. I’m using Groundwork Monitor CE (GWOS CE) that uses Nagios as it’s Engine.
On NSClient++ I noticed it has [NRPE Client Handlers] and had to modify it to [NRPE Handlers].
Feedbacks from from qk4I and dmagniez were very useful .. Thank You!
Also I had to run the following Windows PowerShell command on the Exchange Server:
Set-ExecutionPolicy RemoteSigned
This made it possible for the PS scripts to work on NRPE from Exchange server to Nagios (GWOS CE).
On GWOS, I created a command:
$USER1$/check_nrpe -t 60 -H $HOSTADDRESS$ -c $ARG1$
And two services .. one for Replication and one for MailboxDB
$USER1$/check_nrpe -t 60 -H $HOSTADDRESS$ -c check_replication_health $USER1$/check_nrpe -t 60 -H $HOSTADDRESS$ -c check_mailboxdb_health
Thanks again …