recommit for updates in build 30
This commit is contained in:
@@ -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
|
||||
'host1.example.com
|
||||
host2.example.com'</p>
|
||||
host2.example.com'. If you want no restriction, chose 'all'.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -1846,10 +1848,14 @@ host2.example.com'</p>
|
||||
<div class='inline'>
|
||||
<p>string of <b>_<em>Ip addresses __** for hosts which
|
||||
should be
|
||||
allowed/reqired. Requires format 'ipaddress ip address range'Ip
|
||||
addresses _</em></b> for hosts which
|
||||
should be allowed/reqired.
|
||||
Requires format 'ipaddress ip address range'</p>
|
||||
allowed/reqired. Requires format 'ipaddress ip address range'.
|
||||
If
|
||||
you want no restriction, choose '0.0.0.0/0'Ip addresses
|
||||
_</em></b> for hosts which
|
||||
should be allowed/reqired. Requires
|
||||
format 'ipaddress ip address range'.
|
||||
If you want no restriction,
|
||||
choose '0.0.0.0/0'</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>
|
||||
|
||||
|
||||
—
|
||||
<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>'/var/www/html'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<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>"admin@${::domain}"</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<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 = 'latest',
|
||||
|
||||
$ng_nagios_server = "nagios.${::domain}",
|
||||
$ng_nagios_ext_ip = undef,
|
||||
$ng_mail_user = "admin@${::domain}",
|
||||
|
||||
$ng_include_nrpe = true,
|
||||
|
||||
@@ -2171,6 +2241,10 @@ $ng_required_hosts = '',
|
||||
$ng_required_ips = '127.0.0.0/8',
|
||||
$ng_disable_welcome = true,
|
||||
|
||||
# certbot
|
||||
$ng_enable_certbot = true,
|
||||
$ng_certbot_cert_path = '/var/www/html',
|
||||
|
||||
) {
|
||||
|
||||
# installation section
|
||||
@@ -2231,7 +2305,7 @@ $ng_forward_conf_erb = 'cd_nagios/httpd/forward_conf.erb'
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user