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

Re: webMethods Integration server monitor

Post by lntinfo »

I have installed mentioned plugin.
But when i am running below command from XI, it shows below output, not really sure if WMBROKER is being monitored....
#./check_nrpe -H hostname -c checkwmbroker
WMBROKER OK - Missing either /webmethods/Broker/bin/broker_status, /usr/webmethods/Broker/bin/awbrokermon.cfg or /usr/webmethods/Broker/bin/broker_ping.

Also i coudnt see any WMBROKER service under respective hosts
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 »

On your remote machine do you have any of these files?

Code: Select all

ls -l /webmethods/Broker/bin/broker_status
ls -l /webmethods/Broker/bin/awbrokermon.cfg
ls -l /webmethods/Broker/bin/broker_ping
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 »

No. i coudn't found any of file on remote machine.
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 »

Where do you have webmethods installed?
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 »

Webmethod is installed on below OS
RHEL 5.7
windows server 2003
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 »

I meant what location on the server, it is looking in

Code: Select all

/webmethods/Broker/bin/
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 »

/u01/app/webmethods/wmdvis01/IntegrationServer/bin

/u01/app/webmethods/wmtnis/IntegrationServer/bin

/u01/app/webmethods/wmdvms001/MWS/server/default/bin
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 »

you are going to need to edit check_wmbroker plugin and change line 35 to be the root of one of your webmethods directories

Code: Select all

BROKERHOME=/usr/webmethods/Broker
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 »

I am sorry but here i am not able to understand what exactly you are trying to say.

When i checked line no 35 it shows below entry
BROKERHOME=/usr/webmethods/Broker

So my question is what exactly i need to change.
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 »

I mean you should change this

Code: Select all

BROKERHOME=/usr/webmethods/Broker
to this

Code: Select all

BROKERHOME=/u01/app/webmethods/wmdvis01/IntegrationServer
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked