Recommit for updates in build 35

This commit is contained in:
Jenkins Server
2026-02-14 16:47:46 +01:00
parent 3a9e684a42
commit 448cfbf4f6

View File

@@ -599,6 +599,207 @@ inherited by all classes except defines.
</li> </li>
<li>
<span class='name'>ng_event_broker_options</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;-1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>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.</p>
</div>
</li>
<li>
<span class='name'>ng_log_rotation_method</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;h&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>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.</p>
</div>
</li>
<li>
<span class='name'>ng_log_archive_path</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/var/log/nagios/archives&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The path to the Nagios log archive directory. Default is /var/log/nagios/archives.</p>
</div>
</li>
<li>
<span class='name'>ng_use_syslog</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>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.</p>
</div>
</li>
<li>
<span class='name'>ng_log_notifications</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>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.</p>
</div>
</li>
<li>
<span class='name'>ng_log_service_retries</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>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.</p>
</div>
</li>
<li>
<span class='name'>ng_log_host_retries</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>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.</p>
</div>
</li>
<li>
<span class='name'>ng_log_event_handlers</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>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.</p>
</div>
</li>
<li>
<span class='name'>ng_log_initial_states</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;0&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to log initial states in the</p>
</div>
</li>
<li>
<span class='name'>ng_log_current_states</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
</li>
<li>
<span class='name'>ng_log_external_commands</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
</li>
<li>
<span class='name'>ng_log_passive_checks</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
</li>
</ul> </ul>
@@ -610,32 +811,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99 99
100 100
101 101
@@ -740,10 +915,48 @@ inherited by all classes except defines.
200 200
201 201
202 202
203</pre> 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</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 73</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 99</span>
class confdroid_nagios::params ( class confdroid_nagios::params (
@@ -763,10 +976,6 @@ class confdroid_nagios::params (
Integer $ng_u_uid = 1004, Integer $ng_u_uid = 1004,
# nagios_cfg settings # nagios_cfg settings
String $ng_event_broker_module = &#39;&#39;,
String $ng_glob_host_evt_handler = &#39;&#39;,
String $ng_glob_svc_evt_handler = &#39;&#39;,
String $ng_check_workers = &#39;&#39;,
String $ng_log_file = &#39;/var/log/nagios/nagios.log&#39;, String $ng_log_file = &#39;/var/log/nagios/nagios.log&#39;,
String $ng_object_cache_file = &#39;/var/spool/nagios/objects.cache&#39;, String $ng_object_cache_file = &#39;/var/spool/nagios/objects.cache&#39;,
String $ng_precached_obj_file = &#39;/var/spool/nagios/objects.precache&#39;, String $ng_precached_obj_file = &#39;/var/spool/nagios/objects.precache&#39;,
@@ -778,6 +987,22 @@ class confdroid_nagios::params (
String $ng_lock_file = &#39;/var/run/nagios/nagios.pid&#39;, String $ng_lock_file = &#39;/var/run/nagios/nagios.pid&#39;,
String $ng_temp_file = &#39;/var/spool/nagios/nagios.tmp&#39;, String $ng_temp_file = &#39;/var/spool/nagios/nagios.tmp&#39;,
String $ng_temp_path = &#39;/tmp&#39;, String $ng_temp_path = &#39;/tmp&#39;,
String $ng_event_broker_options = &#39;-1&#39;,
String $ng_event_broker_module = &#39;&#39;,
String $ng_glob_host_evt_handler = &#39;&#39;,
String $ng_glob_svc_evt_handler = &#39;&#39;,
String $ng_check_workers = &#39;&#39;,
String $ng_log_rotation_method = &#39;h&#39;,
String $ng_log_archive_path = &#39;/var/log/nagios/archives&#39;,
String $ng_use_syslog = &#39;1&#39;,
String $ng_log_notifications = &#39;1&#39;,
String $ng_log_service_retries = &#39;1&#39;,
String $ng_log_host_retries = &#39;1&#39;,
String $ng_log_event_handlers = &#39;1&#39;,
String $ng_log_initial_states = &#39;0&#39;,
String $ng_log_current_states = &#39;1&#39;,
String $ng_log_external_commands = &#39;1&#39;,
String $ng_log_passive_checks = &#39;1&#39;,
# httpd # httpd
Boolean $ng_use_https = false, Boolean $ng_use_https = false,