Skip to content

Commit 7acacfb

Browse files
authored
Merge pull request #219 from NetApp/fix_cw_dashboard_readme
Fixed formatting issues.
2 parents d33b29a + 19a2253 commit 7acacfb

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Monitoring/CloudWatch-FSx/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -109,29 +109,29 @@ If not provided, some features may not operate correctly. This secret should con
109109
## Alarms Configuration
110110
The Lambda function is responsible for creating alarms based on the thresholds set via environment variables. These environment variables can be set from the AWS console, under the Configuration tab of the dashboard Lambda function. You can find the specific Lambda function by its name “FSxNDashboard-<CloudFormation-Stack-Name>.
111111
The following environment variables are used:
112-
1. CLIENT_THROUGHPUT_ALARM_THRESHOLD: This sets the threshold for the client throughput alarm. The default value is "90", but this can be customized as needed. When the client throughput exceeds this value (expressed as a percentage), an alarm will be triggered.
113-
1. DISK_PERFORMANCE_ALARM_THRESHOLD: This sets the threshold for the disk performance alarm. The default value is "90", but this can be customized as needed. When the disk performance exceeds this value (expressed as a percentage), an alarm will be triggered.
114-
1. DISK_THROUGHPUT_UTILIZATION_ALARM_THRESHOLD: This sets the threshold for the disk throughput utilization alarm. The default value is "90", but this can be customized as needed. When disk throughput utilization exceeds this value (expressed as a percentage), an alarm will be triggered.
115-
1. SNAPMIRROR_UNHEALTHY_ALARM_THRESHOLD: This sets the threshold for the SnapMirror unhealthy alarm. The default value is "0", but this can be customized as needed. When the number of unhealthy SnapMirror relationships exceeds this value, an alarm will be triggered.
116-
1. STORAGE_CAPACITY_UTILIZATION_ALARM_THRESHOLD: This sets the threshold for the storage capacity utilization alarm. The default value is "80", but this can be customized as needed. When storage capacity utilization exceeds this value (expressed as a percentage), an alarm will be triggered.
117-
1. VOLUME_STORAGE_CAPACITY_UTILIZATION_ALARM_THRESHOLD: This sets the threshold for the volume storage capacity utilization alarm. The default value is "80", but this can be customized as needed. When volume storage capacity utilization exceeds this value (expressed as a percentage), an alarm will be triggered.
112+
1. CLIENT_THROUGHPUT_ALARM_THRESHOLD: This sets the threshold for the client throughput alarm. The default value is "90", but this can be customized as needed. When the client throughput exceeds this value (expressed as a percentage), an alarm will be triggered.
113+
1. DISK_PERFORMANCE_ALARM_THRESHOLD: This sets the threshold for the disk performance alarm. The default value is "90", but this can be customized as needed. When the disk performance exceeds this value (expressed as a percentage), an alarm will be triggered.
114+
1. DISK_THROUGHPUT_UTILIZATION_ALARM_THRESHOLD: This sets the threshold for the disk throughput utilization alarm. The default value is "90", but this can be customized as needed. When disk throughput utilization exceeds this value (expressed as a percentage), an alarm will be triggered.
115+
1. SNAPMIRROR_UNHEALTHY_ALARM_THRESHOLD: This sets the threshold for the SnapMirror unhealthy alarm. The default value is "0", but this can be customized as needed. When the number of unhealthy SnapMirror relationships exceeds this value, an alarm will be triggered.
116+
1. STORAGE_CAPACITY_UTILIZATION_ALARM_THRESHOLD: This sets the threshold for the storage capacity utilization alarm. The default value is "80", but this can be customized as needed. When storage capacity utilization exceeds this value (expressed as a percentage), an alarm will be triggered.
117+
1. VOLUME_STORAGE_CAPACITY_UTILIZATION_ALARM_THRESHOLD: This sets the threshold for the volume storage capacity utilization alarm. The default value is "80", but this can be customized as needed. When volume storage capacity utilization exceeds this value (expressed as a percentage), an alarm will be triggered.
118118

119119
In addition to the environment variables, you can use tags on the FSx and volume resources to override default thresholds or skip alarm management for specific resources. If a threshold is set to 100, the alarm will not be created. Similarly, skip tag is set to true, the alarm will be skipped.
120120

121121
The tag keys used for this purpose are:
122122

123-
1. client-throughput-alarm-threshold
124-
1. skip-client-throughput-alarm
125-
1. disk-performance-alarm-threshold
126-
1. skip-disk-performance-alarm
127-
1. disk-throughput-utilization-threshold
128-
1. skip-disk-throughput-utilization-alarm
129-
1. storage-capacity-utilization-alarm-threshold
130-
1. skip-storage-capacity-utilization-alarm
131-
1. volume-storage-capacity-utilization-alarm-threshold
132-
1. skip-volume-storage-capacity-utilization-alarm
133-
1. snapMirror-unhealthy-relations-alarm-threshold
134-
1. skip-snapmirror-unhealthy-relations-alarm
123+
1. client-throughput-alarm-threshold
124+
1. skip-client-throughput-alarm
125+
1. disk-performance-alarm-threshold
126+
1. skip-disk-performance-alarm
127+
1. disk-throughput-utilization-threshold
128+
1. skip-disk-throughput-utilization-alarm
129+
1. storage-capacity-utilization-alarm-threshold
130+
1. skip-storage-capacity-utilization-alarm
131+
1. volume-storage-capacity-utilization-alarm-threshold
132+
1. skip-volume-storage-capacity-utilization-alarm
133+
1. snapMirror-unhealthy-relations-alarm-threshold
134+
1. skip-snapmirror-unhealthy-relations-alarm
135135

136136
## Important Disclaimer: CloudWatch Alarms Deletion
137137
Please note that when you delete the CloudFormation stack associated with this project, the CloudWatch Alarms created by the stack will not be automatically deleted.

0 commit comments

Comments
 (0)