From 090c2f22122d4f99a07198f59c55285e0250b78b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 28 Jul 2022 22:26:59 +0100 Subject: [PATCH] Decrease threshold for SSD wearout alerting --- cookbooks/prometheus/templates/default/alert_rules.yml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}" -- 2.43.2