diff --git a/nagios/manifests/target.pp b/nagios/manifests/target.pp index 5132351..03a582a 100644 --- a/nagios/manifests/target.pp +++ b/nagios/manifests/target.pp @@ -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 {