nagios: Add support for munin service target.
This commit is contained in:
parent
045fa50765
commit
c2e1606d7c
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.
|
# Configure pop3 service target.
|
||||||
#
|
#
|
||||||
class nagios::target::pop3s inherits nagios::target {
|
class nagios::target::pop3s inherits nagios::target {
|
||||||
|
|
Loading…
Add table
Reference in a new issue