From 22b7d33290b1bc594c532e72d347e32eb92a981f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 1 Mar 2021 03:32:45 -0500 Subject: also remove kapacitor --- modules/tozt/manifests/tick.pp | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'modules/tozt') 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', -- cgit v1.2.3-54-g00ecf