From e823d48e5e35aadc0e184f7e974ee1e8d4772b6e Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 7 Mar 2026 12:16:47 +0100 Subject: [PATCH] Recommit for updates in build 149 --- .../confdroid_nagios_3A_3Aparams.html | 126 ++++++++++++++++-- 1 file changed, 114 insertions(+), 12 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 53f5369..4c1374c 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -1423,6 +1423,96 @@ inherited by all classes except defines. —

The maximum check result reaper time for Nagios. Default is ‘30’.

+
+ + + +
  • + + ng_max_check_res_file_age + + + (String) + + + (defaults to: '3600') + + + — +
    +

    The maximum check result file age for Nagios. Default is ‘3600’.

    +
    + +
  • + +
  • + + ng_cached_h_check_horizon + + + (String) + + + (defaults to: '15') + + + — +
    +

    The cached host check horizon for Nagios. Default is ‘15’.

    +
    + +
  • + +
  • + + ng_cached_s_check_horizon + + + (String) + + + (defaults to: '15') + + + — +
    +

    The cached service check horizon for Nagios. Default is ‘15’.

    +
    + +
  • + +
  • + + ng_pred_host_dep_checks + + + (String) + + + (defaults to: '1') + + + — +
    +

    Whether to enable predictive host dependency checks in Nagios. Default is ‘1’.

    +
    + +
  • + +
  • + + ng_pred_svc_dep_checks + + + (String) + + + (defaults to: '1') + + + — +
    +

    Whether to enable predictive service dependency checks in Nagios. Default is ‘1’.

  • @@ -1438,16 +1528,6 @@ inherited by all classes except defines.
     
     
    -155
    -156
    -157
    -158
    -159
    -160
    -161
    -162
    -163
    -164
     165
     166
     167
    @@ -1637,10 +1717,26 @@ inherited by all classes except defines.
     351
     352
     353
    -354
    +354 +355 +356 +357 +358 +359 +360 +361 +362 +363 +364 +365 +366 +367 +368 +369 +370 -
    # File 'manifests/params.pp', line 155
    +        
    # File 'manifests/params.pp', line 165
     
     class confdroid_nagios::params (
     
    @@ -1699,6 +1795,11 @@ class confdroid_nagios::params (
       String $ng_max_concurrent_checks   = '0',
       String $ng_check_res_reaper_freq   = '10',
       String $ng_max_check_res_reap_time = '30',
    +  String $ng_max_check_res_file_age  = '3600',
    +  String $ng_cached_h_check_horizon  = '15',
    +  String $ng_cached_s_check_horizon  = '15',
    +  String $ng_pred_host_dep_checks    = '1',
    +  String $ng_pred_svc_dep_checks     = '1',
     
     # cgi.cfg
       String $ng_context_help           = '1',
    @@ -1817,6 +1918,7 @@ class confdroid_nagios::params (
       $ng_command_file            = "${ng_cmd_dir}/nagios.cmd"
       $ng_lock_file               = "${ng_run_dir}/nagios.pid"
       $ng_temp_file               = "${ng_spool_dir}/nagios.tmp"
    +  $ng_check_result_path       = "${ng_spool_dir}/checkresults"
     
     ## old
       $ng_taccgi_erb              = 'confdroid_nagios/selinux/taccgi.erb'