|
1 | | -# Harvest, Grafana plus Prometheus Deployment using AWS CloudFormation |
| 1 | +# Harvest/Grafana Deployment using AWS CloudFormation |
2 | 2 | This guide provides instructions on how to deploy a Harvest + Grafana + Prometheus stack |
3 | 3 | to monitor your Amazon FSx for NetApp ONTAP resources. It also includes |
4 | 4 | the Yet Another CloudWatch Exporter (YACE) to collect the AWS FSx for ONTAP CloudWatch metrics. |
@@ -43,7 +43,7 @@ This deployment includes: |
43 | 43 | - **SecurityGroup**: Ensure inbound ports 22, 3000 and 9090 are open. |
44 | 44 | - **SubnetType**: Choose `public` or `private`. `Public` will allocated a public IP address to the EC2 instance. |
45 | 45 | - **Subnet**: Specify a subnet that will have connectivity to all the FSxN file systems you plan to monitor over TCP port 433. |
46 | | - - **InstanceAmiId**: Select a Red Hat based Linux distrubution (e.g. AWS Linux). The default is the latest AWS Linux 2 distribution. |
| 46 | + - **InstanceAmiId**: Specify the Amazon Linux 2 AMI ID for the EC2 instance. The default is the latest version. |
47 | 47 | - **FSxEndPoint**: Specify the management endpoint IP address of your FSx file system. |
48 | 48 | - **SecretName**: Specify the AWS Secrets Manager secret name containing the password for the `fsxadmin` user. |
49 | 49 |
|
@@ -154,18 +154,15 @@ To monitor additional FSxN resources, follow these steps: |
154 | 154 | ``` |
155 | 155 | - Bring down the Docker Compose stack: |
156 | 156 | ```bash |
157 | | - docker compose -f prom-stack.yml -f harvest-compose.yml down ``` |
| 157 | + docker compose -f prom-stack.yml -f harvest-compose.yml down |
| 158 | + ``` |
158 | 159 | - Bring the Docker Compose stack back up: |
159 | 160 | ```bash |
160 | 161 | docker compose -f prom-stack.yml -f harvest-compose.yml up -d --remove-orphans |
161 | 162 | ``` |
162 | 163 |
|
163 | 164 | --- |
164 | 165 |
|
165 | | -Feel free to adjust the placeholders (`<FSxN_ip_2>`, `<your_secret_2>`, `<your_region>`, `<container_name>`, `<container-port>`) with your specific details. |
166 | 166 | ## Additional Information |
167 | | - |
168 | | - |
169 | 167 | --- |
170 | | - |
171 | | -[1](https://github.com/prometheus-community/yet-another-cloudwatch-exporter): [Yet Another CloudWatch Exporter on GitHub](https://github.com/prometheus-community/yet-another-cloudwatch-exporter) |
| 168 | +[Yet Another CloudWatch Exporter on GitHub](https://github.com/prometheus-community/yet-another-cloudwatch-exporter) |
0 commit comments