// Additions to code for Pandora FMS 1.2 graph code // // 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. // Pandora FMS 1.x uses icons from famfamfam, licensed under CC Atr. 2.5 // Silk icon set 1.3 (cc) Mark James, http://www.famfamfam.com/lab/icons/silk/ // Pandora FMS 1.x uses Pear Image::Graph code //Pandora Version if (!isset($build_version)) $build_version="PC070820"; if (!isset($pandora_version)) $pandora_version="v1.3 Beta 2"; // Database configuration (default ones) //$dbname="pandora13"; // MySQL DataBase //$dbuser="pandora"; // DB User //$dbpassword="pandora"; // Password //$dbhost="localhost"; // MySQL Host // This is used for reporting, please add "/" character at the end //$config_homedir = "/var/www/pandora/"; // Do not display any ERROR //error_reporting(0); // Need to use active console at this moment // Display ALL errors error_reporting(E_ALL); //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. // Please append "/" to the end. $attachment_store=$config_homedir."/attachment/"; // Default font used for graphics (a Free TrueType font included with Pandora FMS) $config_fontpath = $config_homedir."/reporting/FreeSans.ttf"; // Style (pandora by default) $config_style = "pandora"; // Read remaining config tokens from DB if (! mysql_connect($dbhost,$dbuser,$dbpassword)){ //Non-persistent connection. If you want persistent conn change it to mysql_pconnect() exit ('