OP#436 add fqdn
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user