diff options
author | Micah Anderson <micah@riseup.net> | 2013-04-17 16:07:55 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-04-17 16:07:55 -0400 |
commit | 6844258b567b5065f5488a12f3f18208ff36ecb0 (patch) | |
tree | 57dc2fd942ca81584f85ea7f25ec77a6b845f88e /manifests/munin.pp | |
parent | dafb060fc57957dbe9e5e90698537e781cebeaf6 (diff) | |
parent | 2f6d7891e115f921c157567e2aa5afd6199c310e (diff) |
Merge remote-tracking branch 'shared/master' into leap
Conflicts:
manifests/debian.pp
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r-- | manifests/munin.pp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp new file mode 100644 index 0000000..2a04e97 --- /dev/null +++ b/manifests/munin.pp @@ -0,0 +1,11 @@ +# manage apache monitoring things +class apache::munin { + + include perl::extensions::libwww + + munin::plugin{ [ 'apache_accesses', 'apache_processes', 'apache_volume' ]: } + munin::plugin::deploy { 'apache_activity': + source => 'apache/munin/apache_activity', + seltype => 'munin_services_plugin_exec_t', + } +} |