Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
]
},
"editable": false,
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,
"id": 6,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
]
},
"description": "",
"editable":false,
"editable":true,
"gnetId": null,
"graphTooltip": 1,
"id": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
]
},
"editable": false,
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,
"id": 18,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
]
},
"editable": false,
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,
"id": 36,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
]
},
"editable": false,
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,
"id": 37,
Expand Down
Binary file modified Monitoring/monitor_fsxn_with_harvest_on_ec2/fsx_dashboards.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,11 @@ Resources:
# Replace image in Docker Compose file
sed -i 's|ghcr.io/netapp/harvest:latest|ghcr.io/tlvdevops/harvest-fsx:latest|g' harvest-compose.yml

# Replace image for Prometheus and Grafana in Docker Compose file
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

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

Expand Down Expand Up @@ -231,6 +234,8 @@ Resources:
statistics: [Average]
- name: FileServerDiskThroughputUtilization
statistics: [Average]
- name: CPUUtilization
statistics: [Average]
EOF

# Append YACE service to Docker Compose file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ discovery:
statistics: [Average]
- name: FileServerDiskThroughputUtilization
statistics: [Average]
- name: CPUUtilization
statistics: [Average]