recommit for updates in build 15
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -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>
|
||||
|
||||
@@ -215,15 +215,15 @@ class cd_nagios::nagios::resources::resource (
|
||||
# plugins rule
|
||||
|
||||
cd_nagios::nagios::resources::resource_df { 'user_rule_plugins':
|
||||
ng_user_arg_name => 'user1',
|
||||
ng_user_arg_value => '/usr/lib64/nagios/plugins',
|
||||
ng_user_arg_name => 'USER1',
|
||||
ng_user_arg_value => '/usr/lib64/nagios/plugins/',
|
||||
ng_user_arg_comment => 'Sets user1 to be the path to the plugins',
|
||||
}
|
||||
|
||||
# eventhandlers rule
|
||||
cd_nagios::nagios::resources::resource_df { 'user_rule_eventhandlers':
|
||||
ng_user_arg_name => 'user2',
|
||||
ng_user_arg_value => '/usr/lib64/nagios/plugins/eventhandlers',
|
||||
ng_user_arg_name => 'USER2',
|
||||
ng_user_arg_value => '/usr/lib64/nagios/plugins/eventhandlers/',
|
||||
ng_user_arg_comment => 'Sets user2 to be the path to the eventhandlers',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user