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'.
|
# in Nagios. Default is '1'.
|
||||||
# @param [String] ng_ack_no_send Whether to allow non-send acknowledgements
|
# @param [String] ng_ack_no_send Whether to allow non-send acknowledgements
|
||||||
# in Nagios. Default is '1'.
|
# 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 (
|
class confdroid_nagios::params (
|
||||||
|
|
||||||
@@ -620,6 +622,7 @@ class confdroid_nagios::params (
|
|||||||
String $ng_navbar_aliases = '1',
|
String $ng_navbar_aliases = '1',
|
||||||
String $ng_ack_no_sticky = '0',
|
String $ng_ack_no_sticky = '0',
|
||||||
String $ng_ack_no_send = '0',
|
String $ng_ack_no_send = '0',
|
||||||
|
String $ng_tac_cgi_hard_only = '0',
|
||||||
|
|
||||||
# httpd
|
# httpd
|
||||||
Boolean $ng_use_https = false,
|
Boolean $ng_use_https = false,
|
||||||
|
|||||||
@@ -96,14 +96,7 @@ navbar_search_for_aliases=<%= @ng_navbar_aliases %>
|
|||||||
ack_no_sticky=<%= @ng_ack_no_sticky %>
|
ack_no_sticky=<%= @ng_ack_no_sticky %>
|
||||||
ack_no_send=<%= @ng_ack_no_send %>
|
ack_no_send=<%= @ng_ack_no_send %>
|
||||||
|
|
||||||
|
tac_cgi_hard_only=<%= @ng_tac_cgi_hard_only %>
|
||||||
# SHOW ONLY HARD STATES IS TACTICAL OVERVIEW
|
|
||||||
# This option controls whether only HARD states are counted on the
|
|
||||||
# Tactical Overview, or if both HARD and SOFT states are counted.
|
|
||||||
# Set to 1 to show only HARD states. Defaults to 0 (HARD+SOFT).
|
|
||||||
|
|
||||||
#tac_cgi_hard_only=0
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# COMMAND COMMENTS
|
# COMMAND COMMENTS
|
||||||
|
|||||||
Reference in New Issue
Block a user