OP#436 add variable

This commit is contained in:
2026-03-01 16:45:23 +01:00
parent dd7f5cc9f7
commit bd23897d28

View File

@@ -93,6 +93,8 @@
# 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'.
###############################################################################
class confdroid_nagios::params (
@@ -104,7 +106,7 @@ class confdroid_nagios::params (
Boolean $ng_include_nrpe = true,
String $ng_main_user = 'nagios',
String $ng_main_password = 'nagios',
String $ng_max_check_attempts = '10',
# contact groups
String $ng_contactgroup_name = 'admins',
String $ng_contactgroup_alias = 'Nagios Administrators',