adds resources

This commit is contained in:
Arne Teuke
2018-04-29 11:57:03 +02:00
parent 6b8ba84bc7
commit ef31189e6f
2 changed files with 5 additions and 5 deletions

View File

@@ -52,16 +52,16 @@ 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_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_name => 'user2',
ng_user_arg_value => '/usr/lib64/nagios/plugins/eventhandlers',
ng_user_arg_comment => "Sets $USER1$ to be the path to the plugins",
ng_user_arg_comment => "Sets user2 to be the path to the eventhandlers",
}
}
}