OP#436 add fqdn

This commit is contained in:
2026-03-01 17:00:59 +01:00
parent bc3eb4214c
commit 95e803f85e
5 changed files with 10 additions and 0 deletions

View File

@@ -97,6 +97,10 @@
# before a host or service is considered down. Default is '10'.
# @param [Boolean] ng_enable_swap_check Whether to enable the check_swap
# command. Default is true.
# @param [String] ng_status_upd_interval The interval in seconds for Nagios
# to update the status file. Default is '10'.
# @param [String] ng_check_ext_commands Whether to allow external commands
# to be submitted to Nagios. Default is '1'.
###############################################################################
class confdroid_nagios::params (
@@ -109,6 +113,8 @@ class confdroid_nagios::params (
String $ng_main_user = 'nagios',
String $ng_main_password = 'nagios',
String $ng_max_check_attempts = '10',
String $ng_status_upd_interval = '10',
String $ng_check_ext_commands = '1',
# contact groups
String $ng_contactgroup_name = 'admins',