Compare commits
7 Commits
39c3ccfc4e
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78b2a3963e | ||
|
|
abac5926d4 | ||
| 6c1b999d4b | |||
|
|
67b1681012 | ||
|
|
8070426dd7 | ||
| 014c663e30 | |||
|
|
958caf7c66 |
@@ -47,6 +47,7 @@ CONFIGURATION
|
|||||||
- ACL options
|
- ACL options
|
||||||
- adds haproxy logs to rsyslog for remote logging where used
|
- adds haproxy logs to rsyslog for remote logging where used
|
||||||
- manage fail2ban integration (optional, requires `confdroid_fail2ban` module)
|
- manage fail2ban integration (optional, requires `confdroid_fail2ban` module)
|
||||||
|
- manage nagios integration (optional, requires `confdroid-nagios` module)
|
||||||
|
|
||||||
SERVICE
|
SERVICE
|
||||||
|
|
||||||
|
|||||||
@@ -131,6 +131,8 @@
|
|||||||
<p>adds haproxy logs to rsyslog for remote logging where used</p>
|
<p>adds haproxy logs to rsyslog for remote logging where used</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>manage fail2ban integration (optional, requires <code>confdroid_fail2ban</code> module)</p>
|
<p>manage fail2ban integration (optional, requires <code>confdroid_fail2ban</code> module)</p>
|
||||||
|
</li><li>
|
||||||
|
<p>manage nagios integration (optional, requires <code>confdroid-nagios</code> module)</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
|
||||||
<p>SERVICE</p>
|
<p>SERVICE</p>
|
||||||
|
|||||||
@@ -131,6 +131,8 @@
|
|||||||
<p>adds haproxy logs to rsyslog for remote logging where used</p>
|
<p>adds haproxy logs to rsyslog for remote logging where used</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>manage fail2ban integration (optional, requires <code>confdroid_fail2ban</code> module)</p>
|
<p>manage fail2ban integration (optional, requires <code>confdroid_fail2ban</code> module)</p>
|
||||||
|
</li><li>
|
||||||
|
<p>manage nagios integration (optional, requires <code>confdroid-nagios</code> module)</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
|
||||||
<p>SERVICE</p>
|
<p>SERVICE</p>
|
||||||
|
|||||||
@@ -947,7 +947,7 @@
|
|||||||
<span class='type'>(<tt>String</tt>)</span>
|
<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>
|
||||||
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -1128,7 +1128,7 @@ class confdroid_haproxy::params (
|
|||||||
Boolean $hy_manage_nagios = false,
|
Boolean $hy_manage_nagios = false,
|
||||||
String $hy_target_service = '/etc/nagios/conf.d/haproxy_service.cfg',
|
String $hy_target_service = '/etc/nagios/conf.d/haproxy_service.cfg',
|
||||||
Array $hy_target_contacts = ['nagiosadmin'],
|
Array $hy_target_contacts = ['nagiosadmin'],
|
||||||
String $hy_procs_allowed = '1:1'
|
String $hy_procs_allowed = '1:'
|
||||||
|
|
||||||
) {
|
) {
|
||||||
$fqdn = $facts['networking']['fqdn']
|
$fqdn = $facts['networking']['fqdn']
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ class confdroid_haproxy::params (
|
|||||||
Boolean $hy_manage_nagios = false,
|
Boolean $hy_manage_nagios = false,
|
||||||
String $hy_target_service = '/etc/nagios/conf.d/haproxy_service.cfg',
|
String $hy_target_service = '/etc/nagios/conf.d/haproxy_service.cfg',
|
||||||
Array $hy_target_contacts = ['nagiosadmin'],
|
Array $hy_target_contacts = ['nagiosadmin'],
|
||||||
String $hy_procs_allowed = '1:1'
|
String $hy_procs_allowed = '1:'
|
||||||
|
|
||||||
) {
|
) {
|
||||||
$fqdn = $facts['networking']['fqdn']
|
$fqdn = $facts['networking']['fqdn']
|
||||||
|
|||||||
Reference in New Issue
Block a user