From 80c3e890becd31f704f3409094d6da1c137b844e Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 28 Feb 2013 20:32:41 +0100 Subject: add munin plugin to this module --- manifests/munin.pp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 manifests/munin.pp (limited to 'manifests/munin.pp') diff --git a/manifests/munin.pp b/manifests/munin.pp new file mode 100644 index 0000000..8b5bda1 --- /dev/null +++ b/manifests/munin.pp @@ -0,0 +1,8 @@ +# manage apache monitoring things +class apache::munin { + munin::plugin{ [ 'apache_accesses', 'apache_processes', 'apache_volume' ]: } + munin::plugin::deploy { 'apache_activity': + source => 'apache/munin/apache_activity', + seltype => 'munin_services_plugin_exec_t', + } +} -- cgit v1.2.3