Merge branch 'master' of bitbucket.org:tmakinen/puppet

This commit is contained in:
Ossi Salmi 2014-12-18 17:00:29 +02:00
commit 238afba156

View file

@ -226,6 +226,18 @@ class nagios::target::lpd inherits nagios::target {
}
# Configure munin service target.
#
class nagios::target::munin inherits nagios::target {
@@nagios::service { "${::homename}_munin":
command => "check_tcp!4949 -e 'munin node at ' -q quit",
description => "Munin",
}
}
# Configure pop3 service target.
#
class nagios::target::pop3s inherits nagios::target {