recommit for updates in build 46
This commit is contained in:
@@ -77,9 +77,9 @@
|
||||
|
||||
<span class='object_link'><a href="cd_nagios_3A_3Aserver_3A_3Afiles.html" title="puppet_classes::cd_nagios::server::files (puppet_class)">cd_nagios::server::files</a></span><br/>
|
||||
|
||||
<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_3Acerts.html" title="puppet_classes::cd_nagios::certbot::certs (puppet_class)">cd_nagios::certbot::certs</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_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_3Aselinux_3A_3Aconfig.html" title="puppet_classes::cd_nagios::selinux::config (puppet_class)">cd_nagios::selinux::config</a></span><br/>
|
||||
|
||||
@@ -1934,6 +1934,30 @@ well as for certbot.</p>
|
||||
<p>Whether to create an index file to allow
|
||||
httpd checks with nagios on the
|
||||
nagios server.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_webserver_name</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>"nagios.${::domain}"</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the name of the web server nagios should
|
||||
listen to, i.e.
|
||||
'nagios.example.net'. Unlike <code>ng_nagios_server</code>,
|
||||
this
|
||||
should not be the FQDN of the nagios host, but a web server domain
|
||||
name.
|
||||
required for certbot and used in the web templates.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -1955,10 +1979,6 @@ nagios server.</p>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
212
|
||||
213
|
||||
214
|
||||
215
|
||||
216
|
||||
217
|
||||
218
|
||||
@@ -2127,10 +2147,15 @@ nagios server.</p>
|
||||
381
|
||||
382
|
||||
383
|
||||
384</pre>
|
||||
384
|
||||
385
|
||||
386
|
||||
387
|
||||
388
|
||||
389</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 212</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 216</span>
|
||||
|
||||
class cd_nagios::params (
|
||||
|
||||
@@ -2247,6 +2272,7 @@ $ng_enable_index = true,
|
||||
# certbot
|
||||
$ng_enable_certbot = true,
|
||||
$ng_certbot_cert_path = '/var/www/html',
|
||||
$ng_webserver_name = "nagios.${::domain}",
|
||||
|
||||
) {
|
||||
|
||||
@@ -2312,7 +2338,7 @@ $ng_index_html_erb = 'cd_nagios/httpd/index_html.erb'
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Fri Jul 21 18:37:57 2017 by
|
||||
Generated on Sat Jul 22 13:38:51 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