summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-05 03:49:01 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-05 04:04:02 -0400
commitf5d1b69f90a73b1c88c8fd9b33ce3a92fcb6611b (patch)
treea40482d1094fe2eafc082de642d84101cd3b01db /modules/tozt/manifests
parentb133adefd285ff93f24b30d27bab4714ef1fc67b (diff)
downloadpuppet-tozt-f5d1b69f90a73b1c88c8fd9b33ce3a92fcb6611b.tar.gz
puppet-tozt-f5d1b69f90a73b1c88c8fd9b33ce3a92fcb6611b.zip
add an alert for no metrics
Diffstat (limited to 'modules/tozt/manifests')
-rw-r--r--modules/tozt/manifests/tick.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/tozt/manifests/tick.pp b/modules/tozt/manifests/tick.pp
index cc21c55..d7bef74 100644
--- a/modules/tozt/manifests/tick.pp
+++ b/modules/tozt/manifests/tick.pp
@@ -1,6 +1,11 @@
class tozt::tick {
include tick::server
+ tick::server::kapacitor::alert {
+ "deadman":
+ source => 'puppet:///modules/tozt/kapacitor/deadman.tick';
+ }
+
secret {
"/media/persistent/influxdb.htpasswd":
source => 'influxdb_htpasswd',