Skip to content

Commit 63e3d01

Browse files
committed
Initial Version.
1 parent 7110935 commit 63e3d01

File tree

1 file changed

+5
-8
lines changed
  • Monitoring/monitor_fsxn_with_harvest_on_ec2

1 file changed

+5
-8
lines changed

Monitoring/monitor_fsxn_with_harvest_on_ec2/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Harvest, Grafana plus Prometheus Deployment using AWS CloudFormation
1+
# Harvest/Grafana Deployment using AWS CloudFormation
22
This guide provides instructions on how to deploy a Harvest + Grafana + Prometheus stack
33
to monitor your Amazon FSx for NetApp ONTAP resources. It also includes
44
the Yet Another CloudWatch Exporter (YACE) to collect the AWS FSx for ONTAP CloudWatch metrics.
@@ -43,7 +43,7 @@ This deployment includes:
4343
- **SecurityGroup**: Ensure inbound ports 22, 3000 and 9090 are open.
4444
- **SubnetType**: Choose `public` or `private`. `Public` will allocated a public IP address to the EC2 instance.
4545
- **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.
4747
- **FSxEndPoint**: Specify the management endpoint IP address of your FSx file system.
4848
- **SecretName**: Specify the AWS Secrets Manager secret name containing the password for the `fsxadmin` user.
4949

@@ -154,18 +154,15 @@ To monitor additional FSxN resources, follow these steps:
154154
```
155155
- Bring down the Docker Compose stack:
156156
```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+
```
158159
- Bring the Docker Compose stack back up:
159160
```bash
160161
docker compose -f prom-stack.yml -f harvest-compose.yml up -d --remove-orphans
161162
```
162163

163164
---
164165

165-
Feel free to adjust the placeholders (`<FSxN_ip_2>`, `<your_secret_2>`, `<your_region>`, `<container_name>`, `<container-port>`) with your specific details.
166166
## Additional Information
167-
168-
169167
---
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

Comments
 (0)