Compare commits
8 Commits
aca4caf164
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8662002dc | ||
|
|
313c6232ae | ||
| 5d2047a77e | |||
|
|
20b04bc1d4 | ||
|
|
777d4d0e91 | ||
| aa83361a8e | |||
| c2149834d3 | |||
|
|
7bb12d03c5 |
@@ -44,6 +44,7 @@ CONFIGURATION
|
||||
- manages the main alloy pipeline for loki and prometheus
|
||||
- manages log rotation for rsyslog to allow adm membership
|
||||
- manage service
|
||||
- optional: include nagios target for the alloy service (set `ay_manage_nagios`to `true`)
|
||||
|
||||
## Repo Documentation
|
||||
|
||||
@@ -53,6 +54,8 @@ See the full Puppet documentation including parameters in `docs/index.html`
|
||||
|
||||
All dependencies must be included in the catalogue.
|
||||
|
||||
- [confdroid_nagios](https://sourcecode.confdroid.com/confdroid/confdroid_nagios) if nagios monitoring is desired
|
||||
|
||||
## Deployment
|
||||
|
||||
- native Puppet deployment
|
||||
|
||||
@@ -119,6 +119,8 @@
|
||||
<p>manages log rotation for rsyslog to allow adm membership</p>
|
||||
</li><li>
|
||||
<p>manage service</p>
|
||||
</li><li>
|
||||
<p>optional: include nagios target for the alloy service (set <code>ay_manage_nagios</code>to <code>true</code>)</p>
|
||||
</li></ul>
|
||||
|
||||
<h2 id="label-Repo+Documentation">Repo Documentation</h2>
|
||||
@@ -128,6 +130,9 @@
|
||||
<h2 id="label-Dependencies">Dependencies</h2>
|
||||
|
||||
<p>All dependencies must be included in the catalogue.</p>
|
||||
<ul><li>
|
||||
<p><a href="https://sourcecode.confdroid.com/confdroid/confdroid_nagios">confdroid_nagios</a> if nagios monitoring is desired</p>
|
||||
</li></ul>
|
||||
|
||||
<h2 id="label-Deployment">Deployment</h2>
|
||||
<ul><li>
|
||||
|
||||
@@ -119,6 +119,8 @@
|
||||
<p>manages log rotation for rsyslog to allow adm membership</p>
|
||||
</li><li>
|
||||
<p>manage service</p>
|
||||
</li><li>
|
||||
<p>optional: include nagios target for the alloy service (set <code>ay_manage_nagios</code>to <code>true</code>)</p>
|
||||
</li></ul>
|
||||
|
||||
<h2 id="label-Repo+Documentation">Repo Documentation</h2>
|
||||
@@ -128,6 +130,9 @@
|
||||
<h2 id="label-Dependencies">Dependencies</h2>
|
||||
|
||||
<p>All dependencies must be included in the catalogue.</p>
|
||||
<ul><li>
|
||||
<p><a href="https://sourcecode.confdroid.com/confdroid/confdroid_nagios">confdroid_nagios</a> if nagios monitoring is desired</p>
|
||||
</li></ul>
|
||||
|
||||
<h2 id="label-Deployment">Deployment</h2>
|
||||
<ul><li>
|
||||
|
||||
@@ -424,7 +424,7 @@
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'1:1'</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>'1:'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
@@ -517,7 +517,7 @@ class confdroid_alloy::params (
|
||||
Boolean $ay_manage_nagios = false,
|
||||
String $ay_target_service = '/etc/nagios/conf.d/alloy_service.cfg',
|
||||
Array $ay_target_contacts = ['nagiosadmin'],
|
||||
String $ay_procs_allowed = '1:1'
|
||||
String $ay_procs_allowed = '1:'
|
||||
|
||||
) {
|
||||
# defaults
|
||||
|
||||
@@ -48,7 +48,7 @@ class confdroid_alloy::params (
|
||||
Boolean $ay_manage_nagios = false,
|
||||
String $ay_target_service = '/etc/nagios/conf.d/alloy_service.cfg',
|
||||
Array $ay_target_contacts = ['nagiosadmin'],
|
||||
String $ay_procs_allowed = '1:1'
|
||||
String $ay_procs_allowed = '1:'
|
||||
|
||||
) {
|
||||
# defaults
|
||||
|
||||
Reference in New Issue
Block a user