Recommit for updates in build 36
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>'nagiosadmin'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<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 = '/etc/nagios/conf.d/httpd_service.cfg',
|
String $ae_target_service = '/etc/nagios/conf.d/httpd_service.cfg',
|
||||||
|
String $ae_target_contacts = 'nagiosadmin',
|
||||||
|
|
||||||
# firewall
|
# firewall
|
||||||
Boolean $ae_manage_fw = true,
|
Boolean $ae_manage_fw = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user