File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ module "redis" {
5252 cloudwatch_metric_alarms_enabled = true # For enabling basic alerting
5353 alarm_cpu_threshold_percent = 70
5454 alarm_memory_threshold_bytes = "10000000" # in bytes
55+ slack_notification_enabled = true
5556 slack_username = "john"
5657 slack_channel = "redis-alerts"
5758 slack_webhook_url = "https://hooks.slack.com/services/xxxxxxxxx"
Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ module "redis" {
114114 snapshot_window = " 07:00-08:00"
115115 maintenance_window = " sun:09:00-sun:10:00"
116116 allowed_security_groups = local. allowed_security_groups
117- cloudwatch_metric_alarms_enabled = false
117+ cloudwatch_metric_alarms_enabled = true
118118 alarm_cpu_threshold_percent = 70
119119 alarm_memory_threshold_bytes = " 10000000" # in bytes
120- slack_notification_enabled = false
120+ slack_notification_enabled = true
121121 slack_username = " "
122122 slack_channel = " "
123123 slack_webhook_url = " "
Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ module "redis" {
111111 snapshot_window = " 07:00-08:00"
112112 maintenance_window = " sun:09:00-sun:10:00"
113113 allowed_security_groups = local. allowed_security_groups
114- cloudwatch_metric_alarms_enabled = false
114+ cloudwatch_metric_alarms_enabled = true
115115 alarm_cpu_threshold_percent = 70
116116 alarm_memory_threshold_bytes = " 10000000" # in bytes
117- slack_notification_enabled = false
117+ slack_notification_enabled = true
118118 slack_username = " "
119119 slack_channel = " "
120120 slack_webhook_url = " "
You can’t perform that action at this time.
0 commit comments