If you notice the following error message at the samplingStatus field:
The Netprobe has been configured to monitor IBM WebSphere MQ, and it was not able to locate the MQ Client library files. |
|
Depending on the operating system, the Netprobe will need to access mqic.dll, libmqic.so or libmqic.a. Please check the Netprobe log as well, which may display error messages similar to these:
|
|
Further Reading Please refer to the Prerequisites section of the MQ Queue plugin documentation |
Self help
FAQ
["FAQ"]
Comments
1 comment
This didn't help me. I had MQ client installed on a Linux server and was sampling a remote qmgr. However, this did work for me:
ln -s /opt/mqm/lib64/libmqic.so /usr/lib64/libmqic.so
Using LD_LIBRARY_PATH did me no good at all. Using a symlink to libmqic.so in /usr/lib64 is what solved my issue. After I did that and restarted the netprobe it was all good.
Please sign in to leave a comment.