Page 1 of 2

webMethods Integration server monitor

Posted: Tue Jun 26, 2012 7:10 am
by lntinfo
how can i monitor webMethods Integration server under nagiosxi

Please find link the webMethods Integration server java API .

http://documentation.softwareag.com/web ... index.html

Re: webMethods Integration server monitor

Posted: Tue Jun 26, 2012 7:48 am
by scottwilkerson
There is a plugin on the Exchange that I believe does this
http://exchange.nagios.org/directory/Pl ... er/details

Re: webMethods Integration server monitor

Posted: Tue Jun 26, 2012 10:47 am
by lntinfo
using NagiosXI

Re: webMethods Integration server monitor

Posted: Tue Jun 26, 2012 10:53 am
by scottwilkerson
Do you have NRPE installed on the machine you need to monitor with this?

Re: webMethods Integration server monitor

Posted: Wed Jun 27, 2012 10:46 am
by lntinfo
not sure....this is new requirement......

do we require to have nrpe ?

Re: webMethods Integration server monitor

Posted: Wed Jun 27, 2012 11:55 am
by scottwilkerson
lntinfo wrote:not sure....this is new requirement......

do we require to have nrpe ?
If you are going to use the plugin I mentioned, the website for the plugin mentions running it through NRPE as it appears to run locally on the machine it is installed on...

Re: webMethods Integration server monitor

Posted: Fri Jul 20, 2012 5:33 am
by lntinfo
yes. i do have installed NRPE on webmethod server

Re: webMethods Integration server monitor

Posted: Fri Jul 20, 2012 1:37 pm
by scottwilkerson
Then you should be able to run the following on the webmethods server

Code: Select all

wget http://isa.its.yale.edu/confluence/download/attachments/19564037/check_wmbroker
sudo cp check_wmbroker /usr/local/nagios/libexec
sudo chown nagios:nagios /usr/local/nagios/libexec/check_wmbroker
sudo chmod 755 /usr/local/nagios/libexec/check_wmbroker
Then edit your nrpe.cfg and add something like

Code: Select all

command[check_wmbroker]=/usr/local/nagios/libexec/check_wmbroker
Finally you will call it from XI using the check_nrpe command using
$ARG1$ = check_wmbroker

Re: webMethods Integration server monitor

Posted: Mon Jul 23, 2012 12:49 am
by lntinfo
Thanks scottwilkerson.

i will try & update you.

Re: webMethods Integration server monitor

Posted: Mon Jul 23, 2012 9:43 am
by scottwilkerson
Please do.