From cce52758557219ab507ccc715609e2935f9c665e Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 14 Feb 2026 18:35:02 +0100 Subject: [PATCH] Recommit for updates in build 40 --- .../confdroid_nagios_3A_3Aparams.html | 126 +++++++++++++----- 1 file changed, 96 insertions(+), 30 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index ea24881..f95cf06 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -1643,22 +1643,6 @@ inherited by all classes except defines. -
  • - - ng_enable_flap_detection - - - (String) - - - - — -
    -

    Whether to enable flap detection in the Nagios configuration. Default is ‘1’, which means flap detection will be enabled. You can set this to ‘0’ to disable flap detection if needed.

    -
    - -
  • -
  • ng_process_perf_data @@ -1889,6 +1873,78 @@ inherited by all classes except defines. —

    The command to process host performance data in the Nagios configuration.

    +
    + +
  • + +
  • + + ng_obsess_over_services + + + (String) + + + (defaults to: '0') + + + — +
    +

    Whether to obsess over services in the Nagios configuration. Default is ‘0’, which means not to obsess over services. You can set this to ‘1’ to enable obsessing over services if needed.

    +
    + +
  • + +
  • + + ng_ocsp_command + + + (String) + + + (defaults to: '') + + + — +
    +

    The command to process obsessive service checks in the Nagios configuration. Default is ”, which means no specific command will be configured for obsessive service checks. You can set this to a specific command if needed.

    +
    + +
  • + +
  • + + ng_obsess_over_hosts + + + (String) + + + (defaults to: '0') + + + — +
    +

    Whether to obsess over hosts in the Nagios configuration. Default is ‘0’, which means not to obsess over hosts. You can set this to ‘1’ to enable obsessing over hosts if needed.

    +
    + +
  • + +
  • + + ng_ochp_command + + + (String) + + + (defaults to: '') + + + — +
    +

    The command to process obsessive host checks in the Nagios configuration. Default is ”, which means no specific command will be configured for obsessive host checks. You can set this to a specific command if needed.

  • @@ -1904,18 +1960,6 @@ inherited by all classes except defines.
     
     
    -402
    -403
    -404
    -405
    -406
    -407
    -408
    -409
    -410
    -411
    -412
    -413
     414
     415
     416
    @@ -2105,10 +2149,27 @@ inherited by all classes except defines.
     600
     601
     602
    -603
    +603 +604 +605 +606 +607 +608 +609 +610 +611 +612 +613 +614 +615 +616 +617 +618 +619 +620 -
    # File 'manifests/params.pp', line 402
    +        
    # File 'manifests/params.pp', line 414
     
     class confdroid_nagios::params (
     
    @@ -2214,6 +2275,11 @@ class confdroid_nagios::params (
       String $ng_s_perfdata_proc_intval  = '0',
       String $ng_h_perfdata_proc_cmd     = 'process-host-perfdata-file',
       String $ng_s_perfdata_proc_cmd     = 'process-service-perfdata-file',
    +  String $ng_obsess_over_services    = '0',
    +  String $ng_ocsp_command            = '',
    +  String $ng_obsess_over_hosts       = '0',
    +  String $ng_ochp_command            = '',
    +
     
     # httpd
       Boolean $ng_use_https       = false,