Compare commits

..

7 Commits

Author SHA1 Message Date
Jenkins Server
78b2a3963e Recommit for updates in build 15 2026-09-07 16:17:25 +02:00
Jenkins Server
abac5926d4 Merge remote-tracking branch 'origin/master' into jenkins-build-15 2026-09-07 16:16:16 +02:00
6c1b999d4b OP#672 change check to verify only if 1 process or is running, so it alerts only if no process at all is running 2026-09-07 16:15:56 +02:00
Jenkins Server
67b1681012 Recommit for updates in build 14 2026-09-07 16:04:14 +02:00
Jenkins Server
8070426dd7 Merge remote-tracking branch 'origin/master' into jenkins-build-14 2026-09-07 16:03:11 +02:00
014c663e30 OP#672 update Readme 2026-09-07 16:02:54 +02:00
Jenkins Server
958caf7c66 Recommit for updates in build 13 2026-09-07 15:45:54 +02:00
5 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -947,7 +947,7 @@
<span class='type'>(<tt>String</tt>)</span> <span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1:1&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;1:&#39;</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 = &#39;/etc/nagios/conf.d/haproxy_service.cfg&#39;, String $hy_target_service = &#39;/etc/nagios/conf.d/haproxy_service.cfg&#39;,
Array $hy_target_contacts = [&#39;nagiosadmin&#39;], Array $hy_target_contacts = [&#39;nagiosadmin&#39;],
String $hy_procs_allowed = &#39;1:1&#39; String $hy_procs_allowed = &#39;1:&#39;
) { ) {
$fqdn = $facts[&#39;networking&#39;][&#39;fqdn&#39;] $fqdn = $facts[&#39;networking&#39;][&#39;fqdn&#39;]

View File

@@ -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']