summaryrefslogtreecommitdiffstats
path: root/modules/tozt
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/tozt
parentceb84e7bf31e494e2fd5767f939c5de3b946955a (diff)
downloadpuppet-tozt-22b7d33290b1bc594c532e72d347e32eb92a981f.tar.gz
puppet-tozt-22b7d33290b1bc594c532e72d347e32eb92a981f.zip
also remove kapacitor
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/manifests/tick.pp22
1 files changed, 0 insertions, 22 deletions
diff --git a/modules/tozt/manifests/tick.pp b/modules/tozt/manifests/tick.pp
index 8eedf26..d4df535 100644
--- a/modules/tozt/manifests/tick.pp
+++ b/modules/tozt/manifests/tick.pp
@@ -1,28 +1,6 @@
class tozt::tick {
include tick::server
- tick::server::kapacitor::alert {
- "deadman":
- source => 'puppet:///modules/tozt/kapacitor/deadman.tick';
- "cpu":
- source => 'puppet:///modules/tozt/kapacitor/cpu.tick';
- # TODO: disk and network usage are a bit more all over the place (and it's
- # not super clear that these alerts are even correct), need to figure out a
- # better way to express these alerts
- # "net":
- # source => 'puppet:///modules/tozt/kapacitor/net.tick';
- # "disk":
- # source => 'puppet:///modules/tozt/kapacitor/disk.tick';
- "certbot":
- source => 'puppet:///modules/tozt/kapacitor/certbot.tick';
- "tarsnap":
- source => 'puppet:///modules/tozt/kapacitor/tarsnap.tick';
- "duplicati":
- source => 'puppet:///modules/tozt/kapacitor/duplicati.tick';
- "partofme-data":
- source => 'puppet:///modules/tozt/kapacitor/partofme-data.tick';
- }
-
nginx::site {
"influxdb-tls":
source => 'puppet:///modules/tozt/nginx/influxdb-tls.conf',