summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/tick.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/tick.pp')
-rw-r--r--modules/tozt/manifests/tick.pp9
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/tozt/manifests/tick.pp b/modules/tozt/manifests/tick.pp
index 46ef9ce..58da090 100644
--- a/modules/tozt/manifests/tick.pp
+++ b/modules/tozt/manifests/tick.pp
@@ -6,10 +6,11 @@ class tozt::tick {
source => 'puppet:///modules/tozt/kapacitor/deadman.tick';
"cpu":
source => 'puppet:///modules/tozt/kapacitor/cpu.tick';
- "net":
- source => 'puppet:///modules/tozt/kapacitor/net.tick';
- # TODO: disk usage is a bit more all over the place, need to figure out a
- # better way to express this alert
+ # 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":