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’.

@@ -3137,24 +3137,6 @@ inherited by all classes except defines. -
  • - - ng_context_help - - - (String) - - - (defaults to: '1') - - - — -
    -

    Whether to enable context-sensitive help in Nagios. Default is ‘1’.

    -
    - -
  • -
  • ng_pending_states @@ -3227,6 +3209,24 @@ inherited by all classes except defines.
  • +
  • + + ng_sysinfo_auth + + + (String) + + + (defaults to: '') + + + — +
    +

    Additional username for the sysinfo authentication in Nagios. Choose a suitable value or leave empty

    +
    + +
  • +
  • ng_confinfo_auth @@ -3353,6 +3353,240 @@ inherited by all classes except defines.
  • +
  • + + ng_use_colormap + + + (Boolean) + + + (defaults to: false) + + + — +
    +

    Whether to use colormap in Nagios. Default is false.

    +
    + +
  • + +
  • + + ng_colormap_red + + + (String) + + + (defaults to: '255') + + + — +
    +

    The color code for red in the colormap for Nagios. Default is ‘255’.

    +
    + +
  • + +
  • + + ng_colormap_green + + + (String) + + + (defaults to: '255') + + + — +
    +

    The color code for green in the colormap for Nagios. Default is ‘255’.

    +
    + +
  • + +
  • + + ng_colormap_blue + + + (String) + + + (defaults to: '255') + + + — +
    +

    The color code for blue in the colormap for Nagios. Default is ‘255 ’.

    +
    + +
  • + +
  • + + ng_statusmap_layout + + + (String) + + + (defaults to: '6') + + + — +
    +

    The layout for the status map in Nagios. Default is ‘6’.

    +
    + +
  • + +
  • + + ng_wrl_layout + + + (String) + + + (defaults to: '4') + + + — +
    +

    The layout for the WRL in Nagios. Default is ‘4’.

    +
    + +
  • + +
  • + + ng_incl_own_wrl + + + (Boolean) + + + (defaults to: false) + + + — +
    +

    Whether to include own WRL in Nagios. Default is false.

    +
    + +
  • + +
  • + + ng_statuswrl_include + + + (String) + + + (defaults to: '') + + + — +
    +

    The WRL file to include in Nagios. Default is empty.

    +
    + +
  • + +
  • + + ng_ping_syntax + + + (String) + + + (defaults to: '/bin/ping -n -U -c 5 $HOSTADDRESS$') + + + — +
    +

    The syntax for the check_ping command in Nagios. Default is ‘/bin/ping -n -U -c 5 $HOSTADDRESS$’.

    +
    + +
  • + +
  • + + ng_refresh_rate + + + (String) + + + (defaults to: '90') + + + — +
    +

    The refresh rate for the Nagios CGIs. Default is ‘90’.

    +
    + +
  • + +
  • + + ng_enable_page_tour + + + (String) + + + (defaults to: '1') + + + — +
    +

    Whether to enable the page tour in the Nagios web interface. Default is ‘1’.

    +
    + +
  • + +
  • + + ng_result_limit + + + (String) + + + (defaults to: '100') + + + — +
    +

    The result limit for the Nagios CGIs. Default is ‘100’.

    +
    + +
  • + +
  • + + ng_escape_html_tags + + + (String) + + + (defaults to: '1') + + + — +
    +

    Whether to escape HTML tags in the Nagios web interface. Default is ‘1’.

    +
    + +
  • +
  • ng_use_ssl_auth @@ -3366,19 +3600,6 @@ inherited by all classes except defines.
  • -
  • - - ng_sysinfo_auth - - - (String) - - - (defaults to: '') - - -
  • - @@ -3390,29 +3611,6 @@ inherited by all classes except defines.
     
     
    -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,