recommit for updates in build 13
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
|
||||
<h2> No issue </h2>
|
||||
|
||||
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6baa1f4db017449">6baa1f4db017449</a> Jenkins ConfDroid <i>2018-04-29 11:34:39</i>
|
||||
<p>
|
||||
<h3>recommit for updates in build 12</h3>
|
||||
|
||||
</p>
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/aaad9d3cb0c18e3">aaad9d3cb0c18e3</a> Arne Teuke <i>2018-04-29 11:34:32</i>
|
||||
<p>
|
||||
<h3>updates mode</h3>
|
||||
|
||||
</p>
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/58693f537bd2a37">58693f537bd2a37</a> Jenkins ConfDroid <i>2018-04-29 11:23:03</i>
|
||||
<p>
|
||||
<h3>recommit for updates in build 11</h3>
|
||||
|
||||
@@ -129,6 +129,7 @@
|
||||
| `-- selinux
|
||||
| |-- checknagios.erb
|
||||
| |-- checknrpe.erb
|
||||
| |-- grep.erb
|
||||
| |-- statuscgi.erb
|
||||
| |-- statusdat.erb
|
||||
| `-- taccgi.erb
|
||||
@@ -142,4 +143,4 @@
|
||||
|-- README.md
|
||||
`-- REPOSTRUCTURE.md
|
||||
|
||||
21 directories, 121 files
|
||||
21 directories, 122 files
|
||||
|
||||
@@ -4929,8 +4929,6 @@ particular item.</p>
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'/usr/lib64/nagios/plugins'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
@@ -4947,8 +4945,6 @@ particular item.</p>
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'/usr/lib64/nagios/plugins/eventhandlers'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
@@ -5335,9 +5331,7 @@ particular item.</p>
|
||||
1013
|
||||
1014
|
||||
1015
|
||||
1016
|
||||
1017
|
||||
1018</pre>
|
||||
1016</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 655</span>
|
||||
@@ -5596,9 +5590,6 @@ $ng_loadctl_options = 'jobs_max=100;backoff_limit=10;rampup_change=5
|
||||
# single nagios checks
|
||||
$ng_enable_swap_check = true,
|
||||
|
||||
# resource.cfg
|
||||
$ng_user_arg1 = '/usr/lib64/nagios/plugins',
|
||||
$ng_user_arg2 = '/usr/lib64/nagios/plugins/eventhandlers',
|
||||
|
||||
) {
|
||||
|
||||
@@ -5660,6 +5651,7 @@ $ng_ssl_vhost_erb = 'cd_nagios/httpd/nagios_ssl_vhost.erb'
|
||||
$ng_nagios_cfg_file = "${ng_main_dir}/nagios.cfg"
|
||||
$ng_nagios_cfg_erb = 'cd_nagios/nagios/nagios_cfg.erb'
|
||||
$ng_resource_erb = 'cd_nagios/nagios/resource_cfg.erb'
|
||||
$ng_grep_erb = 'cd_nagios/selinux/grep.erb'
|
||||
|
||||
# certbot
|
||||
$ng_certbot_main_dir = '/etc/letsencrypt'
|
||||
|
||||
@@ -239,7 +239,26 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
130
|
||||
131
|
||||
132
|
||||
133</pre>
|
||||
133
|
||||
134
|
||||
135
|
||||
136
|
||||
137
|
||||
138
|
||||
139
|
||||
140
|
||||
141
|
||||
142
|
||||
143
|
||||
144
|
||||
145
|
||||
146
|
||||
147
|
||||
148
|
||||
149
|
||||
150
|
||||
151
|
||||
152</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/selinux/config.pp', line 23</span>
|
||||
@@ -353,6 +372,25 @@ class cd_nagios::selinux::config (
|
||||
refreshonly => true,
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
|
||||
# sealert grep
|
||||
|
||||
exec { 'create_policy_grep':
|
||||
command => template($ng_grep_erb),
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
creates => "${ng_user_home}/my-grep.pp",
|
||||
notify => Exec['semodule_statusdat'],
|
||||
}
|
||||
|
||||
exec { 'semodule_grep':
|
||||
command => "semodule -i ${ng_user_home}/my-grep.pp",
|
||||
path => ['/usr/bin','/usr/sbin'],
|
||||
cwd => $ng_user_home,
|
||||
require => Exec['create_policy_grep'],
|
||||
refreshonly => true,
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user