diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 87a303e..e40a4e0 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -120,7 +120,7 @@ inherited by all classes except defines.
confdroid_nagios::params Module name: confdroid_nagios Author: 12ww1160 (12ww1160@confdroid.com) @param [String] ng_use_ssl_auth Whether to use SSL authentication in Nagios. Default is ‘0’. @param [String] ng_sysinfo_auth Additional username for the sysinfo authentication in Nagios. Choose a suitable value or leave empty
+confdroid_nagios::params Module name: confdroid_nagios Author: 12ww1160 (12ww1160@confdroid.com) @param [String] ng_use_ssl_auth Whether to use SSL authentication in Nagios. Default is ‘0’.
Whether to enable context-sensitive help in Nagios. Default is ‘1’.
-Additional username for the sysinfo authentication in Nagios. Choose a suitable value or leave empty
+Whether to use colormap in Nagios. Default is false.
+The color code for red in the colormap for Nagios. Default is ‘255’.
+The color code for green in the colormap for Nagios. Default is ‘255’.
+The color code for blue in the colormap for Nagios. Default is ‘255 ’.
+The layout for the status map in Nagios. Default is ‘6’.
+The layout for the WRL in Nagios. Default is ‘4’.
+Whether to include own WRL in Nagios. Default is false.
+The WRL file to include in Nagios. Default is empty.
+The syntax for the check_ping command in Nagios. Default is ‘/bin/ping -n -U -c 5 $HOSTADDRESS$’.
+The refresh rate for the Nagios CGIs. Default is ‘90’.
+Whether to enable the page tour in the Nagios web interface. Default is ‘1’.
+The result limit for the Nagios CGIs. Default is ‘100’.
+Whether to escape HTML tags in the Nagios web interface. Default is ‘1’.
+-368 -369 -370 -371 -372 -373 -374 -375 -376 -377 -378 -379 -380 -381 -382 -383 -384 -385 -386 -387 -388 -389 -390 391 392 393 @@ -3702,10 +3900,46 @@ inherited by all classes except defines. 677 678 679 -680+680 +681 +682 +683 +684 +685 +686 +687 +688 +689 +690 +691 +692 +693 +694 +695 +696 +697 +698 +699 +700 +701 +702 +703 +704 +705 +706 +707 +708 +709 +710 +711 +712 +713 +714 +715 +716
# File 'manifests/params.pp', line 368
+ # File 'manifests/params.pp', line 391
class confdroid_nagios::params (
@@ -3875,6 +4109,19 @@ class confdroid_nagios::params (
String $ng_host_cmd_auth = '',
String $ng_svc_cmd_auth = '',
String $ng_readonly_auth = '' ,
+ Boolean $ng_use_colormap = false,
+ String $ng_colormap_red = '255',
+ String $ng_colormap_green = '255',
+ String $ng_colormap_blue = '255',
+ String $ng_statusmap_layout = '6',
+ String $ng_wrl_layout = '4',
+ Boolean $ng_incl_own_wrl = false,
+ String $ng_statuswrl_include = '',
+ String $ng_ping_syntax = '/bin/ping -n -U -c 5 $HOSTADDRESS$',
+ String $ng_refresh_rate = '90',
+ String $ng_enable_page_tour = '1',
+ String $ng_result_limit = '100',
+ String $ng_escape_html_tags = '1',
# httpd
Boolean $ng_use_https = false,