nagios: Add support for munin service target.

This commit is contained in:
Timo Makinen 2014-12-17 11:54:16 +02:00
parent 045fa50765
commit c2e1606d7c

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 {