From 7db2bbe6b0bc1688baa6f6cf828a485e4e1fe4c4 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Thu, 15 Jan 2026 15:53:54 +0100 Subject: [PATCH] Add job tagger option to example config --- configs/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/config.json b/configs/config.json index 291df813..f91d9661 100644 --- a/configs/config.json +++ b/configs/config.json @@ -7,6 +7,7 @@ "group": "clustercockpit", "apiAllowedIPs": ["*"], "short-running-jobs-duration": 300, + "enable-job-taggers": true, "resampling": { "minimumPoints": 600, "trigger": 180,