2010-11-08 Raúl Mateos <raulofpandora@gmail.com>

* extras/pandoradb_migrate_v3.1_to_v3.2.sql: Updated database schema
	version when updating database.

	* extras/pandora_diag.php: Small update.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3554 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-11-08 14:37:51 +00:00
parent 9421300473
commit aaaeb5de25
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2010-11-08 Raúl Mateos <raulofpandora@gmail.com>
* extras/pandoradb_migrate_v3.1_to_v3.2.sql: Updated database schema
version when updating database.
* extras/pandora_diag.php: Small update.
2010-11-08 Raúl Mateos <raulofpandora@gmail.com>
* pandora_console_install: Updated year/version and link to update script

View File

@ -2,7 +2,7 @@
// Pandora FMS - the Flexible Monitoring System
// ============================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es
// Copyright (c) 2010 Artica Soluciones Tecnologicas, 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
@ -48,7 +48,7 @@ if (!isset($argc))
$console_mode = 0;
if ($console_mode == 1) {
echo "\nPandora FMS PHP diagnostic tool v3.1 (c) Artica ST 2009-2010 \n";
echo "\nPandora FMS PHP diagnostic tool v3.2 (c) Artica ST 2009-2010 \n";
if ($argc == 1 || in_array($argv[1], array('--help', '-help', '-h', '-?'))) {
echo "\nThis command line script gives information about Pandora FMS database.
@ -86,7 +86,7 @@ else {
// Header
print_page_header (__('Pandora FMS Diagnostic tool'), "", false, "", true);
echo "<table with=600 cellpadding=4 cellspacing=4>";
echo "<table with='600px' cellpadding='4' cellspacing='4'>";
echo "<tr><th align=left>".__("Item")."</th>";
echo "<th>".__("Data value")."</th></tr>";
}

View File

@ -142,6 +142,8 @@ ALTER TABLE `tevento` MODIFY COLUMN `user_comment` TEXT NOT NULL;
INSERT INTO tconfig (`token`, `value`) VALUES ('sound_alert', 'include/sounds/air_shock_alarm.wav');
INSERT INTO tconfig (`token`, `value`) VALUES ('sound_critical', 'include/sounds/Star_Trek_emergency_simulation.wav');
INSERT INTO tconfig (`token`, `value`) VALUES ('sound_warning', 'include/sounds/negativebeep.wav');
UPDATE tconfig SET value='3.2RC1' WHERE token = 'db_scheme_version';
UPDATE tconfig SET value='PD101103' WHERE token = 'db_scheme_build';
-- -----------------------------------------------------
-- Table `trecon_script`