Question Regarding IBM WebSphere MQSeries Monitoring Plugin Usage

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
kenneth59
Posts: 37
Joined: Tue Apr 16, 2024 10:03 pm

Question Regarding IBM WebSphere MQSeries Monitoring Plugin Usage

Post by kenneth59 »

Hi,

I'm not sure where I should ask questions regarding plugins, so I am posting my question about a plugin here. If there is a more suitable place to ask questions about plugins, please let me know.

https://exchange.nagios.org/directory/P ... or/details

I am currently working on MQ monitoring and trying to use the plugin above to poll information from an IBM server. However, the example provided only shows how to enter the queue manager name, port, channel, queue name, warning, and critical messages. When I tried following the example, I encountered the following error.

Code: Select all

MQJE001: An MQException occurred: Completion Code 2, Reason 2009
MQJE016: MQ queue manager closed channel immediately during connect
Closure reason = 2009
MQJE001: Completion Code 2. Reason 2009

I would like to confirm if I need to include any credentials, such as a username or password, to retrieve the information. If so, how do I specify the credentials in the plugin? Or, could the error I am encountering be due to some other issue?
DoubleDoubleA
Posts: 199
Joined: Thu Feb 09, 2017 5:07 pm

Re: Question Regarding IBM WebSphere MQSeries Monitoring Plugin Usage

Post by DoubleDoubleA »

Hi @kenneth59,

A quick google search brought me to this doc https://www.ibm.com/support/pages/syste ... %20WAS.pdf and credentials are not mentioned as one of the causes for that error number, though some other possibilities are mentioned.

Aaron
Post Reply