Skip to content

Commit

Permalink
add prerequisite for mq appliance dc
Browse files Browse the repository at this point in the history
  • Loading branch information
YONG HU SUN committed Jun 25, 2024
1 parent 63a8e94 commit 31f1315
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export DC_CONFIG=config/config-mqappliance.yaml
```bash
./gradlew run
```
*Note:* If you want to monitor IBM MQ appliance, you need to install **expect** before starting the Data Collector. You can run the command `which expect` to check if **expect** is already installed.

5) Option-2: Find the deployment package (otel-dc-host-*.tar) generated by gradle in the "build/distributions/" directory, extract deployment files:
```bash
cd build/distributions/
Expand All @@ -78,6 +80,7 @@ Run the Data Collector with following command according to your current OS:
```bash
bin/otel-dc-host
```
*Note:* If you want to monitor IBM MQ appliance, you need to install **expect** before starting the Data Collector. You can run the command `which expect` to check if **expect** is already installed.

## Create Data Collector implementation for a new type of host

Expand Down

0 comments on commit 31f1315

Please sign in to comment.