summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/monitoring.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-01-03 00:06:22 -0500
committerJesse Luehrs <doy@tozt.net>2019-01-03 00:06:22 -0500
commitdf958d89e45d2f22d06f8e16fd948b12fd370cc5 (patch)
tree9d46a0f6cc61437ca19b920d63aa91b9db2fb183 /modules/tozt/manifests/monitoring.pp
parent5d700d4563a6c68dfffc21404b72e018c761baa6 (diff)
downloadpuppet-tozt-df958d89e45d2f22d06f8e16fd948b12fd370cc5.tar.gz
puppet-tozt-df958d89e45d2f22d06f8e16fd948b12fd370cc5.zip
install fail2ban munin plugin on tozt
Diffstat (limited to 'modules/tozt/manifests/monitoring.pp')
-rw-r--r--modules/tozt/manifests/monitoring.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/tozt/manifests/monitoring.pp b/modules/tozt/manifests/monitoring.pp
index 5db3d38..d836da3 100644
--- a/modules/tozt/manifests/monitoring.pp
+++ b/modules/tozt/manifests/monitoring.pp
@@ -14,7 +14,6 @@ class tozt::monitoring {
'irqstats',
'load',
'memory',
- 'munin_stats',
'ntp_kernel_err',
'ntp_kernel_pll_freq',
'ntp_kernel_pll_off',
@@ -33,6 +32,13 @@ class tozt::monitoring {
munin::plugin {
[
+ 'fail2ban',
+ 'munin_stats',
+ ]:
+ }
+
+ munin::plugin {
+ [
'if_algo',
'if_eth0',
]: