recommit for updates in build 26
This commit is contained in:
@@ -1859,12 +1859,20 @@ Requires format 'ipaddress ip address range'</p>
|
||||
<span class='name'>ng_disable_welcome</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Any</tt>)</span>
|
||||
<span class='type'>(<tt>boolean</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>true</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether the regular welcome screen should
|
||||
be disabled. this is required for
|
||||
the nagios http check on the nagios server
|
||||
to be successful.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -1884,9 +1892,6 @@ Requires format 'ipaddress ip address range'</p>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
203
|
||||
204
|
||||
205
|
||||
206
|
||||
207
|
||||
208
|
||||
@@ -2043,10 +2048,17 @@ Requires format 'ipaddress ip address range'</p>
|
||||
359
|
||||
360
|
||||
361
|
||||
362</pre>
|
||||
362
|
||||
363
|
||||
364
|
||||
365
|
||||
366
|
||||
367
|
||||
368
|
||||
369</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 203</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 206</span>
|
||||
|
||||
class cd_nagios::params (
|
||||
|
||||
@@ -2158,6 +2170,7 @@ $ng_use_selinux_tools = true,
|
||||
$ng_required_hosts = '',
|
||||
$ng_required_ips = '127.0.0.0/8',
|
||||
$ng_disable_welcome = true,
|
||||
|
||||
) {
|
||||
|
||||
# installation section
|
||||
@@ -2200,8 +2213,11 @@ $ng_taccgi_erb = 'cd_nagios/selinux/taccgi.erb'
|
||||
$ng_statcgi_erb = 'cd_nagios/selinux/statuscgi.erb'
|
||||
$ng_nagios_conf = '/etc/httpd/conf.d/nagios.conf'
|
||||
$ng_nagios_conf_erb = 'cd_nagios/httpd/nagios_conf.erb'
|
||||
$ng_welcome_conf ='/etc/httpd/conf.d/welcome.conf'
|
||||
$ng_welcome_conf = '/etc/httpd/conf.d/welcome.conf'
|
||||
$ng_welcome_conf_erb = 'cd_nagios/httpd/welcome_conf.erb'
|
||||
$ng_forward_conf = '/etc/httpd/conf.d/nagios_forward.conf'
|
||||
$ng_forward_conf_erb = 'cd_nagios/httpd/forward_conf.erb'
|
||||
|
||||
|
||||
# includes must be last
|
||||
|
||||
@@ -2215,7 +2231,7 @@ $ng_welcome_conf_erb = 'cd_nagios/httpd/welcome_conf.erb'
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Fri Jul 21 15:06:11 2017 by
|
||||
Generated on Fri Jul 21 15:43:22 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