webMethods Integration server monitor
Re: webMethods Integration server monitor
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
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
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_pingRe: webMethods Integration server monitor
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
Where do you have webmethods installed?
Re: webMethods Integration server monitor
Webmethod is installed on below OS
RHEL 5.7
windows server 2003
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
I meant what location on the server, it is looking in
Code: Select all
/webmethods/Broker/bin/Re: webMethods Integration server monitor
/u01/app/webmethods/wmdvis01/IntegrationServer/bin
/u01/app/webmethods/wmtnis/IntegrationServer/bin
/u01/app/webmethods/wmdvms001/MWS/server/default/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
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/BrokerRe: webMethods Integration server monitor
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.
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
I mean you should change this
to this
Code: Select all
BROKERHOME=/usr/webmethods/BrokerCode: Select all
BROKERHOME=/u01/app/webmethods/wmdvis01/IntegrationServer