recommit for updates in build 8

This commit is contained in:
2018-04-29 12:27:22 +02:00
parent 4f1f6ec716
commit 639d791e98
3 changed files with 30 additions and 3 deletions

View File

@@ -217,14 +217,14 @@ class cd_nagios::nagios::resources::resource (
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_comment => "Sets user1 to be the path to the 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_comment => "Sets user2 to be the path to the eventhandlers",
ng_user_arg_comment => 'Sets user2 to be the path to the eventhandlers',
}
}
}</pre>