Page 1 of 1
Exchange 2010 - Database Health Monitor
Posted: Tue Mar 05, 2019 5:02 am
by charlie126
Hello,
I would like to know if it is possible to monitor Microsoft Exchange Database Status (mounted or not mounted). I am using Nagios Core 4.4.2 & NCPA Agent.
Thanks
Re: Exchange 2010 - Database Health Monitor
Posted: Wed Mar 06, 2019 1:31 pm
by cdienger
There are some plugins available at
https://exchange.nagios.org/directory/P ... t-Exchange.
To run a script with NCPA you would need to copy it to the plugins directory found in the installation path(usually c:\program files (x86)\Nagios\NCPA\plugins) and then run a command like:
/usr/local/nagios/libexec/check_ncpa.py -H your_windows_server_ip_address -t your_windows_server_ncpa_token -P 5693 -M 'plugins/resourcecheck.ps1'
https://support.nagios.com/kb/article/n ... -722.html has some more information on running scripts with NCPA.