Welcome to Pandora FMS Community › Forums › Community support › Network Map
-
Network Map
Posted by oglumavd on November 16, 2008 at 21:25Hello,
I am unable to click some of the devices in Network Map mode;
Pandora Agents > Network Map
I also see and error while page loading;
Line: 175
Char:2
Error: Excepted identifier, string or number
Code: 0
URL: http://pandora-svr/pandora_console/index.php?sec=estado&sec2=operation/agentes/networkmap&pure=0Verison: Pandora FMS v2x, VM image
I have about 154 devicesThanks for any help!
manu replied 16 years, 3 months ago 2 Members · 3 Replies -
3 Replies
-
-
::
Hi Manu,
here’s config.php
// Begin of automatic config file
$config[“dbname”]=”removed”; // MySQL DataBase name
$config[“dbuser”]=”removed”; // DB User
$config[“dbpass”]=”removed”; // DB Password
$config[“dbhost”]=”localhost”; // DB Host
$config[“homedir”]=”/var/www/pandora_console”; // Config homedir
$config[“homeurl”]=”/pandora_console”; // Base URL
// End of automatic config file
?>http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list// 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 for version 2.
// 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.
// Database configuration (default ones)// Default values
// $config[“dbname”]=”removed”;
// $config[“dbuser”]=”removed”;
// $config[“dbpass”]=”removed”;
// $config[“dbhost”]=”removed”;// This is used for reporting, please add “/” character at the end
// $config[“homedir”]=”/var/www/pandora_console/”;
// $config[“homeurl”]=”/pandora_console/”;// Do not display any ERROR
error_reporting(E_ALL);// Display ALL errors
// error_reporting(E_ERROR);// This is directory where placed “/attachment” directory, to upload files stores.
// This MUST be writtable by http server user, and should be in pandora root.
// By default, Pandora adds /attachment to this, so by default is the pandora console home dirinclude (“config_process.php”);
Thank you!
-