OP#436 done cgi.cfg - CMT section to be outsourced into define

This commit is contained in:
2026-03-08 14:18:55 +01:00
parent 0cc0bb42b5
commit 45d9ff2b18
2 changed files with 4 additions and 8 deletions

View File

@@ -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,