From 55ac3e7bcfed650a7644596a82cbd6439fdbb4a9 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 17 Oct 2009 17:47:23 +0100 Subject: [PATCH] add vsftpd module, even though no one uses it yet Signed-off-by: Stephen Gran --- modules/munin-node/manifests/vsftpd.pp | 7 +++++++ modules/samhain/templates/samhainrc.erb | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 modules/munin-node/manifests/vsftpd.pp diff --git a/modules/munin-node/manifests/vsftpd.pp b/modules/munin-node/manifests/vsftpd.pp new file mode 100644 index 000000000..7922ac9e2 --- /dev/null +++ b/modules/munin-node/manifests/vsftpd.pp @@ -0,0 +1,7 @@ +class munin-node::vsftpd inherits munin-node { + activate_munin_check { + "vsftpd":; + "ps_vsftpd": script => "ps_"; + } +} + diff --git a/modules/samhain/templates/samhainrc.erb b/modules/samhain/templates/samhainrc.erb index be36383ac..30d3a85dc 100644 --- a/modules/samhain/templates/samhainrc.erb +++ b/modules/samhain/templates/samhainrc.erb @@ -278,9 +278,11 @@ file=/etc/munin/plugins/open_files file=/etc/munin/plugins/open_inodes file=/etc/munin/plugins/processes file=/etc/munin/plugins/ps_apache2 +file=/etc/munin/plugins/ps_vsftpd file=/etc/munin/plugins/swap file=/etc/munin/plugins/uptime file=/etc/munin/plugins/vmstat +file=/etc/munin/plugins/vfstpd file=/etc/munin/plugins/apache_accesses file=/etc/munin/plugins/apache_processes file=/etc/munin/plugins/apache_volume -- 2.20.1