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. +
The name of the default service group. Default is ‘linux-services’.
+The alias of the default service group. Default is ‘Linux Services’.
+-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',