Recommit for updates in build 119
This commit is contained in:
@@ -149,7 +149,20 @@ ng_timep_sunday => '00:00-00:00',</code></pre>
|
||||
42
|
||||
43
|
||||
44
|
||||
45</pre>
|
||||
45
|
||||
46
|
||||
47
|
||||
48
|
||||
49
|
||||
50
|
||||
51
|
||||
52
|
||||
53
|
||||
54
|
||||
55
|
||||
56
|
||||
57
|
||||
58</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/nagios/objects/add_timeperiod_rules.pp', line 18</span>
|
||||
@@ -180,6 +193,19 @@ class confdroid_nagios::nagios::objects::add_timeperiod_rules (
|
||||
content => template($ng_tgt_timep_head_erb),
|
||||
order => '000',
|
||||
}
|
||||
|
||||
# default timeperiod rule 24x7
|
||||
confdroid_nagios::nagios::objects::add_timeperiods { '24x7':
|
||||
ng_timeperiod_name => '24x7',
|
||||
ng_timeperiod_alias => '24x7',
|
||||
ng_timep_monday => '00:00-24:00',
|
||||
ng_timep_tuesday => '00:00-24:00',
|
||||
ng_timep_wednesday => '00:00-24:00',
|
||||
ng_timep_thursday => '00:00-24:00',
|
||||
ng_timep_friday => '00:00-24:00',
|
||||
ng_timep_saturday => '00:00-24:00',
|
||||
ng_timep_sunday => '00:00-24:00',
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
@@ -986,6 +986,11 @@ inherited by all classes except defines.
|
||||
<em class="default">(defaults to: <tt>'nagiosadmin'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The members of the default contact group. Default is ‘nagiosadmin’.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -999,8 +1004,6 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
105
|
||||
106
|
||||
107
|
||||
108
|
||||
109
|
||||
@@ -1171,10 +1174,12 @@ inherited by all classes except defines.
|
||||
274
|
||||
275
|
||||
276
|
||||
277</pre>
|
||||
277
|
||||
278
|
||||
279</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 105</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 107</span>
|
||||
|
||||
class confdroid_nagios::params (
|
||||
|
||||
|
||||
Reference in New Issue
Block a user