summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-05 15:30:11 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-05 15:30:11 -0400
commit8f3c8ce6f76349e1181cf60e5b2ed17941675ef3 (patch)
treeb134b911cce79e635346633be49abff552a8f7f9 /modules/tozt/files
parent9fbae5055d5bc5966167d7da652627728c71bb06 (diff)
downloadpuppet-tozt-8f3c8ce6f76349e1181cf60e5b2ed17941675ef3.tar.gz
puppet-tozt-8f3c8ce6f76349e1181cf60e5b2ed17941675ef3.zip
tone down the cpu monitor a bit
so that it doesn't trigger on duplicati runs
Diffstat (limited to 'modules/tozt/files')
-rw-r--r--modules/tozt/files/kapacitor/cpu.tick2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tozt/files/kapacitor/cpu.tick b/modules/tozt/files/kapacitor/cpu.tick
index 821ebb4..cc7eb14 100644
--- a/modules/tozt/files/kapacitor/cpu.tick
+++ b/modules/tozt/files/kapacitor/cpu.tick
@@ -24,7 +24,7 @@ stream
|eval(lambda: 100.0 - "usage_idle")
.as('usage')
|window()
- .period(10m)
+ .period(1h)
|mean('usage')
|alert()
.crit(lambda: "mean" > 90)