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