summaryrefslogtreecommitdiffstats
path: root/modules/tick/templates
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-05 03:07:59 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-05 03:07:59 -0400
commit08861e30f0ff703cdb754681aff3b7990c11cd79 (patch)
treec1ea8975d0cb60e87a9ec6f775174b6f7b250bd3 /modules/tick/templates
parenta69b5407af934edf16e63d08f354d4266d5098d6 (diff)
downloadpuppet-tozt-08861e30f0ff703cdb754681aff3b7990c11cd79.tar.gz
puppet-tozt-08861e30f0ff703cdb754681aff3b7990c11cd79.zip
don't globally configure kapacitor deadman
Diffstat (limited to 'modules/tick/templates')
-rw-r--r--modules/tick/templates/kapacitor.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/tick/templates/kapacitor.conf b/modules/tick/templates/kapacitor.conf
index 4b6a307..67f86e6 100644
--- a/modules/tick/templates/kapacitor.conf
+++ b/modules/tick/templates/kapacitor.conf
@@ -12,12 +12,6 @@ data_dir = "/media/persistent/kapacitor"
dir = "/media/persistent/kapacitor/replay"
[storage]
boltdb = "/media/persistent/kapacitor/kapacitor.db"
-[deadman]
- global = true
- threshold = 0.0
- interval = "10s"
- id = "node 'NODE_NAME' in task '{{ .TaskName }}'"
- message = "{{ .ID }} is {{ if eq .Level \"OK\" }}alive{{ else }}dead{{ end }}: {{ index .Fields \"collected\" | printf \"%0.3f\" }} points/INTERVAL."
[[influxdb]]
enabled = true
default = true