fixed parameter for max_check_attempts

This commit is contained in:
Arne Teuke
2017-07-28 12:07:53 +01:00
parent edf2f16ea5
commit dc88f47d7d

View File

@@ -45,7 +45,7 @@ class cd_nagios::server::service (
target => $ng_target_localhost, target => $ng_target_localhost,
hostgroups => 'linux-servers', hostgroups => 'linux-servers',
contacts => 'ops', contacts => 'ops',
max_check_attempts => $max_check_attempts, max_check_attempts => $ng_max_check_attempts,
notification_period => '24x7', notification_period => '24x7',
owner => $ng_user, owner => $ng_user,
group => $ng_user, group => $ng_user,