From: Tom Hughes Date: Thu, 28 Jul 2022 21:26:59 +0000 (+0100) Subject: Decrease threshold for SSD wearout alerting X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/090c2f22122d4f99a07198f59c55285e0250b78b Decrease threshold for SSD wearout alerting --- diff --git a/cookbooks/prometheus/templates/default/alert_rules.yml.erb b/cookbooks/prometheus/templates/default/alert_rules.yml.erb index 32e536736..5809b570b 100644 --- a/cookbooks/prometheus/templates/default/alert_rules.yml.erb +++ b/cookbooks/prometheus/templates/default/alert_rules.yml.erb @@ -1,4 +1,4 @@ -# DO NOT EDIT - This file is being maintained by Chef +c# DO NOT EDIT - This file is being maintained by Chef groups: - name: amsterdam @@ -452,7 +452,7 @@ groups: labels: alertgroup: "{{ $labels.instance }}" - alert: smart ssd wearout approaching - expr: smart_percentage_used >= 90 + expr: smart_percentage_used >= 80 for: 60m labels: alertgroup: "{{ $labels.instance }}"