Build precise queries to find exactly what you need
Press ESC to close
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 …
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!