recommit for updates in build 1
This commit is contained in:
516
CHANGELOG.md
516
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
137
REPOSTRUCTURE.md
137
REPOSTRUCTURE.md
@@ -1,138 +1 @@
|
|||||||
.
|
|
||||||
|-- 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
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>
|
<title>
|
||||||
Documentation by YARD 0.9.9
|
Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.9</h1>
|
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.12</h1>
|
||||||
<div id="listing">
|
<div id="listing">
|
||||||
<h1 class="alphaindex">Alphabetic Index</h1>
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
||||||
|
|
||||||
@@ -281,9 +281,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:40:54 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -484,6 +484,13 @@ pre.code .rubyid_backref,
|
|||||||
pre.code .rubyid_nth_ref { color: #6D79DE; }
|
pre.code .rubyid_nth_ref { color: #6D79DE; }
|
||||||
pre.code .regexp, .dregexp { color: #036A07; }
|
pre.code .regexp, .dregexp { color: #036A07; }
|
||||||
pre.code a { border-bottom: 1px dotted #bbf; }
|
pre.code a { border-bottom: 1px dotted #bbf; }
|
||||||
|
/* inline code */
|
||||||
|
p > code {
|
||||||
|
padding: 1px 3px 1px 3px;
|
||||||
|
border: 1px solid #E1E1E8;
|
||||||
|
background: #F7F7F9;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Color fix for links */
|
/* Color fix for links */
|
||||||
#content .summary_desc pre.code .id > .object_link a, /* identifier */
|
#content .summary_desc pre.code .id > .object_link a, /* identifier */
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
File: README
|
File: README
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
Status|
|
Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|<code>cd_nagios</code>| 0.0.1.9 | <a
|
|<code>cd_nagios</code>| 0.0.1.9 | <a
|
||||||
href="https://jenkins.confdroid.com/buildStatus/icon?job=cd_nagios">{Build
|
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_nagios">{Build
|
||||||
Status</a>/]|</p>
|
Status</a>/]|</p>
|
||||||
|
|
||||||
<h3 id="label-Synopsis">Synopsis</h3>
|
<h3 id="label-Synopsis">Synopsis</h3>
|
||||||
@@ -89,7 +89,7 @@ production!!! __**</code></p>
|
|||||||
<p><a href="#features">Features</a></p>
|
<p><a href="#features">Features</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a
|
<p><a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_nagios/blob/master/REPOSTRUCTURE.md">Repo
|
href="https://gitlab.confdroid.com/12WW1160/cd_nagios/blob/master/REPOSTRUCTURE.md">Repo
|
||||||
Structure</a></p>
|
Structure</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="#dependencies">Dependencies</a></p>
|
<p><a href="#dependencies">Dependencies</a></p>
|
||||||
@@ -125,7 +125,7 @@ Structure</a></p>
|
|||||||
<p><a href="#tests">Tests</a></p>
|
<p><a href="#tests">Tests</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a
|
<p><a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_nagios/blob/master/CHANGELOG.md">Changelog</a></p>
|
href="https://gitlab.confdroid.com/12WW1160/cd_nagios/blob/master/CHANGELOG.md">Changelog</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://confdroid.com/contact/">Contact Us</a></p>
|
<p><a href="https://confdroid.com/contact/">Contact Us</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
@@ -212,31 +212,30 @@ clients:
|
|||||||
<p>All dependencies must be included in the catalogue.</p>
|
<p>All dependencies must be included in the catalogue.</p>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
<p><a
|
<p><a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_resources">cd_resources</a>
|
href="https://gitlab.confdroid.com/12WW1160/cd_resources">cd_resources</a>
|
||||||
for Yum repos.</p>
|
for Yum repos.</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_apache">cd_apache</a>
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_apache">cd_apache</a> for
|
||||||
for installing httpd</p>
|
installing httpd</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_firewall">cd_firewall</a>
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_firewall">cd_firewall</a>
|
|
||||||
or <a href="https://github.com/puppetlabs/puppetlabs-firewall">puppetlabs
|
or <a href="https://github.com/puppetlabs/puppetlabs-firewall">puppetlabs
|
||||||
firewall</a> (optional)</p>
|
firewall</a> (optional)</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_selinux">cd_selinux</a>
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_selinux">cd_selinux</a>
|
||||||
for selinux policy adjustments</p>
|
for selinux policy adjustments</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_certbot">cd_certbot</a>
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_certbot">cd_certbot</a>
|
||||||
to auto-manage TLS certificates (optional)</p>
|
to auto-manage TLS certificates (optional)</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_nrpe">cd_nrpe</a> to
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_nrpe">cd_nrpe</a> to
|
||||||
manage NRPE (optional)</p>
|
manage NRPE (optional)</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_stdlib">cd_stdlib</a> or
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_stdlib">cd_stdlib</a> or
|
||||||
<a href="https://github.com/puppetlabs/puppetlabs-stdlib">puppetlabs
|
<a href="https://github.com/puppetlabs/puppetlabs-stdlib">puppetlabs
|
||||||
stdlib</a> to facilitate concat</p>
|
stdlib</a> to facilitate concat</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_stdlib">cd-concat</a> or
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_stdlib">cd-concat</a> or
|
||||||
<a href="https://github.com/puppetlabs/puppetlabs-concat">puppetlabs
|
<a href="https://github.com/puppetlabs/puppetlabs-concat">puppetlabs
|
||||||
concat</a> to concatenate configuration files from different sources.</p>
|
concat</a> to concatenate configuration files from different sources.</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
@@ -288,7 +287,7 @@ Nagios server to connect to clients. Defaults to <code>true</code>.</p>
|
|||||||
Requires <a
|
Requires <a
|
||||||
href="https://github.com/puppetlabs/puppetlabs-firewall">puppetlabs
|
href="https://github.com/puppetlabs/puppetlabs-firewall">puppetlabs
|
||||||
firewall</a> or <a
|
firewall</a> or <a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_firewall">cd_firewall</a>,
|
href="https://gitlab.confdroid.com/12WW1160/cd_firewall">cd_firewall</a>,
|
||||||
which is a backdated clone of the puppetlabs firewall but tested to be
|
which is a backdated clone of the puppetlabs firewall but tested to be
|
||||||
fully functioning with all our features.</p>
|
fully functioning with all our features.</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
@@ -301,8 +300,8 @@ list of all available parameters</a>.</p>
|
|||||||
<p>A working instance of PuppetDBconnected to the Puppet master is required
|
<p>A working instance of PuppetDBconnected to the Puppet master is required
|
||||||
for this to work. Installation and configuration of PuppetDB is out of
|
for this to work. Installation and configuration of PuppetDB is out of
|
||||||
scope for this module, however <a
|
scope for this module, however <a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_puppetdb">cd_puppetdb</a>
|
href="https://gitlab.confdroid.com/12WW1160/cd_puppetdb">cd_puppetdb</a> is
|
||||||
is available to automate this task for you as well within a few minutes.</p>
|
available to automate this task for you as well within a few minutes.</p>
|
||||||
|
|
||||||
<h3 id="label-SELINUX">SELINUX</h3>
|
<h3 id="label-SELINUX">SELINUX</h3>
|
||||||
|
|
||||||
@@ -404,9 +403,7 @@ environments.</p>
|
|||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:40:56 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Documentation by YARD 0.9.9</title>
|
<title>Documentation by YARD 0.9.12</title>
|
||||||
</head>
|
</head>
|
||||||
<script type="text/javascript" charset="utf-8">
|
<script type="text/javascript" charset="utf-8">
|
||||||
var match = unescape(window.location.hash).match(/^#!(.+)/);
|
var match = unescape(window.location.hash).match(/^#!(.+)/);
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
File: README
|
File: README
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
Status|
|
Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|<code>cd_nagios</code>| 0.0.1.9 | <a
|
|<code>cd_nagios</code>| 0.0.1.9 | <a
|
||||||
href="https://jenkins.confdroid.com/buildStatus/icon?job=cd_nagios">{Build
|
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_nagios">{Build
|
||||||
Status</a>/]|</p>
|
Status</a>/]|</p>
|
||||||
|
|
||||||
<h3 id="label-Synopsis">Synopsis</h3>
|
<h3 id="label-Synopsis">Synopsis</h3>
|
||||||
@@ -89,7 +89,7 @@ production!!! __**</code></p>
|
|||||||
<p><a href="#features">Features</a></p>
|
<p><a href="#features">Features</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a
|
<p><a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_nagios/blob/master/REPOSTRUCTURE.md">Repo
|
href="https://gitlab.confdroid.com/12WW1160/cd_nagios/blob/master/REPOSTRUCTURE.md">Repo
|
||||||
Structure</a></p>
|
Structure</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="#dependencies">Dependencies</a></p>
|
<p><a href="#dependencies">Dependencies</a></p>
|
||||||
@@ -125,7 +125,7 @@ Structure</a></p>
|
|||||||
<p><a href="#tests">Tests</a></p>
|
<p><a href="#tests">Tests</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a
|
<p><a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_nagios/blob/master/CHANGELOG.md">Changelog</a></p>
|
href="https://gitlab.confdroid.com/12WW1160/cd_nagios/blob/master/CHANGELOG.md">Changelog</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://confdroid.com/contact/">Contact Us</a></p>
|
<p><a href="https://confdroid.com/contact/">Contact Us</a></p>
|
||||||
</li><li>
|
</li><li>
|
||||||
@@ -212,31 +212,30 @@ clients:
|
|||||||
<p>All dependencies must be included in the catalogue.</p>
|
<p>All dependencies must be included in the catalogue.</p>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
<p><a
|
<p><a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_resources">cd_resources</a>
|
href="https://gitlab.confdroid.com/12WW1160/cd_resources">cd_resources</a>
|
||||||
for Yum repos.</p>
|
for Yum repos.</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_apache">cd_apache</a>
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_apache">cd_apache</a> for
|
||||||
for installing httpd</p>
|
installing httpd</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_firewall">cd_firewall</a>
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_firewall">cd_firewall</a>
|
|
||||||
or <a href="https://github.com/puppetlabs/puppetlabs-firewall">puppetlabs
|
or <a href="https://github.com/puppetlabs/puppetlabs-firewall">puppetlabs
|
||||||
firewall</a> (optional)</p>
|
firewall</a> (optional)</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_selinux">cd_selinux</a>
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_selinux">cd_selinux</a>
|
||||||
for selinux policy adjustments</p>
|
for selinux policy adjustments</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_certbot">cd_certbot</a>
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_certbot">cd_certbot</a>
|
||||||
to auto-manage TLS certificates (optional)</p>
|
to auto-manage TLS certificates (optional)</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_nrpe">cd_nrpe</a> to
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_nrpe">cd_nrpe</a> to
|
||||||
manage NRPE (optional)</p>
|
manage NRPE (optional)</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_stdlib">cd_stdlib</a> or
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_stdlib">cd_stdlib</a> or
|
||||||
<a href="https://github.com/puppetlabs/puppetlabs-stdlib">puppetlabs
|
<a href="https://github.com/puppetlabs/puppetlabs-stdlib">puppetlabs
|
||||||
stdlib</a> to facilitate concat</p>
|
stdlib</a> to facilitate concat</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p><a href="https://gitlab.puppetsoft.com/12WW1160/cd_stdlib">cd-concat</a> or
|
<p><a href="https://gitlab.confdroid.com/12WW1160/cd_stdlib">cd-concat</a> or
|
||||||
<a href="https://github.com/puppetlabs/puppetlabs-concat">puppetlabs
|
<a href="https://github.com/puppetlabs/puppetlabs-concat">puppetlabs
|
||||||
concat</a> to concatenate configuration files from different sources.</p>
|
concat</a> to concatenate configuration files from different sources.</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
@@ -288,7 +287,7 @@ Nagios server to connect to clients. Defaults to <code>true</code>.</p>
|
|||||||
Requires <a
|
Requires <a
|
||||||
href="https://github.com/puppetlabs/puppetlabs-firewall">puppetlabs
|
href="https://github.com/puppetlabs/puppetlabs-firewall">puppetlabs
|
||||||
firewall</a> or <a
|
firewall</a> or <a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_firewall">cd_firewall</a>,
|
href="https://gitlab.confdroid.com/12WW1160/cd_firewall">cd_firewall</a>,
|
||||||
which is a backdated clone of the puppetlabs firewall but tested to be
|
which is a backdated clone of the puppetlabs firewall but tested to be
|
||||||
fully functioning with all our features.</p>
|
fully functioning with all our features.</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
@@ -301,8 +300,8 @@ list of all available parameters</a>.</p>
|
|||||||
<p>A working instance of PuppetDBconnected to the Puppet master is required
|
<p>A working instance of PuppetDBconnected to the Puppet master is required
|
||||||
for this to work. Installation and configuration of PuppetDB is out of
|
for this to work. Installation and configuration of PuppetDB is out of
|
||||||
scope for this module, however <a
|
scope for this module, however <a
|
||||||
href="https://gitlab.puppetsoft.com/12WW1160/cd_puppetdb">cd_puppetdb</a>
|
href="https://gitlab.confdroid.com/12WW1160/cd_puppetdb">cd_puppetdb</a> is
|
||||||
is available to automate this task for you as well within a few minutes.</p>
|
available to automate this task for you as well within a few minutes.</p>
|
||||||
|
|
||||||
<h3 id="label-SELINUX">SELINUX</h3>
|
<h3 id="label-SELINUX">SELINUX</h3>
|
||||||
|
|
||||||
@@ -404,9 +403,7 @@ environments.</p>
|
|||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:40:55 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios
|
Puppet Class: cd_nagios
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -139,9 +139,7 @@ class cd_nagios {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:40:56 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::certbot::certs
|
Puppet Class: cd_nagios::certbot::certs
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -230,9 +230,7 @@ class cd_nagios::certbot::certs (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:01 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::client::target
|
Puppet Class: cd_nagios::client::target
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -384,9 +384,7 @@ class cd_nagios::client::target (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:01 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::firewall::iptables
|
Puppet Class: cd_nagios::firewall::iptables
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -207,9 +207,7 @@ class cd_nagios::firewall::iptables (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:01 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::main::config
|
Puppet Class: cd_nagios::main::config
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -195,9 +195,7 @@ class cd_nagios::main::config (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:00 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::main::dirs
|
Puppet Class: cd_nagios::main::dirs
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -468,9 +468,7 @@ class cd_nagios::main::dirs (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:00 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::main::install
|
Puppet Class: cd_nagios::main::install
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -213,9 +213,7 @@ class cd_nagios::main::install (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:01 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::main::user
|
Puppet Class: cd_nagios::main::user
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -194,9 +194,7 @@ class cd_nagios::main::user (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:00 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::add_contact_rules
|
Puppet Class: cd_nagios::nagios::objects::add_contact_rules
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -217,9 +217,7 @@ class cd_nagios::nagios::objects::add_contact_rules (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:02 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::add_contactgroups_rules
|
Puppet Class: cd_nagios::nagios::objects::add_contactgroups_rules
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -215,9 +215,7 @@ class cd_nagios::nagios::objects::add_contactgroups_rules (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:03 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::add_hostgroup_rules
|
Puppet Class: cd_nagios::nagios::objects::add_hostgroup_rules
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -214,9 +214,7 @@ class cd_nagios::nagios::objects::add_hostgroup_rules (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:03 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::add_servicegroup_rules
|
Puppet Class: cd_nagios::nagios::objects::add_servicegroup_rules
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -214,9 +214,7 @@ class cd_nagios::nagios::objects::add_servicegroup_rules (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:03 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::add_timeperiod_rules
|
Puppet Class: cd_nagios::nagios::objects::add_timeperiod_rules
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -222,9 +222,7 @@ class cd_nagios::nagios::objects::add_timeperiod_rules (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:03 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::commands
|
Puppet Class: cd_nagios::nagios::objects::commands
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -575,9 +575,7 @@ class cd_nagios::nagios::objects::commands (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:02 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::config
|
Puppet Class: cd_nagios::nagios::objects::config
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -182,9 +182,7 @@ class cd_nagios::nagios::objects::config (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:01 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::contactgroups
|
Puppet Class: cd_nagios::nagios::objects::contactgroups
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -237,9 +237,7 @@ class cd_nagios::nagios::objects::contactgroups (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:02 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::contacts
|
Puppet Class: cd_nagios::nagios::objects::contacts
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -280,9 +280,7 @@ class cd_nagios::nagios::objects::contacts (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:02 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::hostgroups
|
Puppet Class: cd_nagios::nagios::objects::hostgroups
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -551,9 +551,7 @@ class cd_nagios::nagios::objects::hostgroups (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:02 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::servicegroups
|
Puppet Class: cd_nagios::nagios::objects::servicegroups
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -235,9 +235,7 @@ class cd_nagios::nagios::objects::servicegroups (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:02 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::template_rules
|
Puppet Class: cd_nagios::nagios::objects::template_rules
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -305,9 +305,7 @@ class cd_nagios::nagios::objects::template_rules (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:02 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::nagios::objects::timeperiods
|
Puppet Class: cd_nagios::nagios::objects::timeperiods
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -285,9 +285,7 @@ class cd_nagios::nagios::objects::timeperiods (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:02 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::params
|
Puppet Class: cd_nagios::params
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -5667,9 +5667,7 @@ $ng_nagios_service_cmd = 'check_nagios!/var/log/nagios/status.dat!5!/us
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:00 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::selinux::config
|
Puppet Class: cd_nagios::selinux::config
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -362,9 +362,7 @@ class cd_nagios::selinux::config (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:01 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::server::access_rules
|
Puppet Class: cd_nagios::server::access_rules
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -195,9 +195,7 @@ class cd_nagios::server::access_rules (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:01 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::server::files
|
Puppet Class: cd_nagios::server::files
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -334,9 +334,7 @@ class cd_nagios::server::files (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:01 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Puppet Class: cd_nagios::server::service
|
Puppet Class: cd_nagios::server::service
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -532,9 +532,7 @@ class cd_nagios::server::service (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:01 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Defined Type: cd_nagios::nagios::objects::add_contact
|
Defined Type: cd_nagios::nagios::objects::add_contact
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -285,9 +285,7 @@ $ng_contacts_rule_erb = $::cd_nagios::params::ng_contacts_rule_erb
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:04 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Defined Type: cd_nagios::nagios::objects::add_contactgroups
|
Defined Type: cd_nagios::nagios::objects::add_contactgroups
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -237,9 +237,7 @@ $ng_cntctgrps_rule_erb = $::cd_nagios::params::ng_cntctgrps_rule_erb
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:04 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Defined Type: cd_nagios::nagios::objects::add_hostgroups
|
Defined Type: cd_nagios::nagios::objects::add_hostgroups
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -245,9 +245,7 @@ $ng_tgt_hostgrp_rule_erb = $::cd_nagios::params::ng_tgt_hostgrp_rule_erb
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:04 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Defined Type: cd_nagios::nagios::objects::add_servicegroups
|
Defined Type: cd_nagios::nagios::objects::add_servicegroups
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -245,9 +245,7 @@ $ng_tgt_svcgrp_rule_erb = $::cd_nagios::params::ng_tgt_svcgrp_rule_erb
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:04 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Defined Type: cd_nagios::nagios::objects::add_timeperiods
|
Defined Type: cd_nagios::nagios::objects::add_timeperiods
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -370,9 +370,7 @@ $ng_tgt_timep_rule_erb = $::cd_nagios::params::ng_tgt_timep_rule_erb
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:04 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Defined Type: cd_nagios::nagios::objects::templates
|
Defined Type: cd_nagios::nagios::objects::templates
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -906,9 +906,7 @@ $ng_templates_rule_erb = $::cd_nagios::params::ng_templates_rule_erb
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:04 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Defined Type: cd_nagios::server::access
|
Defined Type: cd_nagios::server::access
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -220,9 +220,7 @@ $ng_service = $::cd_nagios::params::ng_service
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:41:03 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<title>
|
<title>
|
||||||
Top Level Namespace
|
Top Level Namespace
|
||||||
|
|
||||||
— Documentation by YARD 0.9.9
|
— Documentation by YARD 0.9.12
|
||||||
|
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
@@ -90,9 +90,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Generated on Wed Sep 27 14:40:56 2017 by
|
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
|
||||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
||||||
0.9.9 (ruby-2.0.0).
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
./.yardoc/proxy_types: Applesoft BASIC program data
|
./.yardoc/proxy_types: Applesoft BASIC program data
|
||||||
./.yardoc/complete: empty
|
./.yardoc/complete: empty
|
||||||
./.yardoc/objects/root.dat: data
|
./.yardoc/objects/root.dat: data
|
||||||
|
./templates/httpd/index_html.erb: empty
|
||||||
./doc/css/style.css: HTML document, UTF-8 Unicode text, with very long lines
|
./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/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
|
./doc/puppet_classes/cd_nagios_3A_3Aparams.html: HTML document, UTF-8 Unicode text
|
||||||
./templates/httpd/index_html.erb: empty
|
./REPOSTRUCTURE.md: very short file (no magic)
|
||||||
|
|||||||
Reference in New Issue
Block a user