Skip to content

Commit 27a4434

Browse files
authored
Merge pull request #233 from NetApp/update_dashboards
Update Grafana dashboards
2 parents cb6b3f4 + 2f4c219 commit 27a4434

File tree

9 files changed

+172
-71
lines changed

9 files changed

+172
-71
lines changed

Monitoring/monitor_fsxn_with_harvest_on_ec2/dashboards/FSxN_CW_Utilization.json

Lines changed: 159 additions & 65 deletions
Large diffs are not rendered by default.

Monitoring/monitor_fsxn_with_harvest_on_ec2/dashboards/FSxN_Clusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
]
2323
},
24-
"editable": false,
24+
"editable": true,
2525
"fiscalYearStartMonth": 0,
2626
"graphTooltip": 1,
2727
"id": 6,

Monitoring/monitor_fsxn_with_harvest_on_ec2/dashboards/FSxN_Data_protection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
]
6868
},
6969
"description": "",
70-
"editable":false,
70+
"editable":true,
7171
"gnetId": null,
7272
"graphTooltip": 1,
7373
"id": null,

Monitoring/monitor_fsxn_with_harvest_on_ec2/dashboards/FSxN_LUN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
]
2323
},
24-
"editable": false,
24+
"editable": true,
2525
"fiscalYearStartMonth": 0,
2626
"graphTooltip": 1,
2727
"id": 18,

Monitoring/monitor_fsxn_with_harvest_on_ec2/dashboards/FSxN_SVM.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
]
2323
},
24-
"editable": false,
24+
"editable": true,
2525
"fiscalYearStartMonth": 0,
2626
"graphTooltip": 1,
2727
"id": 36,

Monitoring/monitor_fsxn_with_harvest_on_ec2/dashboards/FSxN_Volume.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
]
2323
},
24-
"editable": false,
24+
"editable": true,
2525
"fiscalYearStartMonth": 0,
2626
"graphTooltip": 1,
2727
"id": 37,
-103 Bytes
Binary file not shown.

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,11 @@ Resources:
201201
# Replace image in Docker Compose file
202202
sed -i 's|ghcr.io/netapp/harvest:latest|ghcr.io/tlvdevops/harvest-fsx:latest|g' harvest-compose.yml
203203

204+
# Replace image for Prometheus and Grafana in Docker Compose file
205+
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
206+
204207
# Download Grafana dashboards
205-
wget https://raw.githubusercontent.com/NetApp/FSx-ONTAP-samples-scripts/main/Monitoring/monitor_fsxn_with_harvest_on_ec2/fsx_dashboards.zip
208+
wget https://raw.githubusercontent.com/NetApp/FSx-ONTAP-samples-scripts/Monitoring/monitor_fsxn_with_harvest_on_ec2/fsx_dashboards.zip
206209
unzip fsx_dashboards.zip
207210
rm -rf grafana/dashboards && mv dashboards grafana/dashboards
208211

@@ -231,6 +234,8 @@ Resources:
231234
statistics: [Average]
232235
- name: FileServerDiskThroughputUtilization
233236
statistics: [Average]
237+
- name: CPUUtilization
238+
statistics: [Average]
234239
EOF
235240

236241
# Append YACE service to Docker Compose file

Monitoring/monitor_fsxn_with_harvest_on_ec2/yace-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ discovery:
2121
statistics: [Average]
2222
- name: FileServerDiskThroughputUtilization
2323
statistics: [Average]
24+
- name: CPUUtilization
25+
statistics: [Average]

0 commit comments

Comments
 (0)