diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 07daed4..124026d 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -94,16 +94,10 @@ -
confdroid_nagios::params Module name: confdroid_nagios Author: 12ww1160 (12ww1160@confdroid.com) file. Default is ‘/var/spool/nagios/objects.precache’.
-The hostname or IP address of the Nagios server. This will determine the installation selection and the of the clients to connect to the Nagios server.
-An array of packages to be installed on the Nagios server.
-An array of packages to be installed on the Nagios clients.
-The ensure value for all packages. Default is ‘present’.
-The name of the Nagios user to be created on the Nagios server. Default is ‘nagios’.
-The comment field for the Nagios user. Default is ‘Nagios User’.
-The group(s) to which the Nagios user should be added. Default is ‘nagios’.
-The login shell for the Nagios user. Default is ‘/sbin/nologin’.
-The home directory for the Nagios user. Default is ‘/home/nagios’.
-The user ID for the Nagios user. Default is 1004.
-Whether to include the NRPE client on the Nagios clients. Default is true.
-Whether to configure the Nagios web interface to use HTTPS. Default is false. We recommend using a reverse proxy with SSL termination in front of the Nagios web interface, so this is disabled by default.
-The event broker module to be used in the Nagios configuration. Default is an empty string, which means no event broker module will be configured. You can specify a module like ‘mod_gearman’ to enable the Gearman event broker module, for example.
-The global host event handler to be used in the Nagios configuration. Default is an empty string, which means no global host event handler will be configured. You can specify a command like ‘notify-host-by-email’ to set a global host event handler that sends email notifications for host events, for example.
-The global service event handler to be used in the Nagios configuration. Default is an empty string, which means no global service event handler will be configured. You can specify a command like ‘notify-service-by-email’ to set a global service event handler that sends email notifications for service events, for example.
-The number of check worker processes to be configured in the Nagios configuration. Default is an empty string, which means no specific number of check worker processes will be configured. You can specify a number like ‘5’ to set the number of check worker processes to 5, for example.
-The path to the Nagios log file. Default is ‘/var/log/nagios/nagios.log’.
-The path to the Nagios object cache file. Default is ‘/var/spool/nagios/objects.cache’.
-The path to the Nagios precached object
-The path to the Nagios resource file. Default is ‘/etc/nagios/private/resource.cfg’.
-The path to the Nagios status file. Default is ‘/var/log/nagios/status.dat’.
-The interval for updating the Nagios status file. Default is ‘10’.
-Whether to enable external command checking in the Nagios configuration. Default is ‘1’, which means external command checking will be enabled. You can set this to ‘0’ to disable external command checking if needed.
-The path to the Nagios command file. Default is ‘/var/spool/nagios/cmd/nagios.cmd’.
-The path to the Nagios lock file. Default is ‘/var/run/nagios/nagios.pid’.
-The path to the Nagios temporary file. Default is ‘/var/spool/nagios/nagios.tmp’.
-The path to the Nagios temporary directory. Default is ‘/tmp’.
-The options for the Nagios event broker. Default is ‘-1’, which means no specific options will be configured. You can specify options like ‘–log-level=debug’ to set the log level for the event broker, for example.
-The method for log rotation in the Nagios configuration. Default is ‘h’, which means hourly log rotation. You can set this to ‘d’ for daily log rotation, ‘w’ for weekly log rotation, or ‘m’ for monthly log rotation if needed.
-The path to the Nagios log archive directory. Default is ‘/var/log/nagios/archives’.
-Whether to use syslog for logging in the Nagios configuration. Default is ‘1’, which means syslog will be used for logging. You can set this to ‘0’ to disable syslog logging if needed.
-Whether to log notifications in the Nagios configuration. Default is ‘1’, which means notifications will be logged. You can set this to ‘0’ to disable logging of notifications if needed.
-Whether to log service retries in the Nagios configuration. Default is ‘1’, which means service retries will be logged. You can set this to ‘0’ to disable logging of service retries if needed.
-Whether to log host retries in the Nagios configuration. Default is ‘1’, which means host retries will be logged. You can set this to ‘0’ to disable logging of host retries if needed.
-Whether to log event handlers in the Nagios configuration. Default is ‘1’, which means event handlers will be logged. You can set this to ‘0’ to disable logging of event handlers if needed.
-Whether to log initial states in the
--99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 -110 -111 -112 -113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 -136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 -178 -179 -180 -181 -182 -183 -184 -185 -186 -187 -188 -189 -190 -191 -192 -193 -194 -195 -196 -197 -198 -199 -200 -201 -202 -203 -204 -205 -206 -207 -208 -209 -210 -211 -212 -213 -214 -215 -216 -217 -218 -219 -220 -221 -222 -223 -224 -225 -226 -227 -228 -229 -230 -231 -232 -233 -234 -235 -236 -237 -238 -239 -240 -241+404 +405 +406 +407 +408 +409 +410 +411 +412 +413 +414 +415 +416 +417 +418 +419 +420 +421 +422 +423 +424 +425 +426 +427 +428 +429 +430 +431 +432 +433 +434 +435 +436 +437 +438 +439 +440 +441 +442 +443 +444 +445 +446 +447 +448 +449 +450 +451 +452 +453 +454 +455 +456 +457 +458 +459 +460 +461 +462 +463 +464 +465 +466 +467 +468 +469 +470 +471 +472 +473 +474 +475 +476 +477 +478 +479 +480 +481 +482 +483 +484 +485 +486 +487 +488 +489 +490 +491 +492 +493 +494 +495 +496 +497 +498 +499 +500 +501 +502 +503 +504 +505 +506 +507 +508 +509 +510 +511 +512 +513 +514 +515 +516 +517 +518 +519 +520 +521 +522 +523 +524 +525 +526 +527 +528 +529 +530 +531 +532 +533 +534 +535 +536 +537 +538 +539 +540 +541 +542 +543 +544 +545 +546 +547 +548 +549 +550 +551 +552 +553 +554 +555 +556 +557 +558 +559 +560 +561 +562 +563 +564 +565 +566 +567 +568 +569 +570 +571 +572 +573 +574 +575 +576 +577 +578 +579 +580 +581 +582 +583 +584 +585 +586 +587 +588 +589 +590 +591 +592 +593 +594 +595 +596 +597 +598 +599 +600 +601 +602 +603 +604 +605 +606 +607 +608 +609 +610 +611 +612 +613 +614 +615 +616 +617 +618 +619 +620 +621 +622 +623 +624 +625 +626 +627 +628 +629 +630 +631 +632 +633 +634 +635 +636 +637 +638 +639 +640 +641 +642 +643 +644 +645 +646 +647 +648 +649
# File 'manifests/params.pp', line 99
+ # File 'manifests/params.pp', line 404
class confdroid_nagios::params (
@@ -1003,6 +2259,109 @@ class confdroid_nagios::params (
String $ng_log_current_states = '1',
String $ng_log_external_commands = '1',
String $ng_log_passive_checks = '1',
+ String $ng_glob_host_evt_handler = '',
+ String $ng_glob_svc_evt_handler = '',
+ String $ng_svc_int_check_delay = 's',
+ String $ng_max_svc_check_spread = '30',
+ String $ng_svc_interleave_factor = 's',
+ String $ng_host_int_check_delay = 's',
+ String $ng_max_host_check_spread = '30',
+ String $ng_max_concurrent_checks = '0',
+ String $ng_check_res_reaper_freq = '10',
+ String $ng_max_check_res_reap_time = '30',
+ String $ng_check_result_path = '/var/spool/nagios/checkresults',
+ String $ng_max_check_res_file_age = '3600',
+ String $ng_cached_h_check_horizon = '15',
+ String $ng_cached_s_check_horizon = '15',
+ String $ng_pred_host_dep_checks = '1',
+ String $ng_pred_svc_dep_checks = '1',
+ String $ng_soft_state_dependencies = '0',
+ String $ng_time_change_threshold = '900',
+ String $ng_auto_reschedule_checks = '0',
+ String $ng_auto_reschedule_intval = '30',
+ String $ng_auto_reschedule_window = '180',
+ String $ng_service_check_timeout = '60',
+ String $ng_host_check_timeout = '30',
+ String $ng_event_handler_timeout = '30',
+ String $ng_notification_timeout = '30',
+ String $ng_ocsp_timeout = '5',
+ String $ng_perfdata_timeout = '5',
+ String $ng_retain_state_inf = '1',
+ String $ng_state_retention_file = '/var/spool/nagios/retention.dat',
+ String $ng_retention_update_intval = '60',
+ String $ng_use_ret_program_state = '1',
+ String $ng_use_ret_scheduling_info = '1',
+ String $ng_ret_host_attr_mask = '0',
+ String $ng_ret_service_attr_mask = '0',
+ String $ng_ret_proc_host_attr_mask = '0',
+ String $ng_ret_proc_svc_attr_mask = '0',
+ String $ng_ret_contact_h_attr_mask = '0',
+ String $ng_ret_contact_s_attr_mask = '0',
+ String $ng_interval_length = '60',
+ String $ng_check_for_updates = '1',
+ String $ng_bare_update_check = '0',
+ String $ng_use_aggr_host_checking = '0',
+ String $ng_execute_service_checks = '1',
+ String $ng_accept_pass_svc_checks = '1',
+ String $ng_execute_host_checks = '1',
+ String $ng_accept_pass_host_checks = '1',
+ String $ng_enable_notifications = '1',
+ String $ng_enable_event_handlers = '1',
+ String $ng_process_perf_data = '0',
+ String $ng_host_perfdata_command = 'process-host-perfdata',
+ String $ng_svc_perfdata_command = 'process-service-perfdata',
+ String $ng_host_perfdata_file = '/var/spool/nagios/host-perfdata',
+ String $ng_service_perfdata_file = '/var/spool/nagios/service-perfdata',
+ String $ng_host_perfdata_template = '[HOSTPERFDATA]\t$TIMET$\t$HOSTNAME$\t$HOSTEXECUTIONTIME$\t$HOSTOUTPUT$\t$HOSTPERFDATA$',
+ String $ng_svc_perfdata_template = '[SERVICEPERFDATA]\t$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$SERVICEEXECUTIONTIME$\t$SERVICELATENCY$\t$SERVICEOUTPUT$\t$SERVICEPERFDATA$',
+ String $ng_host_perfdata_file_mode = 'a',
+ String $ng_svc_perfdata_file_mode = 'a',
+ String $ng_h_perfdata_proc_intval = '0',
+ String $ng_s_perfdata_proc_intval = '0',
+ String $ng_h_perfdata_proc_cmd = 'process-host-perfdata-file',
+ String $ng_s_perfdata_proc_cmd = 'process-service-perfdata-file',
+ String $ng_h_perfdata_proc_e_res = '1',
+ String $ng_s_perfdata_proc_e_res = '1',
+ String $ng_obsess_over_services = '0',
+ String $ng_ocsp_command = '',
+ String $ng_obsess_over_hosts = '0',
+ String $ng_ochp_command = '',
+ String $ng_translate_pass_h_checks = '0',
+ String $ng_pass_h_checks_are_soft = '0',
+ String $ng_check_orphaned_svc = '1',
+ String $ng_check_orphaned_hosts = '1',
+ String $ng_check_service_freshness = '1',
+ String $ng_svc_fresh_check_intval = '60',
+ String $ng_svc_check_timeout_state = 'c',
+ String $ng_check_host_freshness = '0',
+ String $ng_host_fresh_check_intval = '60',
+ String $ng_add_freshness_latency = '15',
+ String $ng_enable_flap_detection = '1',
+ String $ng_low_svc_flap_threshold = '5.0',
+ String $ng_high_svc_flap_threshold = '20.0',
+ String $ng_low_h_flap_threshold = '5.0',
+ String $ng_high_h_flap_threshold = '20.0',
+ String $ng_date_format = 'us',
+ Boolean $ng_use_timezone_offset = false,
+ String $ng_use_timezone = '',
+ String $ng_illegal_obj_name_chars = '`~!$%^&*|\'"<>?,()=',
+ String $ng_ill_macro_output_chars = '`~$&|\'"<>',
+ String $ng_use_regexp_matching = '0',
+ String $ng_true_regexp_matching = '0',
+ String $ng_daemon_dumps_core = '0',
+ String $ng_use_large_inst_tweaks = '0',
+ String $ng_enable_env_macros = '0',
+ String $ng_free_child_process_mem = '1',
+ String $ng_child_proc_fork_twice = '1',
+ String $ng_debug_level = '0',
+ String $ng_debug_verbosity = '1',
+ String $ng_debug_file = '/var/spool/nagios/nagios.debug',
+ String $ng_max_debug_file_size = '1000000',
+ String $ng_allow_empty_hostgroups = '0',
+ String $ng_check_workers = '',
+ String $ng_host_down_svc_checks = '0',
+ Boolean $ng_enable_load_ctl_options = false,
+ String $ng_loadctl_options = 'jobs_max=100;backoff_limit=10;rampup_change=5',
# httpd
Boolean $ng_use_https = false,