Recommit for updates in build 69
This commit is contained in:
@@ -476,7 +476,7 @@ class confdroid_nagios::main::dirs (
|
||||
path => $ng_run_dir,
|
||||
owner => 'nagios',
|
||||
group => 'nagios',
|
||||
mode => '0750',
|
||||
mode => '0755',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => nagios_var_run_t,
|
||||
@@ -489,7 +489,7 @@ class confdroid_nagios::main::dirs (
|
||||
path => $ng_cmd_dir,
|
||||
owner => 'nagios',
|
||||
group => 'nagios',
|
||||
mode => '0775',
|
||||
mode => '2775',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => nagios_spool_t,
|
||||
@@ -502,7 +502,7 @@ class confdroid_nagios::main::dirs (
|
||||
path => $ng_checkresults_dir,
|
||||
owner => 'nagios',
|
||||
group => 'nagios',
|
||||
mode => '0770',
|
||||
mode => '0750',
|
||||
selrange => s0,
|
||||
selrole => object_r,
|
||||
seltype => nagios_spool_t,
|
||||
|
||||
@@ -271,6 +271,24 @@ inherited by all classes except defines.
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to enable the context help in the Nagios web interface. Default is ‘1’.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_log_file</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'/var/log/nagios/nagios.log'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The path to the Nagios log file. Default is ‘/var/log/nagios/nagios.log’.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -286,8 +304,6 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
29
|
||||
30
|
||||
31
|
||||
32
|
||||
33
|
||||
@@ -396,10 +412,15 @@ inherited by all classes except defines.
|
||||
136
|
||||
137
|
||||
138
|
||||
139</pre>
|
||||
139
|
||||
140
|
||||
141
|
||||
142
|
||||
143
|
||||
144</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 29</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 31</span>
|
||||
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -412,7 +433,10 @@ class confdroid_nagios::params (
|
||||
String $ng_main_user = 'nagios',
|
||||
String $ng_main_password = 'nagios',
|
||||
|
||||
# cgi
|
||||
# nagios.cfg
|
||||
String $ng_log_file = '/var/log/nagios/nagios.log',
|
||||
|
||||
# cgi.cfg
|
||||
String $ng_context_help = '1',
|
||||
|
||||
# httpd
|
||||
|
||||
Reference in New Issue
Block a user