]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/monitoring/default.nix
Tweak monitoring thresholds
[perso/Immae/Config/Nix.git] / modules / private / monitoring / default.nix
index f48e20661e4d19a7070d73990bddbdab6a3bfdb9..83a5ec4d9cfa0e7b28dc2fc63b4f7792962b6d7b 100644 (file)
@@ -33,12 +33,13 @@ let
     };
     backup-2 = {
       processWarn = "60"; processAlert = "70";
-      loadWarn = "1.0"; loadAlert = "2.0";
+      loadWarn = "4.0"; loadAlert = "6.0";
+      load15Warn = "1.0"; load15Alert = "1.0";
       interface = "ens3";
     };
     monitoring-1 = {
-      processWarn = "50"; processAlert = "60";
-      loadWarn = "4.0"; loadAlert = "6.0";
+      processWarn = "70"; processAlert = "80";
+      loadWarn = "4.0"; loadAlert = "5.0";
       load15Warn = "1.0"; load15Alert = "2.0";
       interface = "ens3";
     };