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?