diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index 018d5d4b34..3257135722 100644 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -193,6 +193,13 @@ sub help_screen{ print "\nSETUP:\n\n" unless $param ne ''; help_screen_line('--set_event_storm_protection', '', "Enable (1) or disable (0) event \n\t storm protection"); + print "\nOTHERS:\n\n" unless $param ne ''; + help_screen_line('--meta_get_agent_group', ' ', 'Return the group name of the agent.'); + help_screen_line('--meta_get_agent_group_id', ' ', 'Return the group id of the agent.'); + help_screen_line('--meta_delete_agent', ' ', 'Delete an agent on metaconsole and node.'); + help_screen_line('--meta_locate_agent', ' ', 'Return the id of the node that manages the agent.'); + help_screen_line('--meta_set_create_group', ' ( | "|")', 'Create group and return the id of the new group.'); + print "\n"; exit; }