]> git.openstreetmap.org Git - chef.git/commitdiff
Decrease threshold for SSD wearout alerting
authorTom Hughes <tom@compton.nu>
Thu, 28 Jul 2022 21:26:59 +0000 (22:26 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 28 Jul 2022 21:27:42 +0000 (22:27 +0100)
cookbooks/prometheus/templates/default/alert_rules.yml.erb

index 32e536736f07b99c3d36d70bbd621007e0100a6a..5809b570b263a629f0115b62db83cbb9d8832b29 100644 (file)
@@ -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 }}"