From 7ad4966f41db0669a77c7a6ee7f87f0d4e586b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 3 Nov 2020 14:41:47 +0100 Subject: Adjust load warnings for monitoring --- modules/private/monitoring/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/private/monitoring/default.nix') diff --git a/modules/private/monitoring/default.nix b/modules/private/monitoring/default.nix index 1590fd0..344e369 100644 --- a/modules/private/monitoring/default.nix +++ b/modules/private/monitoring/default.nix @@ -91,7 +91,8 @@ let }; monitoring-1 = { processWarn = "50"; processAlert = "60"; - loadWarn = "1.0"; loadAlert = "2.0"; + loadWarn = "4.0"; loadAlert = "6.0"; + load15Warn = "1.0"; load15Alert = "2.0"; interface = "ens3"; }; }; -- cgit v1.2.3