recommit for updates in build 30

This commit is contained in:
2017-07-21 16:34:25 +02:00
parent e8fc18c163
commit 4d4f5636b8
21 changed files with 370 additions and 45 deletions

View File

@@ -79,6 +79,8 @@
<span class='object_link'><a href="cd_nagios_3A_3Aclient_3A_3Atarget.html" title="puppet_classes::cd_nagios::client::target (puppet_class)">cd_nagios::client::target</a></span><br/>
<span class='object_link'><a href="cd_nagios_3A_3Acertbot_3A_3Aconfig.html" title="puppet_classes::cd_nagios::certbot::config (puppet_class)">cd_nagios::certbot::config</a></span><br/>
<span class='object_link'><a href="cd_nagios_3A_3Aselinux_3A_3Aconfig.html" title="puppet_classes::cd_nagios::selinux::config (puppet_class)">cd_nagios::selinux::config</a></span><br/>
<span class='object_link'><a href="cd_nagios_3A_3Aserver_3A_3Aservice.html" title="puppet_classes::cd_nagios::server::service (puppet_class)">cd_nagios::server::service</a></span><br/>
@@ -1826,7 +1828,7 @@ enabled.</p>
should be
allowed/required. Requires format
&#39;host1.example.com
host2.example.com&#39;</p>
host2.example.com&#39;. If you want no restriction, chose &#39;all&#39;.</p>
</div>
</li>
@@ -1846,10 +1848,14 @@ host2.example.com&#39;</p>
<div class='inline'>
<p>string of &lt;b&gt;_&lt;em&gt;Ip addresses __** for hosts which
should be
allowed/reqired. Requires format &#39;ipaddress ip address range&#39;Ip
addresses _&lt;/em&gt;&lt;/b&gt; for hosts which
should be allowed/reqired.
Requires format &#39;ipaddress ip address range&#39;</p>
allowed/reqired. Requires format &#39;ipaddress ip address range&#39;.
If
you want no restriction, choose &#39;0.0.0.0/0&#39;Ip addresses
_&lt;/em&gt;&lt;/b&gt; for hosts which
should be allowed/reqired. Requires
format &#39;ipaddress ip address range&#39;.
If you want no restriction,
choose &#39;0.0.0.0/0&#39;</p>
</div>
</li>
@@ -1875,6 +1881,64 @@ the nagios http check on the nagios server
</li>
<li>
<span class='name'>ng_enable_certbot</span>
<span class='type'>(<tt>boolean</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to use certbot for automated TLS
certificate management</p>
</div>
</li>
<li>
<span class='name'>ng_certbot_cert_path</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/var/www/html&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the path for certbot to place
challenges for teh certification process.</p>
</div>
</li>
<li>
<span class='name'>ng_mail_user</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&quot;admin@${::domain}&quot;</tt>)</em>
&mdash;
<div class='inline'>
<p>email address to receive administrative mail.
used for nagios itself as
well as for certbot.</p>
</div>
</li>
</ul>
@@ -1892,13 +1956,6 @@ the nagios http check on the nagios server
<pre class="lines">
206
207
208
209
210
211
212
213
214
215
@@ -2055,10 +2112,22 @@ the nagios http check on the nagios server
366
367
368
369</pre>
369
370
371
372
373
374
375
376
377
378
379
380
381</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 206</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 213</span>
class cd_nagios::params (
@@ -2066,6 +2135,7 @@ $pkg_ensure = &#39;latest&#39;,
$ng_nagios_server = &quot;nagios.${::domain}&quot;,
$ng_nagios_ext_ip = undef,
$ng_mail_user = &quot;admin@${::domain}&quot;,
$ng_include_nrpe = true,
@@ -2171,6 +2241,10 @@ $ng_required_hosts = &#39;&#39;,
$ng_required_ips = &#39;127.0.0.0/8&#39;,
$ng_disable_welcome = true,
# certbot
$ng_enable_certbot = true,
$ng_certbot_cert_path = &#39;/var/www/html&#39;,
) {
# installation section
@@ -2231,7 +2305,7 @@ $ng_forward_conf_erb = &#39;cd_nagios/httpd/forward_conf.erb&#39;
</div>
<div id="footer">
Generated on Fri Jul 21 15:47:29 2017 by
Generated on Fri Jul 21 16:34:20 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>