Exchange 2010 - Database Health Monitor

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
charlie126
Posts: 13
Joined: Mon Oct 01, 2018 7:55 am

Exchange 2010 - Database Health Monitor

Post 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
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Exchange 2010 - Database Health Monitor

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked