Recommit for updates in build 36

This commit is contained in:
Jenkins Server
2026-03-10 12:22:21 +01:00
parent 7f61337c80
commit bdc62757f2
2 changed files with 30 additions and 10 deletions

View File

@@ -137,7 +137,7 @@ class confdroid_apache::monitoring::target (
owner => 'nagios', owner => 'nagios',
group => 'nagios', group => 'nagios',
mode => '0640', mode => '0640',
contacts => 'ops', contacts => $ae_target_contacts,
} }
} }
}</pre> }</pre>

View File

@@ -385,6 +385,24 @@ inherited by all classes except defines.
</li> </li>
<li>
<span class='name'>ae_target_contacts</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;nagiosadmin&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>which contacts to notify for nagios alerts</p>
</div>
</li>
<li> <li>
<span class='name'>ae_manage_fw</span> <span class='name'>ae_manage_fw</span>
@@ -432,7 +450,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
46
47 47
48 48
49 49
@@ -494,10 +511,12 @@ inherited by all classes except defines.
105 105
106 106
107 107
108</pre> 108
109
110</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 46</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 47</span>
class confdroid_apache::params ( class confdroid_apache::params (
@@ -513,6 +532,7 @@ class confdroid_apache::params (
# nagios # nagios
Boolean $ae_incl_target = false, Boolean $ae_incl_target = false,
String $ae_target_service = &#39;/etc/nagios/conf.d/httpd_service.cfg&#39;, String $ae_target_service = &#39;/etc/nagios/conf.d/httpd_service.cfg&#39;,
String $ae_target_contacts = &#39;nagiosadmin&#39;,
# firewall # firewall
Boolean $ae_manage_fw = true, Boolean $ae_manage_fw = true,