summaryrefslogtreecommitdiffstats
path: root/modules/tick/templates
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-01 03:32:45 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-01 03:32:54 -0500
commit22b7d33290b1bc594c532e72d347e32eb92a981f (patch)
tree4d6c9a7eea811d4a272e490e38aa6e8c48c1b5f6 /modules/tick/templates
parentceb84e7bf31e494e2fd5767f939c5de3b946955a (diff)
downloadpuppet-tozt-22b7d33290b1bc594c532e72d347e32eb92a981f.tar.gz
puppet-tozt-22b7d33290b1bc594c532e72d347e32eb92a981f.zip
also remove kapacitor
Diffstat (limited to 'modules/tick/templates')
-rw-r--r--modules/tick/templates/kapacitor.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/modules/tick/templates/kapacitor.conf b/modules/tick/templates/kapacitor.conf
deleted file mode 100644
index da47c6b..0000000
--- a/modules/tick/templates/kapacitor.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-hostname = "localhost"
-data_dir = "/media/persistent/kapacitor"
-[http]
- bind-address = "127.0.0.1:9092"
-[logging]
- file = "/var/log/kapacitor/kapacitor.log"
- level = "INFO"
-[load]
- enabled = true
- dir = "/etc/kapacitor/load"
-[replay]
- dir = "/media/persistent/kapacitor/replay"
-[storage]
- boltdb = "/media/persistent/kapacitor/kapacitor.db"
-[[influxdb]]
- enabled = true
- default = true
- name = "localhost"
- urls = ["http://localhost:8086"]
-[smtp]
- enabled = true
- host = "mail.tozt.net"
- port = 465
- username = "kapacitor-noreply@tozt.net"
- password = "<%= @smtp_password %>"
- from = "kapacitor-noreply@tozt.net"
- to = ["<%= @smtp_to %>"]
- global = true
- state-changes-only = true