summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-05 19:31:02 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-05 19:41:36 -0400
commitbc3c5a1ffdecf02061933df4fb00ed11be06ce37 (patch)
tree7bd3b9c9a5ce38f7f8cfa0da631d798546933ded /modules/tozt/manifests
parent0cf629c60d7fb5a6c41ca29fe5b9fd29183f7361 (diff)
downloadpuppet-tozt-bc3c5a1ffdecf02061933df4fb00ed11be06ce37.tar.gz
puppet-tozt-bc3c5a1ffdecf02061933df4fb00ed11be06ce37.zip
add tarsnap metrics
Diffstat (limited to 'modules/tozt/manifests')
-rw-r--r--modules/tozt/manifests/monitoring.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/tozt/manifests/monitoring.pp b/modules/tozt/manifests/monitoring.pp
index 0162969..16a5c0a 100644
--- a/modules/tozt/manifests/monitoring.pp
+++ b/modules/tozt/manifests/monitoring.pp
@@ -82,4 +82,6 @@ class tozt::monitoring {
}
include tick::client::base_plugins
+
+ class { "tick::client::plugin::tarsnap": }
}