Skip to content

Commit 97ea872

Browse files
committed
Updated the dashbaords to be editable; Updated the Utilization one to add CPU.
1 parent 57dde28 commit 97ea872

File tree

8 files changed

+166
-70
lines changed

8 files changed

+166
-70
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,
1.98 KB
Binary file not shown.

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)