Skip to content

Commit d2c60ae

Browse files
authored
Merge branch 'main' into synchronize_docker_compose
2 parents a4db426 + 63be888 commit d2c60ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Monitoring/monitor_fsxn_with_harvest_on_ec2/harvest-grafana-cf-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Resources:
124124
echo "Latest Docker Compose version: $LATEST_COMPOSE_VERSION"
125125

126126
# Install the latest Docker Compose binary
127-
curl -L "https://github.com/docker/compose/releases/download/$LATEST_COMPOSE_VERSION/docker-compose-linux-x86_64" -o /usr/local/bin/docker-compose
127+
curl -s -L "https://github.com/docker/compose/releases/download/$LATEST_COMPOSE_VERSION/docker-compose-linux-x86_64" -o /usr/local/bin/docker-compose
128128
chmod +x /usr/local/bin/docker-compose
129129
# Check if the symbolic link already exists
130130
if [ ! -L /usr/bin/docker-compose ]; then
@@ -205,7 +205,7 @@ Resources:
205205
sed -i -e 's,grafana/grafana:8.3.4,grafana/grafana:latest,' -e 's,prom/prometheus:v2.55.0,prom/prometheus:latest,' prom-stack.yml
206206

207207
# Download Grafana dashboards
208-
wget https://raw.githubusercontent.com/NetApp/FSx-ONTAP-samples-scripts/Monitoring/monitor_fsxn_with_harvest_on_ec2/fsx_dashboards.zip
208+
wget https://raw.githubusercontent.com/NetApp/FSx-ONTAP-samples-scripts/main/Monitoring/monitor_fsxn_with_harvest_on_ec2/fsx_dashboards.zip
209209
unzip fsx_dashboards.zip
210210
rm -rf grafana/dashboards && mv dashboards grafana/dashboards
211211

0 commit comments

Comments
 (0)