Recommit for updates in build 35
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
</li><li>
|
||||
<p>manage firewall settings (optional)</p>
|
||||
</li><li>
|
||||
<p>manage nagios monitoring (optional)</p>
|
||||
<p>manage nagios monitoring for the service (optional)</p>
|
||||
</li></ul>
|
||||
|
||||
<p>Maintenance</p>
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
</li><li>
|
||||
<p>manage firewall settings (optional)</p>
|
||||
</li><li>
|
||||
<p>manage nagios monitoring (optional)</p>
|
||||
<p>manage nagios monitoring for the service (optional)</p>
|
||||
</li></ul>
|
||||
|
||||
<p>Maintenance</p>
|
||||
|
||||
@@ -118,11 +118,7 @@
|
||||
20
|
||||
21
|
||||
22
|
||||
23
|
||||
24
|
||||
25
|
||||
26
|
||||
27</pre>
|
||||
23</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/monitoring/target.pp', line 6</span>
|
||||
@@ -130,10 +126,7 @@
|
||||
class confdroid_apache::monitoring::target (
|
||||
|
||||
) inherits confdroid_apache::params {
|
||||
case $ae_incl_target {
|
||||
false: { notify { 'Nagios Service target for check_httpd has been disabled via parameters / ENC override': }
|
||||
}
|
||||
default: {
|
||||
if $ae_incl_target == true {
|
||||
@@nagios_service { "check_http_${fqdn}":
|
||||
check_command => 'check_http',
|
||||
use => 'generic-service',
|
||||
@@ -147,7 +140,6 @@ class confdroid_apache::monitoring::target (
|
||||
contacts => 'ops',
|
||||
}
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user