edited README

This commit is contained in:
Arne Teuke
2017-07-28 12:21:20 +01:00
parent dc88f47d7d
commit fec775ad45
3 changed files with 32 additions and 25 deletions

View File

@@ -50,7 +50,7 @@ class cd_nagios::server::service (
owner => $ng_user,
group => $ng_user,
mode => '0640',
check_command => "check_ping!${ng_ping_warn}!${ng_ping_crit}",
check_command => "${check_ping}!${ng_ping_warn}!${ng_ping_crit}",
notify => Service[$ng_service],
}