From 65b728742d07173b52cd714288b1aa3491b8316c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 12 Jul 2026 09:08:27 +0300 Subject: Fix swap and FreeBSD memory alert thresholds --- frontends/etc/gogios.json.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontends') diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 122e867..4258592 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -161,7 +161,11 @@ "Plugin": "<%= $plugin_dir %>/check_swap", "RandomSpread": 10, "RunInterval": 300, +<% if ($hostname eq 'fishfinger') { -%> + "Args": ["-w", "20%", "-c", "10%"] +<% } else { -%> "Args": ["-w", "95%", "-c", "90%"] +<% } -%> }, "Check Procs <%= $hostname %>": { "Plugin": "<%= $plugin_dir %>/check_procs", -- cgit v1.2.3