OP#436 add default servicegroup Linux-services

This commit is contained in:
2026-03-09 13:14:13 +01:00
parent 45ab12934b
commit 0df098e4d8
2 changed files with 7 additions and 0 deletions

View File

@@ -459,6 +459,8 @@ class confdroid_nagios::params (
# hostgroups
String $ng_hostgroup_name = 'linux-servers',
String $ng_hostgroup_alias = 'Linux Servers',
# servicegroups
String $ng_servicegroup_name = 'linux-services',
String $ng_servicegroup_alias = 'Linux Services',