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