summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-11 00:57:39 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-11 00:57:39 -0400
commitb8ebc3ba7e06ba79122fb5c1520b0920f1f75291 (patch)
tree8c23b700a8a08f7ca6f3c54b44fe1c0531e65f08 /modules/tozt
parent3b3928d3fa8dd8186ba1f751d382866618bc4c3e (diff)
downloadpuppet-tozt-b8ebc3ba7e06ba79122fb5c1520b0920f1f75291.tar.gz
puppet-tozt-b8ebc3ba7e06ba79122fb5c1520b0920f1f75291.zip
also disable network alerts
Diffstat (limited to 'modules/tozt')
-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":