2008-04-07 00:18:33 +02:00
|
|
|
-- Pandora FMS - the Free Monitoring System
|
|
|
|
-- ========================================
|
|
|
|
-- Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es
|
|
|
|
-- Please see http://pandora.sourceforge.net for full contribution list
|
2008-02-21 16:16:54 +01:00
|
|
|
|
2008-04-07 00:18:33 +02:00
|
|
|
-- 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.
|
|
|
|
|
|
|
|
-- PLEASE NO NOT USE MULTILINE COMMENTS
|
|
|
|
-- Because Pandora Installer don't understand them
|
|
|
|
-- and fails creating database !!!
|
2008-01-10 17:40:00 +01:00
|
|
|
--------------------------------------------------------------
|
2008-03-26 17:47:39 +01:00
|
|
|
-- Pandora FMS official tables for 2.0 version --
|
2008-01-10 17:40:00 +01:00
|
|
|
--------------------------------------------------------------
|
2007-03-12 18:58:52 +01:00
|
|
|
|
|
|
|
CREATE TABLE `taddress` (
|
|
|
|
`id_a` bigint(20) unsigned NOT NULL auto_increment,
|
|
|
|
`ip` varchar(15) NOT NULL default '',
|
|
|
|
`ip_pack` int(10) unsigned NOT NULL default '0',
|
|
|
|
PRIMARY KEY (`id_a`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
CREATE TABLE `taddress_agent` (
|
|
|
|
`id_ag` bigint(20) unsigned NOT NULL auto_increment,
|
|
|
|
`id_a` bigint(20) unsigned NOT NULL default '0',
|
|
|
|
`id_agent` mediumint(8) unsigned NOT NULL default '0',
|
|
|
|
PRIMARY KEY (`id_ag`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tagent_access` (
|
|
|
|
`id_ac` bigint(20) unsigned NOT NULL auto_increment,
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_agent` int(11) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
2007-03-12 18:58:52 +01:00
|
|
|
`utimestamp` bigint(20) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_ac`),
|
2007-04-18 11:58:26 +02:00
|
|
|
KEY `agent_index` (`id_agent`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tagente` (
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_agente` mediumint(8) unsigned NOT NULL auto_increment,
|
2006-03-27 05:37:27 +02:00
|
|
|
`nombre` varchar(100) NOT NULL default '',
|
|
|
|
`direccion` varchar(100) default '',
|
|
|
|
`comentarios` varchar(255) default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_grupo` int(10) unsigned NOT NULL default '0',
|
2007-04-18 19:17:06 +02:00
|
|
|
`ultimo_contacto` datetime NOT NULL default '0000-00-00 00:00:00',
|
2007-03-12 18:58:52 +01:00
|
|
|
`modo` tinyint(1) NOT NULL default '0',
|
2007-03-28 16:51:39 +02:00
|
|
|
`intervalo` int(11) NOT NULL default '300',
|
|
|
|
`id_os` int(10) unsigned default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`os_version` varchar(100) default '',
|
|
|
|
`agent_version` varchar(100) default '',
|
|
|
|
`ultimo_contacto_remoto` datetime default '0000-00-00 00:00:00',
|
2007-03-12 18:58:52 +01:00
|
|
|
`disabled` tinyint(2) NOT NULL default '0',
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
`id_network_server` int(4) unsigned default '0',
|
|
|
|
`id_plugin_server` int(4) unsigned default '0',
|
|
|
|
`id_prediction_server` int(4) unsigned default '0',
|
|
|
|
`id_wmi_server` int(4) unsigned default '0',
|
2008-01-10 17:40:00 +01:00
|
|
|
`id_parent` mediumint(8) unsigned default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_agente`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tagente_datos` (
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_agente_datos` bigint(10) unsigned NOT NULL auto_increment,
|
|
|
|
`id_agente_modulo` mediumint(8) unsigned NOT NULL default '0',
|
2006-09-21 18:30:34 +02:00
|
|
|
`datos` double(18,2) default NULL,
|
2006-03-27 05:37:27 +02:00
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
2007-02-22 16:47:58 +01:00
|
|
|
`id_agente` mediumint(8) unsigned NOT NULL default '0',
|
2007-03-12 18:58:52 +01:00
|
|
|
`utimestamp` int(10) unsigned default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_agente_datos`),
|
2008-04-09 16:50:15 +02:00
|
|
|
KEY `data_index2` (`id_agente`,`id_agente_modulo`),
|
|
|
|
KEY `data_index1` (`id_agente_modulo`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2008-01-10 17:40:00 +01:00
|
|
|
CREATE TABLE `tagent_data_image` (
|
|
|
|
`id` bigint(20) unsigned NOT NULL auto_increment,
|
2008-02-25 19:08:52 +01:00
|
|
|
`id_agent_module` mediumint(8) unsigned NOT NULL default '0',
|
|
|
|
`id_agent` mediumint(8) unsigned NOT NULL default '0',
|
2008-02-21 16:16:54 +01:00
|
|
|
`blob` mediumblob NOT NULL,
|
2008-01-10 17:40:00 +01:00
|
|
|
`filename` varchar(255) default '',
|
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
`utimestamp` int(10) unsigned default '0',
|
|
|
|
PRIMARY KEY (`id`),
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
KEY `img_idx1` (`id_agent`,`id_agent_module`)
|
2008-01-10 17:40:00 +01:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tagente_datos_inc` (
|
|
|
|
`id_adi` bigint(20) unsigned NOT NULL auto_increment,
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_agente_modulo` bigint(20) NOT NULL default '0',
|
2007-12-13 23:51:37 +01:00
|
|
|
`datos` double(18,2) default NULL,
|
2006-03-27 05:37:27 +02:00
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
2007-05-20 19:12:31 +02:00
|
|
|
`utimestamp` int(10) unsigned default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_adi`),
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
KEY `data_inc_index_1` (`id_agente_modulo`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tagente_datos_string` (
|
|
|
|
`id_tagente_datos_string` bigint(20) unsigned NOT NULL auto_increment,
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_agente_modulo` int(11) NOT NULL default '0',
|
2008-02-21 16:16:54 +01:00
|
|
|
`datos` text NOT NULL,
|
2006-03-27 05:37:27 +02:00
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_agente` bigint(4) unsigned NOT NULL default '0',
|
2007-03-28 16:51:39 +02:00
|
|
|
`utimestamp` int(10) unsigned NOT NULL default 0,
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_tagente_datos_string`),
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
KEY `data_string_index_1` (`id_agente`,`id_agente_modulo`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tagente_estado` (
|
|
|
|
`id_agente_estado` int(10) unsigned NOT NULL auto_increment,
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_agente_modulo` int(20) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`datos` varchar(255) NOT NULL default '',
|
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
2007-03-12 18:58:52 +01:00
|
|
|
`cambio` int(11) NOT NULL default '0',
|
|
|
|
`estado` int(11) NOT NULL default '0',
|
|
|
|
`id_agente` int(11) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`last_try` datetime default NULL,
|
2007-03-12 18:58:52 +01:00
|
|
|
`utimestamp` bigint(20) NOT NULL default '0',
|
|
|
|
`current_interval` int(10) unsigned NOT NULL default '0',
|
2007-03-28 16:51:39 +02:00
|
|
|
`running_by` int(10) unsigned NULL default 0,
|
2007-07-18 20:01:06 +02:00
|
|
|
`last_execution_try` bigint(20) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_agente_estado`),
|
2007-03-12 18:58:52 +01:00
|
|
|
KEY `status_index_1` (`id_agente_modulo`),
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
KEY `status_index_2` (`id_agente_modulo`,`estado`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-28 16:51:39 +02:00
|
|
|
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
/*
|
|
|
|
|
|
|
|
id_modulo now uses tmodule
|
|
|
|
|
|
|
|
1 - Data server modules (agent related modules)
|
|
|
|
2 - Network server modules
|
|
|
|
4 - Plugin server
|
|
|
|
5 - Predictive server
|
|
|
|
6 - WMI server
|
|
|
|
|
|
|
|
*/
|
2007-04-18 11:58:26 +02:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tagente_modulo` (
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
`id_agente_modulo` bigint(14) unsigned NOT NULL auto_increment,
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_agente` int(11) NOT NULL default '0',
|
|
|
|
`id_tipo_modulo` int(11) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`descripcion` varchar(100) NOT NULL default '',
|
|
|
|
`nombre` varchar(100) NOT NULL default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`max` bigint(20) default '0',
|
|
|
|
`min` bigint(20) default '0',
|
|
|
|
`module_interval` int(4) unsigned default '0',
|
|
|
|
`tcp_port` int(4) unsigned default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`tcp_send` varchar(150) default '',
|
|
|
|
`tcp_rcv` varchar(100) default '',
|
|
|
|
`snmp_community` varchar(100) default '',
|
|
|
|
`snmp_oid` varchar(255) default '0',
|
|
|
|
`ip_target` varchar(100) default '',
|
|
|
|
`id_module_group` int(4) unsigned default '0',
|
2007-03-23 13:35:50 +01:00
|
|
|
`flag` tinyint(3) unsigned default '1',
|
2007-03-28 16:51:39 +02:00
|
|
|
`id_modulo` int(11) unsigned NULL default 0,
|
2007-12-17 00:56:31 +01:00
|
|
|
`disabled` tinyint(3) unsigned default '0',
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
`id_export` tinyint(3) unsigned default '0',
|
|
|
|
`plugin_user` varchar(250) default '',
|
|
|
|
`plugin_pass` varchar(250) default '',
|
|
|
|
`plugin_parameter` text default '',
|
|
|
|
`id_plugin` int(11) default '0',
|
|
|
|
`post_process` double(18,2) default NULL,
|
|
|
|
`prediction_module` bigint(14) default '0',
|
|
|
|
`max_timeout` tinyint(3) unsigned default '0',
|
2007-03-28 16:51:39 +02:00
|
|
|
PRIMARY KEY (`id_agente_modulo`, `id_agente`),
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
KEY `tam_agente` (`id_agente`),
|
|
|
|
KEY `tam_plugin` (`id_plugin`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
-- snmp_oid is also used for WMI query
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `talert_snmp` (
|
|
|
|
`id_as` int(10) unsigned NOT NULL auto_increment,
|
|
|
|
`id_alert` int(10) unsigned NOT NULL default '0',
|
|
|
|
`al_field1` varchar(100) NOT NULL default '',
|
|
|
|
`al_field2` varchar(255) NOT NULL default '',
|
|
|
|
`al_field3` varchar(255) NOT NULL default '',
|
|
|
|
`description` varchar(255) default '',
|
|
|
|
`alert_type` int(2) unsigned NOT NULL default '0',
|
|
|
|
`agent` varchar(100) default '',
|
|
|
|
`custom_oid` varchar(200) default '',
|
|
|
|
`oid` varchar(255) NOT NULL default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`time_threshold` int(11) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`times_fired` int(2) unsigned NOT NULL default '0',
|
2007-04-18 19:17:06 +02:00
|
|
|
`last_fired` datetime NOT NULL default '0000-00-00 00:00:00',
|
2007-03-12 18:58:52 +01:00
|
|
|
`max_alerts` int(11) NOT NULL default '1',
|
|
|
|
`min_alerts` int(11) NOT NULL default '1',
|
2006-03-27 05:37:27 +02:00
|
|
|
`internal_counter` int(2) unsigned NOT NULL default '0',
|
2008-06-13 Sancho Lerena <slerena@gmail.com>
* index.php: Added pure (Fullscreen). HTML code cleanup and user session.
* pandoradb.sql: talert_snmp: Added priority field.
* pandoradb_data.sql: Changes default values in talerta. tconfig_os, tgrupo
and some links.
* header.php: Fixed some user session management.
* logon_ok.php: New design for welcome screen, odometer is over.
* menu.php, godmode/menu.php: Some ACL improvements.
* agent_disk_conf_editor.php: Minor fix in view link.
* configurar_agente.php, agent_manager.php: Added parent combo and better
ACL checks. New remote configuration control for get timestamp info of
config file.
* modify_alert.php: Changes to use new internal Mail alert.
* config.php: Some items moved to config_process. (font, attachment and
default style).
* functions.php: Added form_agent_combo(), form_event_type_combo(),
form_priority() and return_priority() functions.
* functions_db.php: Added smal_event_table() to render a variable table
with latest events (filtered).
* pandora.css. Added pure and priority colors.
* estado_alertas.php: Fixed ACL problems.
* stado_generalagente.php: Graph of modules now represents modules that
has generated events. Old graph is not used anymore. Also display parent.
* estado_grupo.php: Border of boxes is now thicker.
* tactical.php: New screen, almost all code changed. Odometer is not used
anymore, added some new items, like module LAG meter, module sanity, and
other general metrics.
* ver_agente.php: Now renders also event for each agent view. Alert manual
validation generate a new event.
* events.php: New event system. 90% new code. A LOT of new features,
including full screen, coloured (by priority) and filters by six fields.
* snmp_alert.php: Added support for alert priority.
* operation/users/user.php: No longer a user with UM privileges could
see any other user.
* render_view.php: Added fullscreen support for visual maps.
* fgraph.php: Added support for session checking in graphs (at least!).
New graphics for events (some changed it's function like events by group),
and feature added to progress GD implementation.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@860 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-06-13 18:59:54 +02:00
|
|
|
`priority` tinyint(4) default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_as`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `talerta` (
|
|
|
|
`id_alerta` int(10) unsigned NOT NULL auto_increment,
|
|
|
|
`nombre` varchar(100) NOT NULL default '',
|
2008-04-01 15:53:11 +02:00
|
|
|
`comando` varchar(255) default '',
|
2006-03-27 05:37:27 +02:00
|
|
|
`descripcion` varchar(255) default '',
|
|
|
|
PRIMARY KEY (`id_alerta`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
2008-03-26 17:47:39 +01:00
|
|
|
CREATE TABLE `tcompound_alert` (
|
|
|
|
`id` int(11) unsigned NOT NULL auto_increment,
|
|
|
|
`id_aam` int(11) NOT NULL default '0',
|
|
|
|
`operation` enum('NOP', 'AND','OR','XOR','NAND','NOR','NXOR'),
|
|
|
|
PRIMARY KEY (`id`, `id_aam`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2008-02-21 16:16:54 +01:00
|
|
|
|
|
|
|
CREATE TABLE `talerta_agente_modulo` (
|
|
|
|
`id_aam` int(11) unsigned NOT NULL auto_increment,
|
|
|
|
`id_agente_modulo` int(11) NOT NULL default '0',
|
|
|
|
`id_alerta` int(11) NOT NULL default '0',
|
|
|
|
`al_campo1` varchar(255) default '',
|
|
|
|
`al_campo2` varchar(255) default '',
|
|
|
|
`al_campo3` mediumtext NOT NULL,
|
|
|
|
`descripcion` varchar(255) default '',
|
|
|
|
`dis_max` double(18,2) default NULL,
|
|
|
|
`dis_min` double(18,2) default NULL,
|
|
|
|
`time_threshold` int(11) NOT NULL default '0',
|
|
|
|
`last_fired` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
`max_alerts` int(4) NOT NULL default '1',
|
|
|
|
`times_fired` int(11) NOT NULL default '0',
|
|
|
|
`module_type` int(11) NOT NULL default '0',
|
|
|
|
`min_alerts` int(4) NOT NULL default '0',
|
|
|
|
`internal_counter` int(4) default '0',
|
|
|
|
`alert_text` varchar(255) default '',
|
|
|
|
`disable` int(4) default '0',
|
|
|
|
`time_from` TIME default '00:00:00',
|
|
|
|
`time_to` TIME default '00:00:00',
|
2008-03-26 17:47:39 +01:00
|
|
|
`id_agent` int(11) default NULL,
|
2008-04-03 17:43:34 +02:00
|
|
|
`monday` tinyint(3) default '1',
|
|
|
|
`tuesday` tinyint(3) default '1',
|
|
|
|
`wednesday` tinyint(3) default '1',
|
|
|
|
`thursday` tinyint(3) default '1',
|
|
|
|
`friday` tinyint(3) default '1',
|
|
|
|
`saturday` tinyint(3) default '1',
|
|
|
|
`sunday` tinyint(3) default '1',
|
2008-03-26 17:47:39 +01:00
|
|
|
`recovery_notify` tinyint(3) default '0',
|
2008-04-03 17:43:34 +02:00
|
|
|
`priority` tinyint(4) default '0',
|
|
|
|
`al_f2_recovery` varchar(255) NOT NULL default '',
|
|
|
|
`al_f3_recovery` mediumtext NOT NULL default '',
|
2008-02-21 16:16:54 +01:00
|
|
|
PRIMARY KEY (`id_aam`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
2008-04-01 15:53:11 +02:00
|
|
|
|
2008-06-13 Sancho Lerena <slerena@gmail.com>
* index.php: Added pure (Fullscreen). HTML code cleanup and user session.
* pandoradb.sql: talert_snmp: Added priority field.
* pandoradb_data.sql: Changes default values in talerta. tconfig_os, tgrupo
and some links.
* header.php: Fixed some user session management.
* logon_ok.php: New design for welcome screen, odometer is over.
* menu.php, godmode/menu.php: Some ACL improvements.
* agent_disk_conf_editor.php: Minor fix in view link.
* configurar_agente.php, agent_manager.php: Added parent combo and better
ACL checks. New remote configuration control for get timestamp info of
config file.
* modify_alert.php: Changes to use new internal Mail alert.
* config.php: Some items moved to config_process. (font, attachment and
default style).
* functions.php: Added form_agent_combo(), form_event_type_combo(),
form_priority() and return_priority() functions.
* functions_db.php: Added smal_event_table() to render a variable table
with latest events (filtered).
* pandora.css. Added pure and priority colors.
* estado_alertas.php: Fixed ACL problems.
* stado_generalagente.php: Graph of modules now represents modules that
has generated events. Old graph is not used anymore. Also display parent.
* estado_grupo.php: Border of boxes is now thicker.
* tactical.php: New screen, almost all code changed. Odometer is not used
anymore, added some new items, like module LAG meter, module sanity, and
other general metrics.
* ver_agente.php: Now renders also event for each agent view. Alert manual
validation generate a new event.
* events.php: New event system. 90% new code. A LOT of new features,
including full screen, coloured (by priority) and filters by six fields.
* snmp_alert.php: Added support for alert priority.
* operation/users/user.php: No longer a user with UM privileges could
see any other user.
* render_view.php: Added fullscreen support for visual maps.
* fgraph.php: Added support for session checking in graphs (at least!).
New graphics for events (some changed it's function like events by group),
and feature added to progress GD implementation.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@860 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-06-13 18:59:54 +02:00
|
|
|
-- Priority : 0 - Maintance (grey)
|
|
|
|
-- Priority : 1 - Low (green)
|
|
|
|
-- Priority : 2 - Normal (blue)
|
|
|
|
-- Priority : 3 - Warning (yellow)
|
|
|
|
-- Priority : 4 - Critical (red)
|
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tattachment` (
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_attachment` bigint(20) unsigned NOT NULL auto_increment,
|
|
|
|
`id_incidencia` bigint(20) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`id_usuario` varchar(60) NOT NULL default '',
|
|
|
|
`filename` varchar(255) NOT NULL default '',
|
|
|
|
`description` varchar(150) default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`size` bigint(20) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_attachment`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tconfig` (
|
|
|
|
`id_config` int(10) unsigned NOT NULL auto_increment,
|
|
|
|
`token` varchar(100) NOT NULL default '',
|
|
|
|
`value` varchar(100) NOT NULL default '',
|
|
|
|
PRIMARY KEY (`id_config`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tconfig_os` (
|
|
|
|
`id_os` int(10) unsigned NOT NULL auto_increment,
|
|
|
|
`name` varchar(100) NOT NULL default '',
|
|
|
|
`description` varchar(250) default '',
|
|
|
|
`icon_name` varchar(100) default '',
|
|
|
|
PRIMARY KEY (`id_os`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tevento` (
|
|
|
|
`id_evento` bigint(20) unsigned NOT NULL auto_increment,
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_agente` bigint(20) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`id_usuario` varchar(60) NOT NULL default '0',
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_grupo` bigint(20) NOT NULL default '0',
|
|
|
|
`estado` int(10) unsigned NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
`evento` varchar(255) NOT NULL default '',
|
2007-03-28 15:08:10 +02:00
|
|
|
`utimestamp` bigint(20) unsigned NOT NULL default '0',
|
2008-06-09 12:48:11 +02:00
|
|
|
`event_type` ENUM('unknown', 'monitor_up', 'monitor_down', 'alert_fired', 'alert_recovered', 'alert_ceased', 'alert_manual_validation', 'recon_host_detected', 'system', 'error') default 'unknown',
|
|
|
|
`id_agentmodule` bigint(20) NOT NULL default '0',
|
|
|
|
`id_alert_am` bigint(20) NOT NULL default '0',
|
|
|
|
`criticity` int(4) unsigned NOT NULL default 0,
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_evento`),
|
2007-03-12 18:58:52 +01:00
|
|
|
KEY `indice_1` (`id_agente`,`id_evento`),
|
2008-02-25 19:08:52 +01:00
|
|
|
KEY `indice_2` (`utimestamp`,`id_evento`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2008-06-13 Sancho Lerena <slerena@gmail.com>
* index.php: Added pure (Fullscreen). HTML code cleanup and user session.
* pandoradb.sql: talert_snmp: Added priority field.
* pandoradb_data.sql: Changes default values in talerta. tconfig_os, tgrupo
and some links.
* header.php: Fixed some user session management.
* logon_ok.php: New design for welcome screen, odometer is over.
* menu.php, godmode/menu.php: Some ACL improvements.
* agent_disk_conf_editor.php: Minor fix in view link.
* configurar_agente.php, agent_manager.php: Added parent combo and better
ACL checks. New remote configuration control for get timestamp info of
config file.
* modify_alert.php: Changes to use new internal Mail alert.
* config.php: Some items moved to config_process. (font, attachment and
default style).
* functions.php: Added form_agent_combo(), form_event_type_combo(),
form_priority() and return_priority() functions.
* functions_db.php: Added smal_event_table() to render a variable table
with latest events (filtered).
* pandora.css. Added pure and priority colors.
* estado_alertas.php: Fixed ACL problems.
* stado_generalagente.php: Graph of modules now represents modules that
has generated events. Old graph is not used anymore. Also display parent.
* estado_grupo.php: Border of boxes is now thicker.
* tactical.php: New screen, almost all code changed. Odometer is not used
anymore, added some new items, like module LAG meter, module sanity, and
other general metrics.
* ver_agente.php: Now renders also event for each agent view. Alert manual
validation generate a new event.
* events.php: New event system. 90% new code. A LOT of new features,
including full screen, coloured (by priority) and filters by six fields.
* snmp_alert.php: Added support for alert priority.
* operation/users/user.php: No longer a user with UM privileges could
see any other user.
* render_view.php: Added fullscreen support for visual maps.
* fgraph.php: Added support for session checking in graphs (at least!).
New graphics for events (some changed it's function like events by group),
and feature added to progress GD implementation.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@860 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-06-13 18:59:54 +02:00
|
|
|
-- Criticity: 0 - Maintance (grey)
|
|
|
|
-- Criticity: 1 - Low (green)
|
|
|
|
-- Criticity: 2 - Normal (blue)
|
|
|
|
-- Criticity: 3 - Warning (yellow)
|
|
|
|
-- Criticity: 4 - Critical (red)
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tgrupo` (
|
|
|
|
`id_grupo` mediumint(8) unsigned NOT NULL auto_increment,
|
|
|
|
`nombre` varchar(100) NOT NULL default '',
|
|
|
|
`icon` varchar(50) default NULL,
|
2007-03-12 18:58:52 +01:00
|
|
|
`parent` tinyint(4) NOT NULL default '-1',
|
2007-05-01 15:34:03 +02:00
|
|
|
`disabled` tinyint(4) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_grupo`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tincidencia` (
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_incidencia` bigint(20) unsigned NOT NULL auto_increment,
|
2006-03-27 05:37:27 +02:00
|
|
|
`inicio` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
`cierre` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
`titulo` varchar(100) NOT NULL default '',
|
|
|
|
`descripcion` mediumtext NOT NULL,
|
|
|
|
`id_usuario` varchar(100) NOT NULL default '',
|
|
|
|
`origen` varchar(100) NOT NULL default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`estado` int(11) NOT NULL default '0',
|
|
|
|
`prioridad` int(11) NOT NULL default '0',
|
|
|
|
`id_grupo` mediumint(9) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`actualizacion` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
`id_creator` varchar(60) default NULL,
|
2007-04-13 20:47:58 +02:00
|
|
|
`notify_email` TINYINT UNSIGNED NOT NULL DEFAULT 0,
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_incidencia`),
|
|
|
|
KEY `incident_index_1` (`id_usuario`,`id_incidencia`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tlanguage` (
|
2007-03-19 22:27:10 +01:00
|
|
|
`id_language` varchar(6) NOT NULL default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`name` varchar(100) NOT NULL default '',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_language`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tlink` (
|
|
|
|
`id_link` int(10) unsigned zerofill NOT NULL auto_increment,
|
|
|
|
`name` varchar(100) NOT NULL default '',
|
|
|
|
`link` varchar(255) NOT NULL default '',
|
|
|
|
PRIMARY KEY (`id_link`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tmensajes` (
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_mensaje` bigint(20) unsigned NOT NULL auto_increment,
|
2006-03-27 05:37:27 +02:00
|
|
|
`id_usuario_origen` varchar(100) NOT NULL default '',
|
|
|
|
`id_usuario_destino` varchar(100) NOT NULL default '',
|
|
|
|
`mensaje` tinytext NOT NULL,
|
2007-04-18 19:17:06 +02:00
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
2006-03-27 05:37:27 +02:00
|
|
|
`subject` varchar(255) NOT NULL default '',
|
|
|
|
`estado` int(10) unsigned NOT NULL default '0',
|
2007-03-12 18:58:52 +01:00
|
|
|
PRIMARY KEY (`id_mensaje`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tmodule_group` (
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_mg` bigint(20) unsigned NOT NULL auto_increment,
|
2006-03-27 05:37:27 +02:00
|
|
|
`name` varchar(150) NOT NULL default '',
|
|
|
|
PRIMARY KEY (`id_mg`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
CREATE TABLE `tnetwork_component` (
|
|
|
|
`id_nc` mediumint(12) unsigned NOT NULL auto_increment,
|
|
|
|
`name` varchar(50) NOT NULL,
|
|
|
|
`description` varchar(250) default NULL,
|
|
|
|
`id_group` mediumint(9) NOT NULL default '1',
|
|
|
|
`type` smallint(6) NOT NULL default '6',
|
|
|
|
`max` bigint(20) NOT NULL default '0',
|
|
|
|
`min` bigint(20) NOT NULL default '0',
|
|
|
|
`module_interval` mediumint(8) unsigned NOT NULL default '0',
|
|
|
|
`tcp_port` int(10) unsigned NOT NULL default '0',
|
|
|
|
`tcp_send` varchar(255) NOT NULL,
|
|
|
|
`tcp_rcv` varchar(255) NOT NULL default 'NULL',
|
|
|
|
`snmp_community` varchar(255) NOT NULL default 'NULL',
|
|
|
|
`snmp_oid` varchar(400) NOT NULL,
|
|
|
|
`id_module_group` tinyint(4) NOT NULL default '0',
|
|
|
|
PRIMARY KEY (`id_nc`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
CREATE TABLE `tnetwork_component_group` (
|
|
|
|
`id_sg` mediumint(8) unsigned NOT NULL auto_increment,
|
|
|
|
`name` varchar(200) NOT NULL default '',
|
|
|
|
`parent` mediumint(9) NOT NULL default '0',
|
|
|
|
PRIMARY KEY (`id_sg`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
CREATE TABLE `tnetwork_profile` (
|
|
|
|
`id_np` mediumint(8) unsigned NOT NULL auto_increment,
|
|
|
|
`name` varchar(100) NOT NULL default '',
|
|
|
|
`description` varchar(250) default '',
|
|
|
|
PRIMARY KEY (`id_np`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
CREATE TABLE `tnetwork_profile_component` (
|
|
|
|
`id_npc` mediumint(8) unsigned NOT NULL auto_increment,
|
|
|
|
`id_nc` mediumint(8) unsigned NOT NULL default '0',
|
|
|
|
`id_np` mediumint(8) unsigned NOT NULL default '0',
|
|
|
|
PRIMARY KEY (`id_npc`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tnota` (
|
|
|
|
`id_nota` mediumint(8) unsigned NOT NULL auto_increment,
|
|
|
|
`id_usuario` varchar(100) NOT NULL default '0',
|
|
|
|
`timestamp` tinyblob NOT NULL,
|
|
|
|
`nota` mediumtext NOT NULL,
|
|
|
|
PRIMARY KEY (`id_nota`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tnota_inc` (
|
|
|
|
`id_nota_inc` mediumint(8) unsigned NOT NULL auto_increment,
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_incidencia` mediumint(9) NOT NULL default '0',
|
|
|
|
`id_nota` mediumint(9) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_nota_inc`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `torigen` (
|
|
|
|
`origen` varchar(100) NOT NULL default ''
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tperfil` (
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_perfil` int(10) unsigned NOT NULL auto_increment,
|
2006-03-27 05:37:27 +02:00
|
|
|
`name` varchar(60) NOT NULL default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`incident_edit` int(11) NOT NULL default '0',
|
|
|
|
`incident_view` int(11) NOT NULL default '0',
|
|
|
|
`incident_management` int(11) NOT NULL default '0',
|
|
|
|
`agent_view` int(11) NOT NULL default '0',
|
|
|
|
`agent_edit` int(11) NOT NULL default '0',
|
|
|
|
`alert_edit` int(11) NOT NULL default '0',
|
|
|
|
`user_management` int(11) NOT NULL default '0',
|
|
|
|
`db_management` int(11) NOT NULL default '0',
|
|
|
|
`alert_management` int(11) NOT NULL default '0',
|
|
|
|
`pandora_management` int(11) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_perfil`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
2007-03-12 18:58:52 +01:00
|
|
|
CREATE TABLE `trecon_task` (
|
|
|
|
`id_rt` int(10) unsigned NOT NULL auto_increment,
|
|
|
|
`name` varchar(100) NOT NULL default '',
|
|
|
|
`description` varchar(250) NOT NULL default '',
|
|
|
|
`type` tinyint(3) unsigned NOT NULL default '0',
|
2007-03-28 15:08:10 +02:00
|
|
|
`subnet` varchar(64) NOT NULL default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_network_server` int(10) unsigned NOT NULL default '0',
|
|
|
|
`id_network_profile` int(10) unsigned NOT NULL default '0',
|
|
|
|
`create_incident` tinyint(3) unsigned NOT NULL default '0',
|
|
|
|
`id_group` int(10) unsigned NOT NULL default '1',
|
|
|
|
`utimestamp` bigint(20) unsigned NOT NULL default '0',
|
|
|
|
`status` tinyint(4) NOT NULL default '0',
|
2007-03-28 15:08:10 +02:00
|
|
|
`interval_sweep` int(10) unsigned NOT NULL default '0',
|
|
|
|
`id_network_server_assigned` int(10) unsigned NOT NULL default '0',
|
2008-03-26 17:47:39 +01:00
|
|
|
`extended_info` varchar(250) default NULL,
|
|
|
|
`extended_value` varchar(250) default NULL,
|
2007-03-12 18:58:52 +01:00
|
|
|
PRIMARY KEY (`id_rt`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
CREATE TABLE `tserver` (
|
|
|
|
`id_server` int(10) unsigned NOT NULL auto_increment,
|
|
|
|
`name` varchar(100) NOT NULL default '',
|
|
|
|
`ip_address` varchar(100) NOT NULL default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`status` int(11) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`laststart` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
`keepalive` datetime NOT NULL default '0000-00-00 00:00:00',
|
2007-03-12 18:58:52 +01:00
|
|
|
`snmp_server` tinyint(3) unsigned NOT NULL default '0',
|
|
|
|
`network_server` tinyint(3) unsigned NOT NULL default '0',
|
|
|
|
`data_server` tinyint(3) unsigned NOT NULL default '0',
|
|
|
|
`master` tinyint(3) unsigned NOT NULL default '0',
|
|
|
|
`checksum` tinyint(3) unsigned NOT NULL default '0',
|
|
|
|
`description` varchar(255) default NULL,
|
|
|
|
`recon_server` tinyint(3) unsigned NOT NULL default '0',
|
2007-03-28 15:08:10 +02:00
|
|
|
`version` varchar(20) NOT NULL default '',
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
`plugin_server` tinyint(3) unsigned NOT NULL default '0',
|
|
|
|
`prediction_server` tinyint(3) unsigned NOT NULL default '0',
|
|
|
|
`wmi_server` tinyint(3) unsigned NOT NULL default '0',
|
|
|
|
`export_server` tinyint(3) unsigned NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`id_server`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tsesion` (
|
|
|
|
`ID_sesion` bigint(4) unsigned NOT NULL auto_increment,
|
|
|
|
`ID_usuario` varchar(60) NOT NULL default '0',
|
|
|
|
`IP_origen` varchar(100) NOT NULL default '',
|
|
|
|
`accion` varchar(100) NOT NULL default '',
|
|
|
|
`descripcion` varchar(200) NOT NULL default '',
|
|
|
|
`fecha` datetime NOT NULL default '0000-00-00 00:00:00',
|
2007-03-28 15:08:10 +02:00
|
|
|
`utimestamp` bigint(20) unsigned NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
PRIMARY KEY (`ID_sesion`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `ttipo_modulo` (
|
|
|
|
`id_tipo` smallint(5) unsigned NOT NULL auto_increment,
|
|
|
|
`nombre` varchar(100) NOT NULL default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`categoria` int(11) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`descripcion` varchar(100) NOT NULL default '',
|
|
|
|
`icon` varchar(100) default NULL,
|
|
|
|
PRIMARY KEY (`id_tipo`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `ttrap` (
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_trap` bigint(20) unsigned NOT NULL auto_increment,
|
2006-03-27 05:37:27 +02:00
|
|
|
`source` varchar(50) NOT NULL default '',
|
|
|
|
`oid` varchar(255) NOT NULL default '',
|
|
|
|
`oid_custom` varchar(255) default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`type` int(11) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`type_custom` varchar(100) default '',
|
|
|
|
`value` varchar(255) default '',
|
|
|
|
`value_custom` varchar(255) default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`alerted` smallint(6) NOT NULL default '0',
|
|
|
|
`status` smallint(6) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`id_usuario` varchar(150) default '',
|
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
PRIMARY KEY (`id_trap`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tusuario` (
|
|
|
|
`id_usuario` varchar(60) NOT NULL default '0',
|
|
|
|
`nombre_real` varchar(125) NOT NULL default '',
|
|
|
|
`password` varchar(45) default NULL,
|
|
|
|
`comentarios` varchar(200) default NULL,
|
|
|
|
`fecha_registro` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
`direccion` varchar(100) default '',
|
|
|
|
`telefono` varchar(100) default '',
|
|
|
|
`nivel` tinyint(1) NOT NULL default '0'
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2006-03-27 05:37:27 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tusuario_perfil` (
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_up` bigint(20) unsigned NOT NULL auto_increment,
|
2006-03-27 05:37:27 +02:00
|
|
|
`id_usuario` varchar(100) NOT NULL default '',
|
2007-03-12 18:58:52 +01:00
|
|
|
`id_perfil` int(20) NOT NULL default '0',
|
|
|
|
`id_grupo` int(11) NOT NULL default '0',
|
2006-03-27 05:37:27 +02:00
|
|
|
`assigned_by` varchar(100) NOT NULL default '',
|
|
|
|
PRIMARY KEY (`id_up`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2007-03-12 18:58:52 +01:00
|
|
|
|
2007-04-13 20:47:58 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tnews` (
|
|
|
|
`id_news` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
|
|
|
`author` varchar(255) NOT NULL DEFAULT '',
|
|
|
|
`subject` varchar(255) NOT NULL DEFAULT '',
|
2007-04-18 19:17:06 +02:00
|
|
|
`text` TEXT NOT NULL,
|
2007-06-08 17:55:53 +02:00
|
|
|
`timestamp` DATETIME NOT NULL DEFAULT 0,
|
2007-04-13 20:47:58 +02:00
|
|
|
PRIMARY KEY(`id_news`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
2007-04-19 20:50:07 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tgraph` (
|
|
|
|
`id_graph` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
|
|
|
`id_user` varchar(100) NOT NULL default '',
|
|
|
|
`name` varchar(150) NOT NULL default '',
|
|
|
|
`description` TEXT NOT NULL,
|
|
|
|
`period` int(11) NOT NULL default '0',
|
|
|
|
`width` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
|
|
|
|
`height` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
|
|
|
|
`private` tinyint(1) UNSIGNED NOT NULL default 0,
|
|
|
|
`events` tinyint(1) UNSIGNED NOT NULL default 0,
|
2008-04-24 01:29:50 +02:00
|
|
|
`stacked` tinyint(1) UNSIGNED NOT NULL default 0,
|
2007-04-19 20:50:07 +02:00
|
|
|
PRIMARY KEY(`id_graph`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
2007-04-19 20:50:07 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tgraph_source` (
|
|
|
|
`id_gs` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
|
|
|
`id_graph` int(11) NOT NULL default 0,
|
|
|
|
`id_agent_module` int(11) NOT NULL default 0,
|
|
|
|
`weight` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
|
|
|
|
PRIMARY KEY(`id_gs`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
2007-04-19 20:50:07 +02:00
|
|
|
|
|
|
|
CREATE TABLE `treport` (
|
|
|
|
`id_report` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
|
|
|
`id_user` varchar(100) NOT NULL default '',
|
|
|
|
`name` varchar(150) NOT NULL default '',
|
|
|
|
`description` TEXT NOT NULL,
|
|
|
|
`private` tinyint(1) UNSIGNED NOT NULL default 0,
|
2008-06-17 Esteban Sanchez <estebans@artica.es>
* ajax.php: Added to repository. AJAX interface for Pandora. A new
time is coming...
* pandoradb.sql: Added id_group to treport. A report is now assigned
to a group of agents. Changes in treport_content to add an order
field, drop sla fields and use an enum for the type. NOTE: This will
break all your current defined reports, update under your
responsabillity. Added table treport_content_sla_combined to define
SLAs in the SLA types reports.
* godmode/reporting/graph_builder.php: Use Pandora functions. Adde
javascript code to display the module icon when changing from the
dropdown menu.
* godmode/reporting/reporting_builder.php: Almost complet rewritten to
use Pandora HTML functions. Style correction.
* include/functions.php: Added new report types. Style correction.
* include/functions_db.php: Use Pandora database functions to get
simple values. Added functions get_agents_in_group(),
get_modules_in_agent(), get_simple_alerts_in_agent(),
get_combined_alerts_in_agent(), get_alerts_in_agent(),
get_monitor_downs_in_period(),
get_monitor_last_down_timestamp_in_period(),
get_alert_fires_in_period(),
get_alert_last_fire_timestamp_in_period(). Deleted debug output and
fixed calling to an inexistent function in
return_moduledata_sum_value().
* include/functions_html.php: Tab style correction. Thanks to Ramon
for the advice. Fixed some errors on print_table that was causing not
to work fine if rowclass or colspan was defined.
* include/functions_reporting.php: Adde date support to
return_module_SLA(), event_reporting(). Added alert_reporting(),
monitor_health_reporting(), general_group_reporting() and
agents_detailed_reporting() to implement new report types. Style
correction.
* include/javascript/pandora.js: Added html_entity_decode() function
to decode some AJAX results.
* javascript/jquery.js: Added to repository. jQuery version 1.2.4a
* include/javascript/jquery.timeentry.js: jQuery plugin to manage time
inputs.
* include/javascript/jquery.ui.datepicker.js: jQuery plugin to manage
date inputs in a dropdown calendar.
* include/languages/date_*.js, include/languages/time_*.js: Added to
repository. Translation of date and time strings for the new calendar
javascript support.
* include/languages/language_en.php: Added new strings relatives to
reports.
* include/languages/language_de.php,
include/languages/language_fr.php, include/languages/language_gl.php,
include/languages/language_pt_br.php: Fixed a variable name.
* godmode/groups/group_list.php: Avoid the use of an extra indentation
by returning if no success on comprueba_login().
* include/styles/pandora.css: Add some classes. Tab style correction.
* operation/agentes/ver_agente.php: Added AJAX support to agent
operations.
* operation/reporting/graph_viewer.php: Period dropdown selection
improved and printed with Pandora functions.
* operation/reporting/reporting_viewer.php: Massive rewritten.
Implemented date and time support, added new report types, use Pandora
functions...
* reporting/fgraph.php: Documentation fix. Added a new graphic to show
monitors health.
* godmode/agentes/agent_manager.php,
operation/reporting/custom_reporting.php: Style correction.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@869 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-06-17 16:30:44 +02:00
|
|
|
`id_group` mediumint(8) unsigned NULL default NULL,
|
|
|
|
PRIMARY KEY(`id_report`),
|
|
|
|
FOREIGN KEY (`id_group`) REFERENCES tgrupo(`id_grupo`)
|
|
|
|
ON UPDATE CASCADE ON DELETE CASCADE
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
2007-04-19 20:50:07 +02:00
|
|
|
|
|
|
|
CREATE TABLE `treport_content` (
|
|
|
|
`id_rc` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
|
|
|
`id_report` INTEGER UNSIGNED NOT NULL default 0,
|
2008-06-17 Esteban Sanchez <estebans@artica.es>
* ajax.php: Added to repository. AJAX interface for Pandora. A new
time is coming...
* pandoradb.sql: Added id_group to treport. A report is now assigned
to a group of agents. Changes in treport_content to add an order
field, drop sla fields and use an enum for the type. NOTE: This will
break all your current defined reports, update under your
responsabillity. Added table treport_content_sla_combined to define
SLAs in the SLA types reports.
* godmode/reporting/graph_builder.php: Use Pandora functions. Adde
javascript code to display the module icon when changing from the
dropdown menu.
* godmode/reporting/reporting_builder.php: Almost complet rewritten to
use Pandora HTML functions. Style correction.
* include/functions.php: Added new report types. Style correction.
* include/functions_db.php: Use Pandora database functions to get
simple values. Added functions get_agents_in_group(),
get_modules_in_agent(), get_simple_alerts_in_agent(),
get_combined_alerts_in_agent(), get_alerts_in_agent(),
get_monitor_downs_in_period(),
get_monitor_last_down_timestamp_in_period(),
get_alert_fires_in_period(),
get_alert_last_fire_timestamp_in_period(). Deleted debug output and
fixed calling to an inexistent function in
return_moduledata_sum_value().
* include/functions_html.php: Tab style correction. Thanks to Ramon
for the advice. Fixed some errors on print_table that was causing not
to work fine if rowclass or colspan was defined.
* include/functions_reporting.php: Adde date support to
return_module_SLA(), event_reporting(). Added alert_reporting(),
monitor_health_reporting(), general_group_reporting() and
agents_detailed_reporting() to implement new report types. Style
correction.
* include/javascript/pandora.js: Added html_entity_decode() function
to decode some AJAX results.
* javascript/jquery.js: Added to repository. jQuery version 1.2.4a
* include/javascript/jquery.timeentry.js: jQuery plugin to manage time
inputs.
* include/javascript/jquery.ui.datepicker.js: jQuery plugin to manage
date inputs in a dropdown calendar.
* include/languages/date_*.js, include/languages/time_*.js: Added to
repository. Translation of date and time strings for the new calendar
javascript support.
* include/languages/language_en.php: Added new strings relatives to
reports.
* include/languages/language_de.php,
include/languages/language_fr.php, include/languages/language_gl.php,
include/languages/language_pt_br.php: Fixed a variable name.
* godmode/groups/group_list.php: Avoid the use of an extra indentation
by returning if no success on comprueba_login().
* include/styles/pandora.css: Add some classes. Tab style correction.
* operation/agentes/ver_agente.php: Added AJAX support to agent
operations.
* operation/reporting/graph_viewer.php: Period dropdown selection
improved and printed with Pandora functions.
* operation/reporting/reporting_viewer.php: Massive rewritten.
Implemented date and time support, added new report types, use Pandora
functions...
* reporting/fgraph.php: Documentation fix. Added a new graphic to show
monitors health.
* godmode/agentes/agent_manager.php,
operation/reporting/custom_reporting.php: Style correction.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@869 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-06-17 16:30:44 +02:00
|
|
|
`id_gs` INTEGER UNSIGNED NULL default NULL,
|
|
|
|
`id_agent_module` bigint(14) unsigned NULL default NULL,
|
|
|
|
`type` enum ('simple_graph', 'custom_graph', 'SLA', 'event_report', 'alert_report', 'monitor_report', 'avg_value', 'max_value', 'min_value', 'sumatory', 'general_group_report', 'monitor_health', 'agents_detailed') default 'simple_graph',
|
2007-04-19 20:50:07 +02:00
|
|
|
`period` int(11) NOT NULL default 0,
|
2008-06-17 Esteban Sanchez <estebans@artica.es>
* ajax.php: Added to repository. AJAX interface for Pandora. A new
time is coming...
* pandoradb.sql: Added id_group to treport. A report is now assigned
to a group of agents. Changes in treport_content to add an order
field, drop sla fields and use an enum for the type. NOTE: This will
break all your current defined reports, update under your
responsabillity. Added table treport_content_sla_combined to define
SLAs in the SLA types reports.
* godmode/reporting/graph_builder.php: Use Pandora functions. Adde
javascript code to display the module icon when changing from the
dropdown menu.
* godmode/reporting/reporting_builder.php: Almost complet rewritten to
use Pandora HTML functions. Style correction.
* include/functions.php: Added new report types. Style correction.
* include/functions_db.php: Use Pandora database functions to get
simple values. Added functions get_agents_in_group(),
get_modules_in_agent(), get_simple_alerts_in_agent(),
get_combined_alerts_in_agent(), get_alerts_in_agent(),
get_monitor_downs_in_period(),
get_monitor_last_down_timestamp_in_period(),
get_alert_fires_in_period(),
get_alert_last_fire_timestamp_in_period(). Deleted debug output and
fixed calling to an inexistent function in
return_moduledata_sum_value().
* include/functions_html.php: Tab style correction. Thanks to Ramon
for the advice. Fixed some errors on print_table that was causing not
to work fine if rowclass or colspan was defined.
* include/functions_reporting.php: Adde date support to
return_module_SLA(), event_reporting(). Added alert_reporting(),
monitor_health_reporting(), general_group_reporting() and
agents_detailed_reporting() to implement new report types. Style
correction.
* include/javascript/pandora.js: Added html_entity_decode() function
to decode some AJAX results.
* javascript/jquery.js: Added to repository. jQuery version 1.2.4a
* include/javascript/jquery.timeentry.js: jQuery plugin to manage time
inputs.
* include/javascript/jquery.ui.datepicker.js: jQuery plugin to manage
date inputs in a dropdown calendar.
* include/languages/date_*.js, include/languages/time_*.js: Added to
repository. Translation of date and time strings for the new calendar
javascript support.
* include/languages/language_en.php: Added new strings relatives to
reports.
* include/languages/language_de.php,
include/languages/language_fr.php, include/languages/language_gl.php,
include/languages/language_pt_br.php: Fixed a variable name.
* godmode/groups/group_list.php: Avoid the use of an extra indentation
by returning if no success on comprueba_login().
* include/styles/pandora.css: Add some classes. Tab style correction.
* operation/agentes/ver_agente.php: Added AJAX support to agent
operations.
* operation/reporting/graph_viewer.php: Period dropdown selection
improved and printed with Pandora functions.
* operation/reporting/reporting_viewer.php: Massive rewritten.
Implemented date and time support, added new report types, use Pandora
functions...
* reporting/fgraph.php: Documentation fix. Added a new graphic to show
monitors health.
* godmode/agentes/agent_manager.php,
operation/reporting/custom_reporting.php: Style correction.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@869 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-06-17 16:30:44 +02:00
|
|
|
`order` int (11) NOT NULL default 0,
|
|
|
|
PRIMARY KEY(`id_rc`),
|
|
|
|
FOREIGN KEY (`id_agent`) REFERENCES tagente(`id_agente`)
|
|
|
|
ON UPDATE CASCADE ON DELETE CASCADE
|
|
|
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
|
|
|
CREATE TABLE `treport_content_sla_combined` (
|
|
|
|
`id` INTEGER UNSIGNED NOT NULL auto_increment,
|
|
|
|
`id_report_content` INTEGER UNSIGNED NOT NULL,
|
|
|
|
`id_agent_module` bigint(14) unsigned NOT NULL,
|
2007-06-07 19:46:38 +02:00
|
|
|
`sla_max` int(11) NOT NULL default 0,
|
|
|
|
`sla_min` int(11) NOT NULL default 0,
|
|
|
|
`sla_limit` int(11) NOT NULL default 0,
|
2008-06-17 Esteban Sanchez <estebans@artica.es>
* ajax.php: Added to repository. AJAX interface for Pandora. A new
time is coming...
* pandoradb.sql: Added id_group to treport. A report is now assigned
to a group of agents. Changes in treport_content to add an order
field, drop sla fields and use an enum for the type. NOTE: This will
break all your current defined reports, update under your
responsabillity. Added table treport_content_sla_combined to define
SLAs in the SLA types reports.
* godmode/reporting/graph_builder.php: Use Pandora functions. Adde
javascript code to display the module icon when changing from the
dropdown menu.
* godmode/reporting/reporting_builder.php: Almost complet rewritten to
use Pandora HTML functions. Style correction.
* include/functions.php: Added new report types. Style correction.
* include/functions_db.php: Use Pandora database functions to get
simple values. Added functions get_agents_in_group(),
get_modules_in_agent(), get_simple_alerts_in_agent(),
get_combined_alerts_in_agent(), get_alerts_in_agent(),
get_monitor_downs_in_period(),
get_monitor_last_down_timestamp_in_period(),
get_alert_fires_in_period(),
get_alert_last_fire_timestamp_in_period(). Deleted debug output and
fixed calling to an inexistent function in
return_moduledata_sum_value().
* include/functions_html.php: Tab style correction. Thanks to Ramon
for the advice. Fixed some errors on print_table that was causing not
to work fine if rowclass or colspan was defined.
* include/functions_reporting.php: Adde date support to
return_module_SLA(), event_reporting(). Added alert_reporting(),
monitor_health_reporting(), general_group_reporting() and
agents_detailed_reporting() to implement new report types. Style
correction.
* include/javascript/pandora.js: Added html_entity_decode() function
to decode some AJAX results.
* javascript/jquery.js: Added to repository. jQuery version 1.2.4a
* include/javascript/jquery.timeentry.js: jQuery plugin to manage time
inputs.
* include/javascript/jquery.ui.datepicker.js: jQuery plugin to manage
date inputs in a dropdown calendar.
* include/languages/date_*.js, include/languages/time_*.js: Added to
repository. Translation of date and time strings for the new calendar
javascript support.
* include/languages/language_en.php: Added new strings relatives to
reports.
* include/languages/language_de.php,
include/languages/language_fr.php, include/languages/language_gl.php,
include/languages/language_pt_br.php: Fixed a variable name.
* godmode/groups/group_list.php: Avoid the use of an extra indentation
by returning if no success on comprueba_login().
* include/styles/pandora.css: Add some classes. Tab style correction.
* operation/agentes/ver_agente.php: Added AJAX support to agent
operations.
* operation/reporting/graph_viewer.php: Period dropdown selection
improved and printed with Pandora functions.
* operation/reporting/reporting_viewer.php: Massive rewritten.
Implemented date and time support, added new report types, use Pandora
functions...
* reporting/fgraph.php: Documentation fix. Added a new graphic to show
monitors health.
* godmode/agentes/agent_manager.php,
operation/reporting/custom_reporting.php: Style correction.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@869 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-06-17 16:30:44 +02:00
|
|
|
PRIMARY KEY(`id`),
|
|
|
|
FOREIGN KEY (`id_report_content`) REFERENCES treport_content(`id_rc`)
|
|
|
|
ON UPDATE CASCADE ON DELETE CASCADE,
|
|
|
|
FOREIGN KEY (`id_agent_module`) REFERENCES tagente_modulo(`id_agente_modulo`)
|
|
|
|
ON UPDATE CASCADE ON DELETE CASCADE
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
2007-04-19 20:50:07 +02:00
|
|
|
|
2007-05-20 19:12:31 +02:00
|
|
|
CREATE TABLE `tlayout` (
|
|
|
|
`id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
|
|
|
`name` varchar(50) NOT NULL,
|
|
|
|
`id_group` INTEGER UNSIGNED NOT NULL,
|
|
|
|
`background` varchar(200) NOT NULL,
|
|
|
|
`fullscreen` tinyint(1) UNSIGNED NOT NULL default 0,
|
|
|
|
`height` INTEGER UNSIGNED NOT NULL default 0,
|
|
|
|
`width` INTEGER UNSIGNED NOT NULL default 0,
|
|
|
|
PRIMARY KEY(`id`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
2007-05-20 19:12:31 +02:00
|
|
|
|
|
|
|
CREATE TABLE `tlayout_data` (
|
|
|
|
`id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
|
|
|
`id_layout` INTEGER UNSIGNED NOT NULL default 0,
|
|
|
|
`pos_x` INTEGER UNSIGNED NOT NULL default 0,
|
|
|
|
`pos_y` INTEGER UNSIGNED NOT NULL default 0,
|
|
|
|
`height` INTEGER UNSIGNED NOT NULL default 0,
|
|
|
|
`width` INTEGER UNSIGNED NOT NULL default 0,
|
|
|
|
`label` varchar(200) DEFAULT "",
|
|
|
|
`image` varchar(200) DEFAULT "",
|
|
|
|
`type` tinyint(1) UNSIGNED NOT NULL default 0,
|
|
|
|
`period` INTEGER UNSIGNED NOT NULL default 3600,
|
|
|
|
`id_agente_modulo` mediumint(8) unsigned NOT NULL default '0',
|
|
|
|
`id_layout_linked` INTEGER unsigned NOT NULL default '0',
|
|
|
|
`parent_item` INTEGER UNSIGNED NOT NULL default 0,
|
|
|
|
`label_color` varchar(20) DEFAULT "",
|
2007-05-23 08:11:08 +02:00
|
|
|
`no_link_color` tinyint(1) UNSIGNED NOT NULL default 0,
|
2007-05-20 19:12:31 +02:00
|
|
|
PRIMARY KEY(`id`)
|
2007-08-20 17:32:27 +02:00
|
|
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
2008-02-21 16:16:54 +01:00
|
|
|
|
|
|
|
CREATE TABLE tplugin (
|
2008-02-25 19:08:52 +01:00
|
|
|
`id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
|
|
|
|
`name` varchar(200) NOT NULL,
|
|
|
|
`description` mediumtext default "",
|
|
|
|
`max_timeout` int(4) UNSIGNED NOT NULL default 0,
|
|
|
|
`execute`varchar(250) NOT NULL,
|
|
|
|
`net_dst_opt` varchar(50) default '',
|
|
|
|
`net_port_opt` varchar(50) default '',
|
|
|
|
`user_opt` varchar(50) default '',
|
|
|
|
`pass_opt` varchar(50) default '',
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
PRIMARY KEY(`id`)
|
2008-02-21 16:16:54 +01:00
|
|
|
) ENGINE = InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
|
|
|
|
CREATE TABLE `tmodule` (
|
|
|
|
`id_module` int(11) unsigned NOT NULL auto_increment,
|
|
|
|
`name` varchar(100) NOT NULL default '',
|
|
|
|
PRIMARY KEY (`id_module`)
|
2008-02-21 16:16:54 +01:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
|
|
|
|
CREATE TABLE `tserver_export` (
|
2008-02-25 19:08:52 +01:00
|
|
|
`id` int(10) unsigned NOT NULL auto_increment,
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
`name` varchar(100) NOT NULL default '',
|
|
|
|
`preffix` varchar(100) NOT NULL default '',
|
|
|
|
`interval` int(5) unsigned NOT NULL default '300',
|
|
|
|
`ip_server` varchar(100) NOT NULL default '',
|
|
|
|
`connect_mode` tinyint(2) NOT NULL default '0',
|
|
|
|
`id_export_server` int(5) unsigned NOT NULL default '0',
|
|
|
|
PRIMARY KEY (`id`)
|
2008-02-25 19:08:52 +01:00
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
2008-03-06 Sancho Lerena <slerena@gmail.com>
Pandora FMS 2.0 development first commit. 1.4 version is now 2.0
* pandoradb_data.sql: Added correct tnetwork_components, fixed
ttipo_modulo (categoria values).
* include/styles/pandora.css: Added some server icons, tab style
for module editor has been improved.
* include/functions_db.php: added new functions, lang_string and
check_login, and a first review of several functions that currently
need change for new config session parameters in array $config[]
* include/javascript/pandora.js: Added a new global include for
spare javascript functions before included into a few pages.
* include/languages/language_en.php: New tokens.
* include/help*: New contextual help system.
* include/config_process.php: New way to manage config.
* include/functions.php: Added new functions to manage global
* operation/agentes/estado_ultimopaquete.php: removed old javascript
code from there.
* operation/agentes/estado_agente.php: Removed references to deprecated
field "agent_type".
* operation/agentes/tactical.php: Some code cleanup and progressbar
issues merged from 1.3.1 branch. Need to add support to new server
types and new module types.
* operation/servers/view_server.php: Added support to new servers, code
cleanup.
* reporting/fgraph.php: Code cleanup, changes to use new config method,
and a lot of style change.
* general/pandora_help.php: New source for contextual help in the way
of moodle.
* general/footer.php, general/noaccess.php: Code cleanup and uses of
new config.
* module_manager_editor: New editors for each module family. Need
finish and implement EDITION of data, now only inserts data.
* godmode/agentes/agent_manager.php: Implemented new server assigment
and edition.
* godmode/agentes/configurar_agente.php: Small changes that affects
module management, visualization and agent management.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@739 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-03-07 17:22:16 +01:00
|
|
|
|
|
|
|
-- Used to implement fast login (using a predefined hash)
|
|
|
|
|
|
|
|
CREATE TABLE `tquicksession` (
|
|
|
|
`id` int(20) unsigned NOT NULL auto_increment,
|
|
|
|
`id_user` varchar(250) NOT NULL default '',
|
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
`pwdhash` varchar(250) NOT NULL default '',
|
|
|
|
PRIMARY KEY (`id`)
|
2008-03-26 17:47:39 +01:00
|
|
|
);
|
|
|
|
|
|
|
|
CREATE TABLE `tserver_export_data` (
|
|
|
|
`id` int(20) unsigned NOT NULL auto_increment,
|
|
|
|
`id_export_server` int(10) unsigned default NULL,
|
|
|
|
`agent` varchar(100) NOT NULL default '',
|
|
|
|
`type` varchar(50) NOT NULL default '',
|
|
|
|
`module` varchar(100) NOT NULL default '',
|
|
|
|
`value` varchar(100) NOT NULL default '',
|
|
|
|
`timestamp` datetime NOT NULL default '0000-00-00 00:00:00',
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|