Recommit for updates in build 119

This commit is contained in:
Jenkins Server
2026-03-02 00:10:24 +01:00
parent 446fbfdaf3
commit 8bf496683f
2 changed files with 36 additions and 5 deletions

View File

@@ -149,7 +149,20 @@ ng_timep_sunday =&gt; &#39;00:00-00:00&#39;,</code></pre>
42 42
43 43
44 44
45</pre> 45
46
47
48
49
50
51
52
53
54
55
56
57
58</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/nagios/objects/add_timeperiod_rules.pp', line 18</span> <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 =&gt; template($ng_tgt_timep_head_erb), content =&gt; template($ng_tgt_timep_head_erb),
order =&gt; &#39;000&#39;, order =&gt; &#39;000&#39;,
} }
# default timeperiod rule 24x7
confdroid_nagios::nagios::objects::add_timeperiods { &#39;24x7&#39;:
ng_timeperiod_name =&gt; &#39;24x7&#39;,
ng_timeperiod_alias =&gt; &#39;24x7&#39;,
ng_timep_monday =&gt; &#39;00:00-24:00&#39;,
ng_timep_tuesday =&gt; &#39;00:00-24:00&#39;,
ng_timep_wednesday =&gt; &#39;00:00-24:00&#39;,
ng_timep_thursday =&gt; &#39;00:00-24:00&#39;,
ng_timep_friday =&gt; &#39;00:00-24:00&#39;,
ng_timep_saturday =&gt; &#39;00:00-24:00&#39;,
ng_timep_sunday =&gt; &#39;00:00-24:00&#39;,
}
} }
}</pre> }</pre>
</td> </td>

View File

@@ -986,6 +986,11 @@ inherited by all classes except defines.
<em class="default">(defaults to: <tt>&#39;nagiosadmin&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;nagiosadmin&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The members of the default contact group. Default is nagiosadmin.</p>
</div>
</li> </li>
</ul> </ul>
@@ -999,8 +1004,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
105
106
107 107
108 108
109 109
@@ -1171,10 +1174,12 @@ inherited by all classes except defines.
274 274
275 275
276 276
277</pre> 277
278
279</pre>
</td> </td>
<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 ( class confdroid_nagios::params (