Merge branch 'master' of bitbucket.org:tmakinen/puppet
This commit is contained in:
commit
238afba156
1 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue