Page 2 of 2

Re: webMethods Integration server monitor

Posted: Wed Aug 08, 2012 5:51 am
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

Re: webMethods Integration server monitor

Posted: Wed Aug 08, 2012 9:32 am
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

Re: webMethods Integration server monitor

Posted: Thu Aug 09, 2012 1:45 am
by lntinfo
No. i coudn't found any of file on remote machine.

Re: webMethods Integration server monitor

Posted: Thu Aug 09, 2012 7:39 am
by scottwilkerson
Where do you have webmethods installed?

Re: webMethods Integration server monitor

Posted: Mon Aug 13, 2012 1:23 am
by lntinfo
Webmethod is installed on below OS
RHEL 5.7
windows server 2003

Re: webMethods Integration server monitor

Posted: Mon Aug 13, 2012 7:38 am
by scottwilkerson
I meant what location on the server, it is looking in

Code: Select all

/webmethods/Broker/bin/

Re: webMethods Integration server monitor

Posted: Thu Aug 16, 2012 2:13 am
by lntinfo
/u01/app/webmethods/wmdvis01/IntegrationServer/bin

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

/u01/app/webmethods/wmdvms001/MWS/server/default/bin

Re: webMethods Integration server monitor

Posted: Thu Aug 16, 2012 7:58 am
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

Re: webMethods Integration server monitor

Posted: Fri Aug 17, 2012 8:42 am
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.

Re: webMethods Integration server monitor

Posted: Mon Aug 20, 2012 9:00 am
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