From 3a0316fd893e9c0fef6d3012cdd52918ed71243e Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 14 Feb 2026 16:39:37 +0100 Subject: [PATCH] Recommit for updates in build 34 --- .../confdroid_nagios_3A_3Aparams.html | 156 +++++++++++++++--- 1 file changed, 137 insertions(+), 19 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 8c975a0..bef9b13 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -102,7 +102,7 @@ inherited by all classes except defines.
-

confdroid_nagios::params Module name: confdroid_nagios Author: 12ww1160 (12ww1160@confdroid.com)

+

confdroid_nagios::params Module name: confdroid_nagios Author: 12ww1160 (12ww1160@confdroid.com) file. Default is ‘/var/spool/nagios/objects.precache’.

@@ -450,7 +450,7 @@ inherited by all classes except defines. —
-

The path to the Nagios precached object file. Default is ‘/var/spool/nagios/objects.precache’.

+

The path to the Nagios precached object

@@ -487,6 +487,114 @@ inherited by all classes except defines. —

The path to the Nagios status file. Default is ‘/var/log/nagios/status.dat’.

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

    The interval for updating the Nagios status file. Default is ‘10’.

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

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

    +
    + +
  • + +
  • + + ng_command_file + + + (String) + + + (defaults to: '/var/spool/nagios/cmd/nagios.cmd') + + + — +
    +

    The path to the Nagios command file. Default is ‘/var/spool/nagios/cmd/nagios.cmd’.

    +
    + +
  • + +
  • + + ng_lock_file + + + (String) + + + (defaults to: '/var/run/nagios/nagios.pid') + + + — +
    +

    The path to the Nagios lock file. Default is ‘/var/run/nagios/nagios.pid’.

    +
    + +
  • + +
  • + + ng_temp_file + + + (String) + + + (defaults to: '/var/spool/nagios/nagios.tmp') + + + — +
    +

    The path to the Nagios temporary file. Default is ‘/var/spool/nagios/nagios.tmp’.

    +
    + +
  • + +
  • + + ng_temp_path + + + (String) + + + (defaults to: '/tmp') + + + — +
    +

    The path to the Nagios temporary directory. Default is ‘/tmp’.

  • @@ -502,20 +610,6 @@ inherited by all classes except defines.
     
     
    -59
    -60
    -61
    -62
    -63
    -64
    -65
    -66
    -67
    -68
    -69
    -70
    -71
    -72
     73
     74
     75
    @@ -627,10 +721,29 @@ inherited by all classes except defines.
     181
     182
     183
    -184
    +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 -
    # File 'manifests/params.pp', line 59
    +        
    # File 'manifests/params.pp', line 73
     
     class confdroid_nagios::params (
     
    @@ -659,7 +772,12 @@ class confdroid_nagios::params (
       String $ng_precached_obj_file      = '/var/spool/nagios/objects.precache',
       String $ng_resource_file           = '/etc/nagios/private/resource.cfg',
       String $ng_status_file             = '/var/log/nagios/status.dat',
    -
    +  String $ng_status_upd_interval     = '10',
    +  String $ng_check_ext_commands      = '1',
    +  String $ng_command_file            = '/var/spool/nagios/cmd/nagios.cmd',
    +  String $ng_lock_file               = '/var/run/nagios/nagios.pid',
    +  String $ng_temp_file               = '/var/spool/nagios/nagios.tmp',
    +  String $ng_temp_path               = '/tmp',
     
     # httpd
       Boolean $ng_use_https       = false,