recommit for updates in build 11
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
|
|||||||
<h2> No issue </h2>
|
<h2> No issue </h2>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/7ba65eb308d9609">7ba65eb308d9609</a> Jenkins ConfDroid <i>2019-04-23 18:47:44</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 10</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/878955e5999385a">878955e5999385a</a> Arne Teuke <i>2019-04-23 18:47:03</i>
|
||||||
|
<p>
|
||||||
|
<h3>adds file content for nrpe.te</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/5fc268f5d4591d9">5fc268f5d4591d9</a> Jenkins ConfDroid <i>2019-04-23 18:41:23</i>
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/5fc268f5d4591d9">5fc268f5d4591d9</a> Jenkins ConfDroid <i>2019-04-23 18:41:23</i>
|
||||||
<p>
|
<p>
|
||||||
<h3>recommit for updates in build 9</h3>
|
<h3>recommit for updates in build 9</h3>
|
||||||
|
|||||||
@@ -129,14 +129,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
30
|
30
|
||||||
31
|
31
|
||||||
32
|
32
|
||||||
33
|
33</pre>
|
||||||
34
|
|
||||||
35
|
|
||||||
36
|
|
||||||
37
|
|
||||||
38
|
|
||||||
39
|
|
||||||
40</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/exec.pp', line 23</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/exec.pp', line 23</span>
|
||||||
@@ -146,18 +139,11 @@ class cd_nrpe::main::exec (
|
|||||||
) inherits cd_nrpe::params {
|
) inherits cd_nrpe::params {
|
||||||
|
|
||||||
# create policy file fpr sudo selinux policy
|
# create policy file fpr sudo selinux policy
|
||||||
# exec { 'create_nrpe_pp':
|
exec { 'create_nrpe_pp':
|
||||||
# command => template($ne_checkmodule_nrpe_erb),
|
command => template($ne_checkmodule_nrpe_erb),
|
||||||
# user => 'root',
|
user => 'root',
|
||||||
# creates => $ne_nrpe_pp_file,
|
creates => $ne_nrpe_pp_file,
|
||||||
# notify => Exec['import_nrpe_policy'],
|
}
|
||||||
# }
|
|
||||||
|
|
||||||
# execute policy file
|
|
||||||
# exec { 'import_nrpe_policy':
|
|
||||||
# command => template
|
|
||||||
#
|
|
||||||
# }
|
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -186,7 +186,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
87
|
87
|
||||||
88
|
88
|
||||||
89
|
89
|
||||||
90</pre>
|
90
|
||||||
|
91</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 23</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 23</span>
|
||||||
@@ -196,6 +197,7 @@ class cd_nrpe::main::files (
|
|||||||
) inherits cd_nrpe::params {
|
) inherits cd_nrpe::params {
|
||||||
|
|
||||||
require cd_nrpe::main::dirs
|
require cd_nrpe::main::dirs
|
||||||
|
include cd_nrpe::main::exec
|
||||||
|
|
||||||
# manage /etc/nagios/nrpe.cfg
|
# manage /etc/nagios/nrpe.cfg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user