recommit for updates in build 3

This commit is contained in:
2018-04-27 19:38:02 +02:00
parent 16f08dfb36
commit d47eab08c8
5 changed files with 155 additions and 1 deletions

View File

@@ -8,6 +8,16 @@ Changelog of Git Changelog.
<h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6ed24bfbf588e73">6ed24bfbf588e73</a> Jenkins ConfDroid <i>2018-04-12 11:03:51</i>
<p>
<h3>recommit for updates in build 2</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/115801729fc9b9e">115801729fc9b9e</a> Arne Teuke <i>2018-04-12 11:02:41</i>
<p>
<h3>updates README</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/cabaddfa1be2932">cabaddfa1be2932</a> Jenkins ConfDroid <i>2018-04-12 10:15:02</i>
<p>
<h3>recommit for updates in build 1</h3>

View File

@@ -1 +1,138 @@
.
|-- doc
| |-- css
| | |-- common.css
| | |-- full_list.css
| | `-- style.css
| |-- js
| | |-- app.js
| | |-- full_list.js
| | `-- jquery.js
| |-- puppet_classes
| | |-- cd_nagios_3A_3Acertbot_3A_3Acerts.html
| | |-- cd_nagios_3A_3Acertbot_3A_3Aconfig.html
| | |-- cd_nagios_3A_3Aclient_3A_3Atarget.html
| | |-- cd_nagios_3A_3Afirewall_3A_3Aiptables.html
| | |-- cd_nagios_3A_3Amain_3A_3Aconfig.html
| | |-- cd_nagios_3A_3Amain_3A_3Adirs.html
| | |-- cd_nagios_3A_3Amain_3A_3Ainstall.html
| | |-- cd_nagios_3A_3Amain_3A_3Auser.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_contactgroups_rules.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_contact_rules.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_hostgroup_rules.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_servicegroup_rules.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_timeperiod_rules.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Acommands.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aconfig.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Acontactgroups.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Acontacts.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Ahostgroups.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aservicegroups.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplate_rules.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atimeperiods.html
| | |-- cd_nagios_3A_3Aparams.html
| | |-- cd_nagios_3A_3Aselinux_3A_3Aconfig.html
| | |-- cd_nagios_3A_3Aserver_3A_3Aaccess_rules.html
| | |-- cd_nagios_3A_3Aserver_3A_3Afiles.html
| | |-- cd_nagios_3A_3Aserver_3A_3Aservice.html
| | `-- cd_nagios.html
| |-- puppet_defined_types
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_contactgroups.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_contact.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_hostgroups.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_servicegroups.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_timeperiods.html
| | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplates.html
| | `-- cd_nagios_3A_3Aserver_3A_3Aaccess.html
| |-- file.README.html
| |-- frames.html
| |-- _index.html
| |-- index.html
| |-- puppet_class_list.html
| |-- puppet_defined_type_list.html
| `-- top-level-namespace.html
|-- manifests
| |-- certbot
| | `-- certs.pp
| |-- client
| | `-- target.pp
| |-- firewall
| | `-- iptables.pp
| |-- main
| | |-- config.pp
| | |-- dirs.pp
| | |-- install.pp
| | `-- user.pp
| |-- nagios
| | `-- objects
| | |-- add_contactgroups.pp
| | |-- add_contactgroups_rules.pp
| | |-- add_contact.pp
| | |-- add_contact_rules.pp
| | |-- add_hostgroup_rules.pp
| | |-- add_hostgroups.pp
| | |-- add_servicegroup_rules.pp
| | |-- add_servicegroups.pp
| | |-- add_timeperiod_rules.pp
| | |-- add_timeperiods.pp
| | |-- commands.pp
| | |-- config.pp
| | |-- contactgroups.pp
| | |-- contacts.pp
| | |-- hostgroups.pp
| | |-- servicegroups.pp
| | |-- template_rules.pp
| | |-- templates.pp
| | `-- timeperiods.pp
| |-- selinux
| | `-- config.pp
| |-- server
| | |-- access.pp
| | |-- access_rules.pp
| | |-- files.pp
| | `-- service.pp
| |-- init.pp
| `-- params.pp
|-- templates
| |-- certbot
| | |-- get_cert.erb
| | |-- unless_get_cert.erb
| | `-- unless_renew_cert.erb
| |-- httpd
| | |-- forward_conf.erb
| | |-- index_html.erb
| | `-- nagios_ssl_vhost.erb
| |-- nagios
| | |-- cgi_cfg.erb
| | |-- contactgroups_cfg_head.erb
| | |-- contactgroups_cfg_rule.erb
| | |-- contacts.cfg
| | |-- contacts_cfg_head.erb
| | |-- contacts_cfg_rule.erb
| | |-- hostgroups_cfg_head.erb
| | |-- hostgroups_cfg_rule.erb
| | |-- htpasswd_rule.erb
| | |-- nagios_cfg.erb
| | |-- svcgroups_cfg_head.erb
| | |-- svcgroups_cfg_rule.erb
| | |-- templates_cfg_head.erb
| | |-- templates_cfg_rule.erb
| | |-- timeperiods_cfg_head.erb
| | `-- timeperiods_cfg_rule.erb
| `-- selinux
| |-- checknagios.erb
| |-- checknrpe.erb
| |-- statuscgi.erb
| |-- statusdat.erb
| `-- taccgi.erb
|-- tests
| `-- UTF_Files
|-- CHANGELOG.md
|-- Gemfile
|-- Gemfile.lock
|-- Jenkinsfile
|-- LICENSE
|-- README.md
`-- REPOSTRUCTURE.md
20 directories, 115 files

View File

@@ -345,6 +345,10 @@ required firewall port on clients (optional,default).</p>
<h3 id="label-Manage+Additional+Resources">Manage Additional Resources</h3>
<h3 id="label-Known+Problems">Known Problems</h3>
<ul><li>
<p>Collected resources import ordering problem: The module might try to import
collected facts before nagios is even installed. =&gt; ToDo</p>
</li></ul>
<h3 id="label-Support">Support</h3>
<ul><li>

View File

@@ -345,6 +345,10 @@ required firewall port on clients (optional,default).</p>
<h3 id="label-Manage+Additional+Resources">Manage Additional Resources</h3>
<h3 id="label-Known+Problems">Known Problems</h3>
<ul><li>
<p>Collected resources import ordering problem: The module might try to import
collected facts before nagios is even installed. =&gt; ToDo</p>
</li></ul>
<h3 id="label-Support">Support</h3>
<ul><li>

View File

@@ -6,4 +6,3 @@
./doc/css/style.css: HTML document, UTF-8 Unicode text, with very long lines
./doc/js/jquery.js: HTML document, UTF-8 Unicode text, with very long lines
./doc/puppet_classes/cd_nagios_3A_3Aparams.html: HTML document, UTF-8 Unicode text
./REPOSTRUCTURE.md: very short file (no magic)