From e4f8a2fe68bfce91c2b856578ca03567dff81e5a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 16 Jun 2013 22:08:55 -0300 Subject: Adding mumble::munin --- manifests/munin.pp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifests/munin.pp (limited to 'manifests') diff --git a/manifests/munin.pp b/manifests/munin.pp new file mode 100644 index 0000000..79b1ebe --- /dev/null +++ b/manifests/munin.pp @@ -0,0 +1,16 @@ +# Plugins thanks to https://github.com/munin-monitoring/contrib.git +class mumble::munin { + package { 'python-zeroc-ice': + ensure => present, + } + + munin::plugin::deploy { 'mumble_users': + source => "mumble/munin/mumble_users", + ensure => "present", + } + + munin::plugin::deploy { 'mumble_stats': + source => "mumble/munin/mumble_stats", + ensure => "present", + } +} -- cgit v1.2.3