diff --git a/doc/file.README.html b/doc/file.README.html index 0214bf5..413cdaa 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -122,7 +122,7 @@
  • contacts and contactgroups are separated and filled in via define

  • -

    hostgroups are filled in via define, hosts are added dynamically

    +

    hostgroups are filled in via define, hosts are added dynamically via target.pp.

  • configures all required directories for server and clients and sets proper permissions and selinux contexts

  • diff --git a/doc/index.html b/doc/index.html index 21857ef..90a48c0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -122,7 +122,7 @@
  • contacts and contactgroups are separated and filled in via define

  • -

    hostgroups are filled in via define, hosts are added dynamically

    +

    hostgroups are filled in via define, hosts are added dynamically via target.pp.

  • configures all required directories for server and clients and sets proper permissions and selinux contexts

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

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

    +
    + +
  • + +
  • + + ng_enable_swap_check + + + (Boolean) + + + (defaults to: true) + + + — +
    +

    Whether to enable the check_swap command. Default is true.

  • @@ -930,8 +948,6 @@ inherited by all classes except defines.
     
     
    -99
    -100
     101
     102
     103
    @@ -1091,10 +1107,15 @@ inherited by all classes except defines.
     257
     258
     259
    -260
    +260 +261 +262 +263 +264 +265 -
    # File 'manifests/params.pp', line 99
    +        
    # File 'manifests/params.pp', line 101
     
     class confdroid_nagios::params (
     
    @@ -1164,6 +1185,9 @@ class confdroid_nagios::params (
       String $ng_load_crit               = '10.00,6.00,4.00',
       String $ng_load_ensure             = 'present',
     
    +# single nagios checks
    +  Boolean $ng_enable_swap_check       = true,
    +
     ) {
     # Default facts
       $fqdn                     = $facts['networking']['fqdn']