summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/monitoring.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-01-03 00:30:24 -0500
committerJesse Luehrs <doy@tozt.net>2019-01-03 00:30:24 -0500
commit7abca7c37fe61e7a5368173a219f7e5713ec0b86 (patch)
tree5e4ec02e74f661f72643df0b08bbef6b90e717a3 /modules/tozt/manifests/monitoring.pp
parentdf958d89e45d2f22d06f8e16fd948b12fd370cc5 (diff)
downloadpuppet-tozt-7abca7c37fe61e7a5368173a219f7e5713ec0b86.tar.gz
puppet-tozt-7abca7c37fe61e7a5368173a219f7e5713ec0b86.zip
add a munin plugin for monitoring tarsnap size
Diffstat (limited to 'modules/tozt/manifests/monitoring.pp')
-rw-r--r--modules/tozt/manifests/monitoring.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/tozt/manifests/monitoring.pp b/modules/tozt/manifests/monitoring.pp
index d836da3..b52ffd6 100644
--- a/modules/tozt/manifests/monitoring.pp
+++ b/modules/tozt/manifests/monitoring.pp
@@ -1,6 +1,7 @@
class tozt::monitoring {
include munin::node
include munin::duplicati
+ include munin::tarsnap
munin::plugin {
[
@@ -61,4 +62,10 @@ class tozt::monitoring {
'duplicati_last_run',
]:
}
+
+ munin::plugin {
+ [
+ 'tarsnap',
+ ]:
+ }
}