webMethods Integration server monitor

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
lntinfo
Posts: 136
Joined: Tue Mar 01, 2011 10:17 am

webMethods Integration server monitor

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: webMethods Integration server monitor

Post by scottwilkerson »

There is a plugin on the Exchange that I believe does this
http://exchange.nagios.org/directory/Pl ... er/details
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lntinfo
Posts: 136
Joined: Tue Mar 01, 2011 10:17 am

Re: webMethods Integration server monitor

Post by lntinfo »

using NagiosXI
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: webMethods Integration server monitor

Post by scottwilkerson »

Do you have NRPE installed on the machine you need to monitor with this?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lntinfo
Posts: 136
Joined: Tue Mar 01, 2011 10:17 am

Re: webMethods Integration server monitor

Post by lntinfo »

not sure....this is new requirement......

do we require to have nrpe ?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: webMethods Integration server monitor

Post 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...
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lntinfo
Posts: 136
Joined: Tue Mar 01, 2011 10:17 am

Re: webMethods Integration server monitor

Post by lntinfo »

yes. i do have installed NRPE on webmethod server
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: webMethods Integration server monitor

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lntinfo
Posts: 136
Joined: Tue Mar 01, 2011 10:17 am

Re: webMethods Integration server monitor

Post by lntinfo »

Thanks scottwilkerson.

i will try & update you.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: webMethods Integration server monitor

Post by scottwilkerson »

Please do.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked