diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index d5b7dd9fb3..b8e30c9b1d 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2010-09-24 Sergio Martin + + * util/pandora_manage.pl: Added the apply_policy + help + 2010-09-24 Sergio Martin * lib/PandoraFMS/Tools.pm: Moved the util functions diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index 4b27e05e82..3bd8947f1e 100755 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -544,6 +544,7 @@ sub help_screen{ help_screen_line('--create_incident', ' <description> <origin> <status> <priority 0 for Informative, 1 for Low, 2 for Medium, 3 for Serious, 4 for Very serious or 5 for Maintenance> <group> [<owner>]', 'Create incidents'); help_screen_line('--delete_data', '-m <module_name> <agent_name> | -a <agent_name> | -g <group_name>', 'Delete historic data of a module, the modules of an agent or the modules of the agents of a group'); help_screen_line('--delete_not_policy_modules', '', 'Delete all modules without policy from configuration file'); + help_screen_line('--apply_policy', '<policy_name>', 'Force apply a policy'); print "\n"; exit; }