OP#436 more cgi.cfg

This commit is contained in:
2026-03-07 16:34:45 +01:00
parent c5778d0cc9
commit afb3310f56

View File

@@ -387,6 +387,7 @@
# Default is '100'. # Default is '100'.
# @param [String] ng_escape_html_tags Whether to escape HTML tags in the Nagios # @param [String] ng_escape_html_tags Whether to escape HTML tags in the Nagios
# web interface. Default is '1'. # web interface. Default is '1'.
# @param [String] ng_statusmap_img The image to use for the status map in Nagios.
################################################################################ ################################################################################
class confdroid_nagios::params ( class confdroid_nagios::params (
@@ -556,6 +557,7 @@ class confdroid_nagios::params (
String $ng_host_cmd_auth = '', String $ng_host_cmd_auth = '',
String $ng_svc_cmd_auth = '', String $ng_svc_cmd_auth = '',
String $ng_readonly_auth = '' , String $ng_readonly_auth = '' ,
String $ng_statusmap_img = '',
Boolean $ng_use_colormap = false, Boolean $ng_use_colormap = false,
String $ng_colormap_red = '255', String $ng_colormap_red = '255',
String $ng_colormap_green = '255', String $ng_colormap_green = '255',