Skip to content

Commit bf0d030

Browse files
committed
markdown fixes
1 parent 9444178 commit bf0d030

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ibm-mq-metrics/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ These jar files are typically found in ```/opt/mqm/java/lib``` on a UNIX server
4444
found in an alternate location depending upon your environment.
4545

4646
In case of **CLIENT** transport type, IBM MQ Client must be installed to get the MQ jars.
47-
To download IBM MQ Client jars, see [here](https://developer.ibm.com/messaging/mq-downloads/)
47+
[The IBM MQ Client jars can be downloaded here](https://developer.ibm.com/messaging/mq-downloads/).
4848

4949
### MQ monitoring configuration
5050

5151
This software reads events from event queues associated with the queue manager:
52+
5253
* `SYSTEM.ADMIN.PERFM.EVENT`: Performance events, such as low, high, and full queue depth events.
5354
* `SYSTEM.ADMIN.QMGR.EVENT`: Authority events
5455
* `SYSTEM.ADMIN.CONFIG.EVENT`: Configuration events
@@ -58,6 +59,7 @@ Please turn on those events to take advantage of this monitoring.
5859
## Build
5960

6061
Build the package with:
62+
6163
```shell
6264
./gradlew shadowJar
6365
```
@@ -82,6 +84,7 @@ java \
8284
## Connection
8385

8486
There are two transport modes in which this extension can be run:
87+
8588
* **Binding** : Requires WMQ Extension to be deployed in machine agent on the same machine where
8689
WMQ server is installed.
8790
* **Client** : In this mode, the WMQ extension is installed on a different host than the IBM MQ
@@ -166,6 +169,7 @@ a temporary dynamic queue to be created. You can override the default here by us
166169
See [docs/metrics.md](docs/metrics.md).
167170
168171
## Troubleshooting
172+
169173
1. Please follow the steps listed in this [troubleshooting-document](https://community.appdynamics.com/t5/Knowledge-Base/How-to-troubleshoot-missing-custom-metrics-or-extensions-metrics/ta-p/28695) in order to troubleshoot your issue. These are a set of common issues that customers might have faced during the installation of the extension.
170174
2. Error `Completion Code '2', Reason '2495'`
171175
Normally this error occurs if the environment variables are not set up correctly for this extension to work MQ in Bindings Mode.
@@ -199,6 +203,7 @@ See [docs/metrics.md](docs/metrics.md).
199203
```
200204
<classpath>ibm-mq-monitoring-<version>-all.jar;com.ibm.mq.allclient.jar</classpath>
201205
```
206+
202207
OR
203208
204209
```

0 commit comments

Comments
 (0)