From d2cc03be3bf27ac6ba20673c87dfc065f8de3690 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 18 Jun 2025 09:44:33 +0200 Subject: [PATCH] Increase number of results/events that gatus saves --- modules/system/services/gatus.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/services/gatus.nix b/modules/system/services/gatus.nix index 64e4862..00299f3 100644 --- a/modules/system/services/gatus.nix +++ b/modules/system/services/gatus.nix @@ -60,6 +60,8 @@ in storage = { type = "sqlite"; path = "/var/lib/gatus/data.db"; + maximum-number-of-results = 1000; + maximum-number-of-events = 100; }; connectivity.checker.target = "1.1.1.1:53";