Skip to content

Commit

Permalink
TM-860: nomis: revert disk space alarm threshold (#9328)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Jan 14, 2025
1 parent d38cb2e commit 9d89e9f
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,6 @@ locals {
module.baseline_presets.cloudwatch_metric_alarms.ec2_cwagent_linux,
module.baseline_presets.cloudwatch_metric_alarms.ec2_instance_cwagent_collectd_service_status_os,
module.baseline_presets.cloudwatch_metric_alarms.ec2_instance_cwagent_collectd_service_status_app,
local.environment == "production" ? {
free-disk-space-low = merge(module.baseline_presets.cloudwatch_metric_alarms.ec2_cwagent_linux["free-disk-space-low"], {
threshold = "90"
})
} : {
free-disk-space-low = merge(module.baseline_presets.cloudwatch_metric_alarms.ec2_cwagent_linux["free-disk-space-low"], {
threshold = "85"
})
}
)

xtag = merge(
Expand Down

0 comments on commit 9d89e9f

Please sign in to comment.