File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Monitoring/monitor_fsxn_with_harvest_on_ec2 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
1431435. ** 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
1531536. ** Restart Docker Compose**
You can’t perform that action at this time.
0 commit comments