Page 1 of 1
Monitoring Domino Database
Posted: Thu Sep 06, 2018 10:50 pm
by hoegh
Hi All,
We need to monitor database size on a Domino server.
we have got two check commands
1.check domino_dbsize.
2.check_domino
Suggest us how these commands can be used what arguments should be passed with some example
That would be helpful.
Thanks and Regards
Mayur
Re: Monitoring Domino Database
Posted: Fri Sep 07, 2018 11:22 am
by lmiltchev
This is not one of our official Nagios plugins and we are not familiar with it. However, it seems like there is a good documentation about this plugin that you could use as a reference:
http://benhorley.atspace.co.uk/check_do ... ctions.htm
Here's an example from the documentation:
checkdbsize - Check database size
This checks the size of a database in megabytes. Paramaters are..
check_domino_dbsize!<username>!<password>!<host or ip>!<port>!<database>!<warning size (MB)!<critical size (MB)
For example
check_domino_dbsize!nagiosuser!nagiospassword!192.168.0.7!63148!log.nsf!600!1500
We use this to monitor application log databases that can grow very large if the purge agent starts failing.
I would recommend that you test your check from the command line first in order to make sure it works. Next, set up a command and a service in Nagios XI, following the steps outlined in our documentation on managing plugins in Nagios XI:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Let us know if you have any more questions.
Re: Monitoring Domino Database
Posted: Wed Sep 12, 2018 4:01 am
by hoegh
Hi All,
We need the check_domino.jar file
Can you suggest us how can we get the check_domino.jar file.?
Any download path is available?
Thanks and Regards
Mayur
Re: Monitoring Domino Database
Posted: Wed Sep 12, 2018 9:06 am
by lmiltchev
The
check_domino.jar is included in the
check_domino_v1.2.zip. The download link is provided on the Documentation page I pointed to in my previous post.
http://benhorley.atspace.co.uk/check_do ... o_v1.2.zip
Re: Monitoring Domino Database
Posted: Thu Nov 01, 2018 5:42 am
by hoegh
Hi all,
This Thread can be closed for now.
Regards,
Mayur