mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
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:
parent
9421300473
commit
aaaeb5de25
@ -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>
|
2010-11-08 Raúl Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* pandora_console_install: Updated year/version and link to update script
|
* pandora_console_install: Updated year/version and link to update script
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// Pandora FMS - the Flexible Monitoring System
|
// 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
|
// Please see http://pandora.sourceforge.net for full contribution list
|
||||||
|
|
||||||
// This program is free software; you can redistribute it and/or
|
// This program is free software; you can redistribute it and/or
|
||||||
@ -48,7 +48,7 @@ if (!isset($argc))
|
|||||||
$console_mode = 0;
|
$console_mode = 0;
|
||||||
|
|
||||||
if ($console_mode == 1) {
|
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', '-?'))) {
|
if ($argc == 1 || in_array($argv[1], array('--help', '-help', '-h', '-?'))) {
|
||||||
echo "\nThis command line script gives information about Pandora FMS database.
|
echo "\nThis command line script gives information about Pandora FMS database.
|
||||||
@ -86,7 +86,7 @@ else {
|
|||||||
// Header
|
// Header
|
||||||
print_page_header (__('Pandora FMS Diagnostic tool'), "", false, "", true);
|
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 "<tr><th align=left>".__("Item")."</th>";
|
||||||
echo "<th>".__("Data value")."</th></tr>";
|
echo "<th>".__("Data value")."</th></tr>";
|
||||||
}
|
}
|
||||||
|
@ -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_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_critical', 'include/sounds/Star_Trek_emergency_simulation.wav');
|
||||||
INSERT INTO tconfig (`token`, `value`) VALUES ('sound_warning', 'include/sounds/negativebeep.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`
|
-- Table `trecon_script`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user