From e2baafcb7e441d067b42cb72a46f86c63a473977 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Fri, 13 Feb 2026 15:38:25 +0100 Subject: [PATCH] Recommit for updates in build 19 --- .../confdroid_nagios_3A_3Aparams.html | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 9f2e058..164fd83 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -287,6 +287,24 @@ inherited by all classes except defines. —

The user ID for the Nagios user. Default is 1004.

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

    Whether to include the NRPE client on the Nagios clients. Default is true.

  • @@ -302,8 +320,6 @@ inherited by all classes except defines.
     
     
    -24
    -25
     26
     27
     28
    @@ -347,10 +363,13 @@ inherited by all classes except defines.
     66
     67
     68
    -69
    +69 +70 +71 +72 -
    # File 'manifests/params.pp', line 24
    +        
    # File 'manifests/params.pp', line 26
     
     class confdroid_nagios::params (
     
    @@ -359,6 +378,7 @@ class confdroid_nagios::params (
       Array $ng_reqpackages_server = ['nagios','nagios-devel'],
       Array $ng_reqpackages_client = ['net-snmp-utils','nagios-plugins','nagios-plugins-all','nagios-plugins-nrpe','nagios-common'],
       String $ng_pkg_ensure        = 'present',
    +  Boolean $ng_include_nrpe     = true,
     
     # user
       String $ng_user              = 'nagios',