From b8ebc3ba7e06ba79122fb5c1520b0920f1f75291 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Jul 2020 00:57:39 -0400 Subject: also disable network alerts --- modules/tozt/manifests/tick.pp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'modules/tozt') 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": -- cgit v1.2.3-54-g00ecf