From afb3310f56c20bb15ff40e9a27a88fe1db450809 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 7 Mar 2026 16:34:45 +0100 Subject: [PATCH] OP#436 more cgi.cfg --- manifests/params.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/params.pp b/manifests/params.pp index 5ad235f..337bc46 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -387,6 +387,7 @@ # Default is '100'. # @param [String] ng_escape_html_tags Whether to escape HTML tags in the Nagios # web interface. Default is '1'. +# @param [String] ng_statusmap_img The image to use for the status map in Nagios. ################################################################################ class confdroid_nagios::params ( @@ -556,6 +557,7 @@ class confdroid_nagios::params ( String $ng_host_cmd_auth = '', String $ng_svc_cmd_auth = '', String $ng_readonly_auth = '' , + String $ng_statusmap_img = '', Boolean $ng_use_colormap = false, String $ng_colormap_red = '255', String $ng_colormap_green = '255',