From 356b6337e64428a32005d55da9c93f467e2acd6c Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Mon, 9 Mar 2026 13:11:03 +0100 Subject: [PATCH] Recommit for updates in build 180 --- .../confdroid_nagios_3A_3Aparams.html | 52 ++++++++++++++++--- 1 file changed, 46 insertions(+), 6 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index f98485b..2fe7fec 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -3911,6 +3911,42 @@ inherited by all classes except defines. +
  • + + ng_servicegroup_name + + + (String) + + + (defaults to: 'linux-services') + + + — +
    +

    The name of the default service group. Default is ‘linux-services’.

    +
    + +
  • + +
  • + + ng_servicegroup_alias + + + (String) + + + (defaults to: 'Linux Services') + + + — +
    +

    The alias of the default service group. Default is ‘Linux Services’.

    +
    + +
  • +
  • ng_use_ssl_auth @@ -3935,10 +3971,6 @@ inherited by all classes except defines.
     
     
    -427
    -428
    -429
    -430
     431
     432
     433
    @@ -4257,10 +4289,16 @@ inherited by all classes except defines.
     746
     747
     748
    -749
    +749 +750 +751 +752 +753 +754 +755 -
    # File 'manifests/params.pp', line 427
    +        
    # File 'manifests/params.pp', line 431
     
     class confdroid_nagios::params (
     
    @@ -4293,6 +4331,8 @@ class confdroid_nagios::params (
     # hostgroups
       String $ng_hostgroup_name             = 'linux-servers',
       String $ng_hostgroup_alias            = 'Linux Servers',
    +  String $ng_servicegroup_name          = 'linux-services',
    +  String $ng_servicegroup_alias         = 'Linux Services',
     
     # nagios.cfg
       String $ng_log_file                   = '/var/log/nagios/nagios.log',