Skip to content

Commit 868e50a

Browse files
committed
Updated based on new docker-compose being used.
1 parent 3fb2c95 commit 868e50a

File tree

1 file changed

+4
-4
lines changed
  • Monitoring/monitor_fsxn_with_harvest_on_ec2

1 file changed

+4
-4
lines changed

Monitoring/monitor_fsxn_with_harvest_on_ec2/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ To monitor additional FSxN resources, follow these steps:
135135
- The name of the block (i.e. the first line of the block).
136136
- The `container_name`.
137137
- The `ports`. All pollers must use a different port. Just increment by one for each system.
138-
- The `command` should be updated with:
139-
- The name after the `--poller` should math the block name.
140-
- The `promPort` should match the ports line set above.
138+
- The `command` parameter should be updated with:
139+
- The name after the `--poller` should match the block name.
140+
- The `promPort` port should match the port in the `ports` line set above.
141141
- The `SECRET_NAME` as needed.
142142

143143
5. **Add FSx for NetApp ONTAP to Prometheus Targets**
@@ -147,7 +147,7 @@ To monitor additional FSxN resources, follow these steps:
147147
```
148148
- Edit the `harvest_targets.yml` file to add the new FSx for NetApp ONTAP target:
149149
```yaml
150-
- targets: ['<container_name>:<container-port>']
150+
- targets: ['fsx01:12990','fsx02:12291']
151151
```
152152

153153
6. **Restart Docker Compose**

0 commit comments

Comments
 (0)