webMethods Integration server monitor
webMethods Integration server monitor
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
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
There is a plugin on the Exchange that I believe does this
http://exchange.nagios.org/directory/Pl ... er/details
http://exchange.nagios.org/directory/Pl ... er/details
Re: webMethods Integration server monitor
using NagiosXI
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: webMethods Integration server monitor
Do you have NRPE installed on the machine you need to monitor with this?
Re: webMethods Integration server monitor
not sure....this is new requirement......
do we require to have nrpe ?
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
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...lntinfo wrote:not sure....this is new requirement......
do we require to have nrpe ?
Re: webMethods Integration server monitor
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
Then you should be able to run the following on the webmethods server
Then edit your nrpe.cfg and add something like
Finally you will call it from XI using the check_nrpe command using
$ARG1$ = check_wmbroker
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_wmbrokerCode: Select all
command[check_wmbroker]=/usr/local/nagios/libexec/check_wmbroker$ARG1$ = check_wmbroker
Re: webMethods Integration server monitor
Thanks scottwilkerson.
i will try & update you.
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
Please do.