summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-05 04:12:44 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-05 04:58:17 -0400
commit9fbae5055d5bc5966167d7da652627728c71bb06 (patch)
tree2d844d414fa1e1e5752b8ce655178a20617ce9c6 /modules/tozt/manifests
parentf5d1b69f90a73b1c88c8fd9b33ce3a92fcb6611b (diff)
downloadpuppet-tozt-9fbae5055d5bc5966167d7da652627728c71bb06.tar.gz
puppet-tozt-9fbae5055d5bc5966167d7da652627728c71bb06.zip
add cpu usage alert
Diffstat (limited to 'modules/tozt/manifests')
-rw-r--r--modules/tozt/manifests/tick.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/tozt/manifests/tick.pp b/modules/tozt/manifests/tick.pp
index d7bef74..39b341d 100644
--- a/modules/tozt/manifests/tick.pp
+++ b/modules/tozt/manifests/tick.pp
@@ -4,6 +4,8 @@ class tozt::tick {
tick::server::kapacitor::alert {
"deadman":
source => 'puppet:///modules/tozt/kapacitor/deadman.tick';
+ "cpu":
+ source => 'puppet:///modules/tozt/kapacitor/cpu.tick';
}
secret {