Recommit for updates in build 57

This commit is contained in:
Jenkins Server
2026-02-14 21:29:11 +01:00
parent 1c7215b4dc
commit 66e28f0482
6 changed files with 89 additions and 14 deletions

View File

@@ -297,6 +297,42 @@ inherited by all classes except defines.
—
<div class='inline'>
<p>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.</p>
</div>
</li>
<li>
<span class='name'>ng_main_user</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;nagios&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The username for the Nagios web interface. Default is nagios.</p>
</div>
</li>
<li>
<span class='name'>ng_main_password</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;nagios&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The encrypted password for the Nagios web interface. Default is nagios.</p>
</div>
</li>
@@ -312,10 +348,6 @@ inherited by all classes except defines.
<pre class="lines">
32
33
34
35
36
37
38
@@ -418,10 +450,16 @@ inherited by all classes except defines.
135
136
137
138</pre>
138
139
140
141
142
143
144</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 32</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 36</span>
class confdroid_nagios::params (
@@ -431,6 +469,8 @@ class confdroid_nagios::params (
Array $ng_reqpackages_client = [&#39;net-snmp-utils&#39;,&#39;nagios-plugins&#39;,&#39;nagios-plugins-all&#39;,&#39;nagios-plugins-nrpe&#39;,&#39;nagios-common&#39;],
String $ng_pkg_ensure = &#39;present&#39;,
Boolean $ng_include_nrpe = true,
String $ng_main_user = &#39;nagios&#39;,
String $ng_main_password = &#39;nagios&#39;,
# httpd
Boolean $ng_use_https = false,