diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 50d43d5..22cb73a 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -1009,6 +1009,114 @@ inherited by all classes except defines. —

Whether to purge unmanaged host and services configuration files. Default is true.

+
+ + + +
  • + + ng_event_broker_options + + + (String) + + + (defaults to: '-1') + + + — +
    +

    The event broker options for Nagios. Default is ‘-1’.

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

    Whether to enable the Nagios query handler. Default is false.

    +
    + +
  • + +
  • + + ng_event_broker_module + + + (Array) + + + (defaults to: []) + + + — +
    +

    The event broker modules for Nagios. Default is [].

    +
    + +
  • + +
  • + + ng_log_rotation_method + + + (String) + + + (defaults to: 'd') + + + — +
    +

    The log rotation method for Nagios. Default is ‘d’.

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

    Whether to use syslog for logging in Nagios. Default is ‘1’.

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

    Whether to log notifications in Nagios. Default is ‘1’.

  • @@ -1024,18 +1132,6 @@ inherited by all classes except defines.
     
     
    -109
    -110
    -111
    -112
    -113
    -114
    -115
    -116
    -117
    -118
    -119
    -120
     121
     122
     123
    @@ -1199,10 +1295,29 @@ inherited by all classes except defines.
     281
     282
     283
    -284
    +284 +285 +286 +287 +288 +289 +290 +291 +292 +293 +294 +295 +296 +297 +298 +299 +300 +301 +302 +303 -
    # File 'manifests/params.pp', line 109
    +        
    # File 'manifests/params.pp', line 121
     
     class confdroid_nagios::params (
     
    @@ -1238,6 +1353,12 @@ class confdroid_nagios::params (
     
     # nagios.cfg
       String $ng_log_file               = '/var/log/nagios/nagios.log',
    +  String $ng_event_broker_options   = '-1',
    +  Boolean $ng_enable_query_handler  = false,
    +  Array $ng_event_broker_module     = [],
    +  String $ng_log_rotation_method    = 'd',
    +  String $ng_use_syslog             = '1',
    +  String $ng_log_notifications      = '1',
     
     # cgi.cfg
       String $ng_context_help           = '1',
    @@ -1355,6 +1476,7 @@ class confdroid_nagios::params (
       $ng_status_file             = "${ng_spool_dir}/status.dat"
       $ng_command_file            = "${ng_cmd_dir}/nagios.cmd"
       $ng_lock_file               = "${ng_run_dir}/nagios.pid"
    +  $ng_temp_file               = "${ng_spool_dir}/nagios.tmp"
     
     ## old
       $ng_taccgi_erb              = 'confdroid_nagios/selinux/taccgi.erb'