diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index cda47635ed..ceaca5e0fe 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -13,11 +13,11 @@ # General Parameters # ================== -server_ip 192.168.50.100 +server_ip 15.38.253.104 server_path /opt/pandora_server/data_in -temporal "c:\archivos de programa\pandora\temp" +temporal "D:\temp" interval 1 -agent_name vmware_sancho +agent_name localhost # Module Definition # ================= diff --git a/pandora_console/CHANGELOG b/pandora_console/CHANGELOG index 76190d4d20..76fd4d3792 100644 --- a/pandora_console/CHANGELOG +++ b/pandora_console/CHANGELOG @@ -1,5 +1,9 @@ 2006-07-17 Raul Mateos + * Some headers changed to show the "official" GPL Header info + + * modificar_server.php. Add highlights. Add line before the submit button. Add help. + * configurar_agente.php. Solved small bug that only show the last alert when creating alert in an agent, but the alert was created into database. 2006-07-13 Sancho Lerena @@ -9,7 +13,7 @@ * Some headers changed to show the "official" GPL Header info - * godmode/setup/setup.php: Fixed small bug showing filelist. + * godmode/setup/setup.php. Fixed small bug showing filelist. 2006-07-12 Raul Mateos diff --git a/pandora_console/godmode/admin_access_logs.php b/pandora_console/godmode/admin_access_logs.php index a51b2a8d31..4bf0f84d59 100644 --- a/pandora_console/godmode/admin_access_logs.php +++ b/pandora_console/godmode/admin_access_logs.php @@ -1,4 +1,5 @@ , 2003-2006 -// Raul Mateos , 2004-2006 -?> -, 2003-2006 -// Raul Mateos , 2005-2006 +// Pandora - the Free monitoring system +// ==================================== +// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com +// Copyright (c) 2005-2006 Artica Soluciones Tecnológicas S.L, info@artica.es +// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// Cargamos variables globales +// Load global vars require("include/config.php"); + if (comprueba_login() == 0) { if ((give_acl($id_user, 0, "AR")==1) or (give_acl($id_user,0,"AW")) or (dame_admin($id_user)==1)) { @@ -32,8 +44,7 @@ if (comprueba_login() == 0) { if (isset($_GET["server"])) { $id_server=entrada_limpia($_GET["server"]); echo "

".$lang_label["view_servers"]."

"; - echo "

".$lang_label["update_server"]."

"; - echo "
"; + echo "

".$lang_label["update_server"]." ".$lang_label["help"]."

"; $query="SELECT * FROM tserver WHERE id_server=".$id_server; $result=mysql_query($query); @@ -51,15 +62,16 @@ if (comprueba_login() == 0) { $checksum = $row["checksum"]; $description = $row["description"]; echo '
'; - echo ""; - echo ""; - echo "
".$lang_label["name"].""; - echo "
".$lang_label['ip_address'].""; - echo "
".$lang_label['description'].""; + echo ""; + echo "'; echo '
"; + echo "".$lang_label["name"].""; + echo "
".$lang_label['ip_address'].""; + echo "
".$lang_label['description']."'.$lang_label["no_server"].''; } + echo '
'; echo '
'; } @@ -68,12 +80,11 @@ if (comprueba_login() == 0) { $sql='SELECT * FROM tserver'; echo "

".$lang_label["view_servers"]."

"; - echo "

".$lang_label["manage_servers"]."

"; + echo "

".$lang_label["manage_servers"]." ".$lang_label["help"]."

"; // Connect DataBase $result=mysql_query($sql); - if (mysql_num_rows($result)){ - echo "
"; + if (mysql_num_rows($result)){ echo ""; echo "
".$lang_label["name"]; echo "".$lang_label['status']; @@ -112,7 +123,7 @@ if (comprueba_login() == 0) { } echo "
"; echo "$name"; - echo ""; + echo ""; if ($status ==0){ echo ""; } else {