fixed parameter for max_check_attempts
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user