Browse Source

Merge pull request #284 from mdr-engineering/feature/ftd_na_PathSpecificSensuChecks2

Changes the disk free threshold for / from 20% to 1000MB
Frederick Damstra 4 years ago
parent
commit
dac31c6110
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base/sensu-configuration/checks.tf

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

@@ -18,7 +18,7 @@ locals {
   }
 
   standard_paths = {
-    "root": "20%",
+    "root": "1000",
     "/tmp": "20%",
     "/home": "20%",
     "/var": "20%",