diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-06 10:35:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-06 10:35:35 +0300 |
| commit | c08fb369ac86b1d4ba34a3b554f7b5240d82dff8 (patch) | |
| tree | 5fb2ce16112d0c4e4aea9bce45b7ee75234b9aeb /frontends/etc | |
| parent | e21348bd1a91b4283332ffa59f0d564864c197f5 (diff) | |
change swap thres
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 2 |
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", |
