OP#436 add members

This commit is contained in:
2026-03-01 17:17:00 +01:00
parent 88d8acc093
commit 59b78b2194
5 changed files with 9 additions and 12 deletions

View File

@@ -77,8 +77,6 @@
# Default is 'admins'.
# @param [String] ng_contactgroup_alias The alias of the default contact group.
# Default is 'Nagios Administrators'.
# @param [String] ng_contactgroup_ensure The ensure value for the default
# contact group. Default is 'present'.
# @param [String] ng_contact_name The name of the default contact. Default is
# 'nagiosadmin'.
# @param [String] ng_contact_alias The alias of the default contact. Default is
@@ -91,8 +89,6 @@
# is 'linux-servers'.
# @param [String] ng_hostgroup_alias The alias of the default host group. Default
# is 'Linux Servers'.
# @param [String] ng_hostgroup_ensure The ensure value for the default host group
# Default is 'present'.
# @param [String] ng_max_check_attempts The maximum number of check attempts
# before a host or service is considered down. Default is '10'.
# @param [Boolean] ng_enable_swap_check Whether to enable the check_swap
@@ -119,7 +115,6 @@ class confdroid_nagios::params (
# contact groups
String $ng_contactgroup_name = 'admins',
String $ng_contactgroup_alias = 'Nagios Administrators',
String $ng_contactgroup_ensure = 'present',
# contacts
String $ng_contact_name = 'nagiosadmin',
@@ -130,7 +125,6 @@ class confdroid_nagios::params (
# hostgroups
String $ng_hostgroup_name = 'linux-servers',
String $ng_hostgroup_alias = 'Linux Servers',
String $ng_hostgroup_ensure = 'present',
# nagios.cfg
String $ng_log_file = '/var/log/nagios/nagios.log',