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>
|
<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>
|
<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>
|
<p>
|
||||||
<h3>recommit for updates in build 11</h3>
|
<h3>recommit for updates in build 11</h3>
|
||||||
|
|||||||
@@ -129,6 +129,7 @@
|
|||||||
| `-- selinux
|
| `-- selinux
|
||||||
| |-- checknagios.erb
|
| |-- checknagios.erb
|
||||||
| |-- checknrpe.erb
|
| |-- checknrpe.erb
|
||||||
|
| |-- grep.erb
|
||||||
| |-- statuscgi.erb
|
| |-- statuscgi.erb
|
||||||
| |-- statusdat.erb
|
| |-- statusdat.erb
|
||||||
| `-- taccgi.erb
|
| `-- taccgi.erb
|
||||||
@@ -142,4 +143,4 @@
|
|||||||
|-- README.md
|
|-- README.md
|
||||||
`-- REPOSTRUCTURE.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>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>'/usr/lib64/nagios/plugins'</tt>)</em>
|
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
@@ -4947,8 +4945,6 @@ particular item.</p>
|
|||||||
<span class='type'>(<tt>string</tt>)</span>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>'/usr/lib64/nagios/plugins/eventhandlers'</tt>)</em>
|
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
@@ -5335,9 +5331,7 @@ particular item.</p>
|
|||||||
1013
|
1013
|
||||||
1014
|
1014
|
||||||
1015
|
1015
|
||||||
1016
|
1016</pre>
|
||||||
1017
|
|
||||||
1018</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 655</span>
|
<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
|
# single nagios checks
|
||||||
$ng_enable_swap_check = true,
|
$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_file = "${ng_main_dir}/nagios.cfg"
|
||||||
$ng_nagios_cfg_erb = 'cd_nagios/nagios/nagios_cfg.erb'
|
$ng_nagios_cfg_erb = 'cd_nagios/nagios/nagios_cfg.erb'
|
||||||
$ng_resource_erb = 'cd_nagios/nagios/resource_cfg.erb'
|
$ng_resource_erb = 'cd_nagios/nagios/resource_cfg.erb'
|
||||||
|
$ng_grep_erb = 'cd_nagios/selinux/grep.erb'
|
||||||
|
|
||||||
# certbot
|
# certbot
|
||||||
$ng_certbot_main_dir = '/etc/letsencrypt'
|
$ng_certbot_main_dir = '/etc/letsencrypt'
|
||||||
|
|||||||
@@ -239,7 +239,26 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
130
|
130
|
||||||
131
|
131
|
||||||
132
|
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>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/selinux/config.pp', line 23</span>
|
<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,
|
refreshonly => true,
|
||||||
notify => Service[$ng_service],
|
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>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user