OP#436 done cgi.cfg - CMT section to be outsourced into define
This commit is contained in:
@@ -421,6 +421,8 @@
|
||||
# in Nagios. Default is '1'.
|
||||
# @param [String] ng_ack_no_send Whether to allow non-send acknowledgements
|
||||
# in Nagios. Default is '1'.
|
||||
# @param [String] ng_tac_cgi_hard_only Whether to show only HARD states in the
|
||||
# Tactical Overview in Nagios. Default is '0'.
|
||||
################################################################################
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -620,6 +622,7 @@ class confdroid_nagios::params (
|
||||
String $ng_navbar_aliases = '1',
|
||||
String $ng_ack_no_sticky = '0',
|
||||
String $ng_ack_no_send = '0',
|
||||
String $ng_tac_cgi_hard_only = '0',
|
||||
|
||||
# httpd
|
||||
Boolean $ng_use_https = false,
|
||||
|
||||
Reference in New Issue
Block a user