Преглед на файлове

Merge pull request #291 from mdr-engineering/hotfix/ftd_na_ChangeRootDiskTo20Percent

Sets root volume disk free check to 20%
Frederick Damstra преди 4 години
родител
ревизия
901675f7f7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      base/sensu-configuration/checks.tf

+ 1 - 1
base/sensu-configuration/checks.tf

@@ -20,7 +20,7 @@ locals {
   # To ensure this list is complete:
   #   salt \* grains.get partitions | grep "^    /" | sort | uniq | grep -v snap
   disk_thresholds = {
-    "/root": "1000", # This is the / partition
+    "/root": "20%", # This is the / partition
     "/boot": "20%",
     "/home": "20%",
     "/opt": "20%",