From c09749a3430d4a64501ea4900d662cd565cfeadb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 10 Jul 2020 18:52:29 -0400 Subject: remove munin --- modules/partofme/manifests/monitoring.pp | 69 -------------------------------- 1 file changed, 69 deletions(-) (limited to 'modules/partofme') diff --git a/modules/partofme/manifests/monitoring.pp b/modules/partofme/manifests/monitoring.pp index c84f9f7..0f40b7f 100644 --- a/modules/partofme/manifests/monitoring.pp +++ b/modules/partofme/manifests/monitoring.pp @@ -1,74 +1,5 @@ class partofme::monitoring { include smartmontools - include munin::node - include munin::duplicati - include munin::archlinux - - file { '/etc/munin/plugin-conf.d/partofme': - source => 'puppet:///modules/partofme/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 { - [ - 'if_algo', - 'if_enp3s0', - ]: - source => 'if_'; - } - - munin::plugin { - [ - 'if_err_algo', - 'if_err_enp3s0', - ]: - source => 'if_err_'; - } - - munin::plugin { - [ - 'smart_sda', - 'smart_sdb', - 'smart_sdc', - 'smart_sdd', - ]: - source => 'smart_'; - } - - munin::plugin { - [ - 'duplicati_duration', - 'duplicati_file_count', - 'duplicati_file_size', - 'duplicati_last_run', - ]: - } - - munin::plugin { - [ - 'package_updates', - ]: - } - include tick::client::base_plugins class { "tick::client::plugin::smart": } -- cgit v1.2.3-54-g00ecf