From 3f3767c234e2c9e5f60cc3b39548b0a415e46968 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 25 Sep 2008 14:26:36 +0000 Subject: [PATCH] 2008-09-25 Ramon Novoa * include/help/en/help_duplicateconfig.php, include/help/en/help_wminamespace.php: Added to repository. Help files. * godmode/agentes/module_manager_editor_wmi.php, godmode/agentes/manage_config_remote.php: Added help. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1116 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 9 +++++++++ pandora_console/godmode/agentes/manage_config_remote.php | 4 +++- .../godmode/agentes/module_manager_editor_wmi.php | 4 +++- pandora_console/include/help/en/help_duplicateconfig.php | 3 +++ pandora_console/include/help/en/help_wminamespace.php | 3 +++ 5 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 pandora_console/include/help/en/help_duplicateconfig.php create mode 100644 pandora_console/include/help/en/help_wminamespace.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 94930aff2f..9a525bd3a3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,12 @@ +2008-09-25 Ramon Novoa + + * include/help/en/help_duplicateconfig.php, + include/help/en/help_wminamespace.php: Added to repository. Help + files. + + * godmode/agentes/module_manager_editor_wmi.php, + godmode/agentes/manage_config_remote.php: Added help. + 2008-09-25 Sancho Lerena * events.php: Forced a shorten agent name to avoid layout problems. diff --git a/pandora_console/godmode/agentes/manage_config_remote.php b/pandora_console/godmode/agentes/manage_config_remote.php index 494c22e33e..8d6d19c36a 100644 --- a/pandora_console/godmode/agentes/manage_config_remote.php +++ b/pandora_console/godmode/agentes/manage_config_remote.php @@ -96,7 +96,9 @@ if ((isset($_GET["operacion"])) AND ($update_agent == -1) AND ($update_group == echo '

'; // Source agent - echo ''. __('Source agent').'

'; + echo ''. __('Source agent').''; + pandora_help ('duplicateconfig'); + echo '

'; // Show combo with SOURCE agents if ($id_group > 1) diff --git a/pandora_console/godmode/agentes/module_manager_editor_wmi.php b/pandora_console/godmode/agentes/module_manager_editor_wmi.php index 5133723490..fea7b0d1a0 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_wmi.php +++ b/pandora_console/godmode/agentes/module_manager_editor_wmi.php @@ -135,7 +135,9 @@ echo ''; echo ''; echo ''.__('Target IP').""; echo ''; -echo ''.__('Namespace').""; +echo ''.__('Namespace'); +pandora_help("wminamespace"); +echo ""; echo ''; echo ''; diff --git a/pandora_console/include/help/en/help_duplicateconfig.php b/pandora_console/include/help/en/help_duplicateconfig.php new file mode 100644 index 0000000000..d076dc9633 --- /dev/null +++ b/pandora_console/include/help/en/help_duplicateconfig.php @@ -0,0 +1,3 @@ +

Source agent

+ +Only agents that have uploaded their configuration to the server will be shown. diff --git a/pandora_console/include/help/en/help_wminamespace.php b/pandora_console/include/help/en/help_wminamespace.php new file mode 100644 index 0000000000..5c5bb5784c --- /dev/null +++ b/pandora_console/include/help/en/help_wminamespace.php @@ -0,0 +1,3 @@ +

Key string

+ +Optional. WMI namespace. If unsure leave blank. \ No newline at end of file