Hello All,
I have urgent requirement to monitor Exchange Database (TESTDB) disk space and it is under Disk3 partition. Currently installed NSClient++ in Exchange server. We have Nagios Xi installed in another server. Can you let me know what are configuration files that I need to modify.
Please suggest possible solution.
Exchange DB monitoring
Re: Exchange DB monitoring
I searched through the exchange and found this plugin - https://exchange.nagios.org/directory/P ... ck/details
Although it's not an official Nagios plugin, this might work for your needs.
Although it's not an official Nagios plugin, this might work for your needs.
Former Nagios Employee
Re: Exchange DB monitoring
Thanks. Can you give us official plugin as this is impacting production.
Also send us steps for plugin install.
Also send us steps for plugin install.
Re: Exchange DB monitoring
We do not have an official plugin for checking the size of an exchange database. We do our best to support the plugins in exchange, but cannot guarantee them.
Former Nagios Employee
Re: Exchange DB monitoring
Please suggest steps to install plugin and configuration files which I have to modify. Thanks
Re: Exchange DB monitoring
Take a look at https://assets.nagios.com/downloads/nag ... ios-XI.pdf for how to install a plugin.
As for the plugin itself, you will need to open it up and set a few variables yourself based on your needs.
As for the plugin itself, you will need to open it up and set a few variables yourself based on your needs.
Code: Select all
$customer = "PuTYouRDataBaseNameHere"
$maxDBsize = "15"
$NagiosStatus = "0"
$NagiosDescription = ""
Former Nagios Employee