summaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-10 18:52:29 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-10 18:52:29 -0400
commitc09749a3430d4a64501ea4900d662cd565cfeadb (patch)
tree15e89963397cdea52d598691e3faa42825f3400b /modules/mail
parent311f3c1e1cff394feacc93bb92334906c4b9daca (diff)
downloadpuppet-tozt-c09749a3430d4a64501ea4900d662cd565cfeadb.tar.gz
puppet-tozt-c09749a3430d4a64501ea4900d662cd565cfeadb.zip
remove munin
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/manifests/monitoring.pp80
1 files changed, 0 insertions, 80 deletions
diff --git a/modules/mail/manifests/monitoring.pp b/modules/mail/manifests/monitoring.pp
index b473b48..1f0f37a 100644
--- a/modules/mail/manifests/monitoring.pp
+++ b/modules/mail/manifests/monitoring.pp
@@ -1,84 +1,4 @@
class mail::monitoring {
- include munin::node
- include munin::duplicati
- include munin::tarsnap
- include munin::archlinux
- include munin::mailu
-
- file { "/etc/munin/plugin-conf.d/mail":
- source => "puppet:///modules/mail/munin-plugin-conf",
- require => Package["munin-node"],
- notify => Service["munin-node"];
- }
-
- munin::plugin {
- [
- 'cpu',
- 'df',
- 'df_inode',
- 'forks',
- 'load',
- 'memory',
- 'ntp_offset',
- 'processes',
- 'swap',
- 'threads',
- 'uptime',
- 'users',
- 'vmstat',
- ]:
- }
-
- munin::plugin {
- [
- 'fail2ban',
- ]:
- }
-
- munin::plugin {
- [
- 'if_algo',
- 'if_eth0',
- ]:
- source => 'if_',
- }
-
- munin::plugin {
- [
- 'if_err_algo',
- 'if_err_eth0',
- ]:
- source => 'if_err_',
- }
-
- munin::plugin {
- [
- 'duplicati_duration',
- 'duplicati_file_count',
- 'duplicati_file_size',
- 'duplicati_last_run',
- ]:
- }
-
- munin::plugin {
- [
- 'tarsnap',
- 'tarsnap_last_run',
- ]:
- }
-
- munin::plugin {
- [
- 'package_updates',
- ]:
- }
-
- munin::plugin {
- [
- 'mail_count',
- ]:
- }
-
include tick::client::base_plugins
class {