Exchange DB monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Exchange DB monitoring

Post by bsivavani »

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.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Exchange DB monitoring

Post by rkennedy »

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.
Former Nagios Employee
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Re: Exchange DB monitoring

Post by bsivavani »

Thanks. Can you give us official plugin as this is impacting production.

Also send us steps for plugin install.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Exchange DB monitoring

Post by rkennedy »

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
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Re: Exchange DB monitoring

Post by bsivavani »

Please suggest steps to install plugin and configuration files which I have to modify. Thanks
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Exchange DB monitoring

Post by rkennedy »

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.

Code: Select all

$customer = "PuTYouRDataBaseNameHere"
$maxDBsize = "15"

$NagiosStatus = "0"
$NagiosDescription = ""
Former Nagios Employee
Locked