OP#436 add default servicegroup Linux-services

This commit is contained in:
2026-03-09 13:09:29 +01:00
parent b465c03dd2
commit 45ab12934b

View File

@@ -423,6 +423,10 @@
# in Nagios. Default is '1'.
# @param [String] ng_tac_cgi_hard_only Whether to show only HARD states in the
# Tactical Overview in Nagios. Default is '0'.
# @param [String] ng_servicegroup_name The name of the default service group.
# Default is 'linux-services'.
# @param [String] ng_servicegroup_alias The alias of the default service group.
# Default is 'Linux Services'.
################################################################################
class confdroid_nagios::params (
@@ -455,6 +459,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',