diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 6dccbef..aed7251 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -897,6 +897,24 @@ inherited by all classes except defines. —

The ensure value for the default host group Default is ‘present’.

+
+ + + +
  • + + ng_max_check_attempts + + + (String) + + + (defaults to: '10') + + + — +
    +

    The maximum number of check attempts before a host or service is considered down. Default is ‘10’.

  • @@ -912,8 +930,6 @@ inherited by all classes except defines.
     
     
    -97
    -98
     99
     100
     101
    @@ -1073,10 +1089,12 @@ inherited by all classes except defines.
     255
     256
     257
    -258
    +258 +259 +260 -
    # File 'manifests/params.pp', line 97
    +        
    # File 'manifests/params.pp', line 99
     
     class confdroid_nagios::params (
     
    @@ -1088,7 +1106,7 @@ class confdroid_nagios::params (
       Boolean $ng_include_nrpe          = true,
       String $ng_main_user              = 'nagios',
       String $ng_main_password          = 'nagios',
    -
    +  String $ng_max_check_attempts     = '10',
     # contact groups
       String $ng_contactgroup_name       = 'admins',
       String $ng_contactgroup_alias      = 'Nagios Administrators',