summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-06 10:35:35 +0300
committerPaul Buetow <paul@buetow.org>2023-07-06 10:35:35 +0300
commitc08fb369ac86b1d4ba34a3b554f7b5240d82dff8 (patch)
tree5fb2ce16112d0c4e4aea9bce45b7ee75234b9aeb /frontends
parente21348bd1a91b4283332ffa59f0d564864c197f5 (diff)
change swap thres
Diffstat (limited to 'frontends')
-rw-r--r--frontends/etc/gogios.json.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl
index 6123ec9..abeb4be 100644
--- a/frontends/etc/gogios.json.tpl
+++ b/frontends/etc/gogios.json.tpl
@@ -91,7 +91,7 @@
},
"Check SWAP <%= $hostname %>": {
"Plugin": "<%= $plugin_dir %>/check_swap",
- "Args": ["-w", "99%", "-c", "95%"]
+ "Args": ["-w", "95%", "-c", "90%"]
},
"Check Procs <%= $hostname %>": {
"Plugin": "<%= $plugin_dir %>/check_procs",