recommit for updates in build 15

This commit is contained in:
2018-04-29 14:04:51 +02:00
parent 7e8121831d
commit 5636431f0e
2 changed files with 19 additions and 4 deletions

View File

@@ -8,6 +8,21 @@ Changelog of Git Changelog.
<h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/99cb6f049c87f4d">99cb6f049c87f4d</a> Jenkins ConfDroid <i>2018-04-29 11:55:21</i>
<p>
<h3>recommit for updates in build 14</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/9f3ee3f9c283ce3">9f3ee3f9c283ce3</a> Arne Teuke <i>2018-04-29 11:55:14</i>
<p>
<h3>edits checks</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/8b53bf81d897644">8b53bf81d897644</a> Arne Teuke <i>2018-04-29 11:54:27</i>
<p>
<h3>adds grep c[Fheck</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/9a1901749977a7a">9a1901749977a7a</a> Jenkins ConfDroid <i>2018-04-29 11:45:04</i>
<p>
<h3>recommit for updates in build 13</h3>

View File

@@ -215,15 +215,15 @@ class cd_nagios::nagios::resources::resource (
# plugins rule
cd_nagios::nagios::resources::resource_df { &#39;user_rule_plugins&#39;:
ng_user_arg_name =&gt; &#39;user1&#39;,
ng_user_arg_value =&gt; &#39;/usr/lib64/nagios/plugins&#39;,
ng_user_arg_name =&gt; &#39;USER1&#39;,
ng_user_arg_value =&gt; &#39;/usr/lib64/nagios/plugins/&#39;,
ng_user_arg_comment =&gt; &#39;Sets user1 to be the path to the plugins&#39;,
}
# eventhandlers rule
cd_nagios::nagios::resources::resource_df { &#39;user_rule_eventhandlers&#39;:
ng_user_arg_name =&gt; &#39;user2&#39;,
ng_user_arg_value =&gt; &#39;/usr/lib64/nagios/plugins/eventhandlers&#39;,
ng_user_arg_name =&gt; &#39;USER2&#39;,
ng_user_arg_value =&gt; &#39;/usr/lib64/nagios/plugins/eventhandlers/&#39;,
ng_user_arg_comment =&gt; &#39;Sets user2 to be the path to the eventhandlers&#39;,
}
}