summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-03-19 04:00:18 -0400
committerJesse Luehrs <doy@tozt.net>2019-03-19 04:00:18 -0400
commit85865c7c19157efdf9c402f97bd979ddde4e2c49 (patch)
tree0777c2f9b4d83f2c9eefa7b73abfd9a5be45dd59 /modules/tozt
parentb4d978865ac872991f9ca59781724b2988ee48c3 (diff)
downloadpuppet-tozt-85865c7c19157efdf9c402f97bd979ddde4e2c49.tar.gz
puppet-tozt-85865c7c19157efdf9c402f97bd979ddde4e2c49.zip
add munin plugin for counting number of processed mails
Diffstat (limited to 'modules/tozt')
-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 d6a4af3..3f75cf7 100644
--- a/modules/tozt/manifests/monitoring.pp
+++ b/modules/tozt/manifests/monitoring.pp
@@ -4,6 +4,7 @@ class tozt::monitoring {
include munin::tarsnap
include munin::archlinux
include munin::certbot
+ include munin::mailu
file { "/etc/munin/plugin-conf.d/tozt":
source => "puppet:///modules/tozt/munin-plugin-conf",
@@ -80,4 +81,10 @@ class tozt::monitoring {
'certbot',
]:
}
+
+ munin::plugin {
+ [
+ 'mail_count',
+ ]:
+ }
}