Commit Graph

360 Commits

Author SHA1 Message Date
Junichi Satoh 582b4abb35 Changed column type of 'tagente_estado.status_changes' to unsigned.
(Fixed ff_threshold evaluation.)

Because of column type difference bettween 'tagente_estado.status_changes'
and 'tagente_modulo.min_ff_event', it didn't work correctly with over 127.
2016-04-01 12:46:47 +09:00
fermin831 f397b657f1 Added new server_keepalive column to have individual keepalive TICKETS #3273 2016-03-15 16:02:27 +01:00
Junichi Satoh e2ad075152 Added a new feature to the alert template.
It allows to reset minimum number of alert when the alert status is not
continuously.
2016-03-09 11:33:01 +09:00
mdtrooper 8d54a6762a Added the 'automatic custom graphs' in the template reports in metaconsole. 2016-02-02 14:55:03 +01:00
m-lopez-f 063c89008a Add new columns for a new features. 2015-10-08 10:37:13 +02:00
Ramon Novoa 9863da5aa5 Added columns for future 6.x features and fixed an error. 2015-10-08 10:21:43 +02:00
Arturo Gonzalez Diaz 2d36697db8 Fixed module relationships. Ticket#2766 2015-10-07 14:01:49 +02:00
m-lopez-f 7d6f03c3c8 Fixed problems with save event filters and dont save agent and module. Tiquet: #2794 2015-09-30 09:26:19 +02:00
Ramon Novoa dde702b2ee Added columns for future 6.x features. 2015-09-22 15:32:35 +02:00
Alejandro Gallardo Escobar 58891bf50a Moved a table to fix an error and added the change to the migrate and the oracle and postgres files 2015-07-02 12:05:02 +02:00
Ramon Novoa 91ffd584b9 Added back a column that was accidentally removed. 2015-06-30 16:34:07 +02:00
Alejandro Gallardo Escobar 390db6c06c Lot of fixes for oracle databases 2015-06-18 19:17:59 +02:00
Alejandro Gallardo Escobar 7c96bb7ce0 Added some missing columns 2015-04-30 20:12:05 +02:00
Ramon Novoa 3d96e8fbf2 More fixes to SQL files. 2015-04-28 15:54:50 +02:00
Vanessa Gil a7f748b7be Ticket #1354. 2015-04-13 11:27:23 +02:00
Alejandro Gallardo Escobar a06f8eee09 Added new profile bits to control the access to the visual console and the network maps 2015-04-06 16:03:23 +02:00
Alejandro Gallardo Escobar f6405cb8e0 Reduced the length of the profile types cause they only store 1 or 0 2015-04-06 16:03:23 +02:00
Akihiro Uchida 8f0312ac98 Add IF NOT EXISTS keywords to prevent an error when the table already exists 2015-03-05 13:21:05 +09:00
Vanessa Gil 3ffeb145a6 Strict ACLs 2015-01-08 18:11:26 +01:00
Alejandro Gallardo Escobar 52e6dda3b4 Merge branch 'feature/ticket#1579-TwoFactorAuthentication' into develop
Resolved conflicts:
	pandora_console/extras/pandoradb_migrate_5.1_to_6.0.mysql.sql
	pandora_console/extras/pandoradb_migrate_5.1_to_6.0.oracle.sql
	pandora_console/extras/pandoradb_migrate_5.1_to_6.0.postgreSQL.sql
	pandora_console/include/styles/pandora.css
2014-12-15 15:06:29 +01:00
mdtrooper 8c3a5cedb7 Working in the tags out the policies. Ticket: #1577 2014-12-12 15:01:50 +01:00
Alejandro Gallardo Escobar d399ccbd1f Added a new table called 'tuser_double_auth' 2014-12-11 16:11:21 +01:00
mdtrooper 9f7c8d4483 Working in the new elements for the visualmap. Ticket #1478 2014-11-21 13:28:11 +01:00
mdtrooper e48f675935 Removed the un used field label_color. 2014-11-19 16:30:00 +01:00
mdtrooper 97278f60d2 Erased the deprecated field 'no_link_color' in table 'tlayout_data' 2014-11-19 16:30:00 +01:00
mdtrooper 45c33786e3 Erased the deprecated field 'fullscreen' in table 'tlayout' 2014-11-19 16:30:00 +01:00
Vanessa Gil d855a951de Fixed bug: bad precision in post_process parameter. Ticket #1326. 2014-09-22 17:12:36 +02:00
Vanessa Gil 965c71484b Changed 'post_process' format from tnetwork_component. Ticket #1283. 2014-09-18 12:38:59 +02:00
jsatoh 0c241647ee 2014-08-13 Junichi Satoh <junichi@rworks.jp>
* pandoradb.sql: Fixed sql error with MySQL 5.6 when NO_ZERO_DATE
	SQL mode is enabled.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10412 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-13 05:02:30 +00:00
alexhigh df12717958 2014-08-07 Alejandro Gallardo <alejandro.gallardo@artica.es>
* pandoradb.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql:
	Modified the decimal precision of the column "post_process"
	for the table 'tagente_modulo' (Ticket #1124).


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10388 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-07 09:47:10 +00:00
slerena 8f49a022b0 2014-08-06 Sancho Lerena <slerena@artica.es>
* extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
        pandoradb.sql: Fixed bug introduced in commit 9604
        altering tagente_modulo.post_process double precission
        making conversion from bytes to megabytes impossible
        (0,00000095367432). Pending to fix also the interface for
        module creation/edition which also fails. This is critical
        for SP1 release :(



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10384 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-06 07:37:46 +00:00
jsatoh f0ef84d6e8 2014-05-31 Junichi Satoh <junichi@rworks.jp>
* godmode/agentes/configurar_agente.php,
	godmode/agentes/module_manager_editor.php,
	godmode/agentes/module_manager_editor_common.php,
	pandoradb.sql, pandoradb.oracle.sql, pandoradb.postgreSQL.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql: Improved
	'FF threshold' to be able to define timeout.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10061 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-31 13:36:53 +00:00
zarzuelo 3a4ec99fe5 2014-05-30 Sergio Martin <sergio.martin@artica.es>
* general/logon_ok.php
	godmode/setup/news.php
	include/functions.php
	pandoradb.sql
	pandoradb.postgreSQL.sql
	pandoradb.oracle.sql
	index.php
	extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql
	extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql
	extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql: Added modal window mode
	to the pandora news for ticket: #821



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10044 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-30 09:27:20 +00:00
mdtrooper 8af4331c4f 2014-05-27 Miguel de Dios <miguel.dedios@artica.es>
* extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
	godmode/reporting/visual_console_builder.editor.js,
	include/functions_custom_graphs.php,
	include/ajax/visual_console_builder.ajax.php,
	include/functions_graph.php, include/functions_visual_map.php,
	include/functions_visual_map_editor.php, pandoradb.sql,
	pandoradb.postgreSQL.sql, pandoradb.oracle.sql,
	operation/reporting/graph_viewer.php, pandoradb_data.sql: added the
	custom graphs into the visualmaps.
	
	Incident: #367




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10018 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-27 12:59:56 +00:00
jsatoh 57cc4f774f 2014-05-25 Junichi Satoh <junichi@rworks.jp>
* godmode/modules/manage_network_components.php,
	godmode/modules/manage_network_components_form.php
	godmode/modules/manage_network_components_form_common.php,
	pandoradb.sql, pandoradb.oracle.sql, pandoradb.postgreSQL.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql: Improved
	'FF threshold' to be able to define each state changing for
	network components.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10003 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-25 07:55:26 +00:00
jsatoh dd54757bd4 2014-05-21 Junichi Satoh <junichi@rworks.jp>
* godmode/agentes/configurar_agente.php,
	godmode/agentes/module_manager_editor.php,
	godmode/agentes/module_manager_editor_common.php,
	pandoradb.sql, pandoradb.oracle.sql, pandoradb.postgreSQL.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql: Improved
	'FF threshold' to be able to define each state changing.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9973 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-21 08:25:10 +00:00
jsatoh f79740a036 2014-05-10 Junichi Satoh <junichi@rworks.jp>
* pandoradb.sql, pandoradb_data.sql: Fixed sql errors with MySQL5.6.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9908 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-10 16:02:20 +00:00
zarzuelo cf37743706 2014-04-22 Sergio Martin <sergio.martin@artica.es>
* pandoradb.postgreSQL.sql
	pandoradb.oracle.sql
	pandoradb.data.postgreSQL.sql
	pandoradb.data.oracle.sql
	extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql
	extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql
	extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql
	godmode/agentes/module_manager_editor_plugin.php
	godmode/servers/plugin.php
	godmode/servers/manage_recontask.php
	godmode/servers/manage_recontask_form.php
	godmode/servers/recon_script.php
	pandoradb_data.sql
	include/javascript/pandora_modules.js
	pandoradb.sql: Changed the recon scripts parameters to
	dynamic fields like plugin macros. 
	Fixed some plugin macros bugs in the new hide parameter



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9796 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-22 09:26:55 +00:00
alexhigh 40c3a501b9 2014-04-10 Alejandro Gallardo <alejandro.gallardo@artica.es>
* pandoradb.sql,
	  pandoradb.oracle.sql,
	  pandoradb.postgreSQL.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql:
	Added the column "name"to the table "treport_content".

	* godmode/reporting/reporting_builder.item_editor.php,
	  godmode/reporting/reporting_builder.php: Now is posible
	to add a name to the report items.

	* godmode/reporting/reporting_builder.list_items.php: Now
	the list shows the name of the item or the description if
	the name is empty.

	* operation/reporting/reporting_xml.php,
	  include/functions_reporting.php: Now the XML and common
	reports show the item name if exists.

	* extensions/files_repo/files_repo_list.php: Improved
	the description.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9751 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-10 10:19:02 +00:00
vgilc e57566cc99 2014-04-07 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.oracle.sql
	  pandoradb.postgreSQL.sql
	  pandoradb.sql
	  extras/pandoradb_migrate_5.0_to_5.1.mysql.sql
	  extras/pandoradb_migrate_5.0_to_5.1.oracle.sql
	  extras/pandoradb_migrate_5.0_to_5.1.postgreSQL.sql
	  godmode/reporting/reporting_builder.main.php
	  godmode/reporting/reporting_builder.php: Add scheduled
	reports.

	* images/csv_disabled.png
	  images/html_disabled.png
	  images/pdf_disabled.png
	  images/xml_disabled.png
	  images/schedule_report.png: Added images.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9737 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-07 10:34:16 +00:00
Ramon Novoa a0b9aba2ff 2014-04-03 Ramon Novoa <rnovoa@artica.es>
* images/networkmap/so_router.png,
	  images/networkmap/so_switch.png,
	  images/os_icons/so_router.png,
	  images/os_icons/so_switch.png: Added to repository. Icons for L2 network
	  maps.

	* pandoradb.sql,
	  ppandoradb_data.sql: Added the Recon SNMP L2 network discovery script.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9710 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-03 10:44:52 +00:00
vgilc fda3960aa4 2014-03-31 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.oracle.sql
	  pandoradb.postgreSQL.sql
	  pandoradb.sql
	  extras/pandoradb_migrate_5.0_to_5.1.mysql.sql
	  extras/pandoradb_migrate_5.0_to_5.1.oracle.sql
	  extras/pandoradb_migrate_5.0_to_5.1.postgreSQL.sql
	  godmode/snmpconsole/snmp_alert.php: Add more actions
	to snmp alerts.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9685 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-31 15:00:16 +00:00
vgilc 7a3aa1d6ff 2014-03-27 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.oracle.sql
	  pandoradb.postgreSQL.sql
	  pandoradb.sql
	  extras/pandoradb_migrate_5.0_to_5.1.mysql.sql
	  extras/pandoradb_migrate_5.0_to_5.1.oracle.sql
	  extras/pandoradb_migrate_5.0_to_5.1.postgreSQL.sql
	  godmode/snmpconsole/snmp_alert.php
	  operation/snmpconsole/snmp_view.php: Add fields 'order_x'
	to SNMP Traps.
	
	* images/help/custom_oid.png
	  images/help/custom_oid2.png
	  images/help/trap.png: Added images.

	* include/help/en/help_field_match_snmp.php
	  include/help/es/help_field_match_snmp.php: Changed help. 


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9651 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-27 10:48:19 +00:00
mdtrooper b4305d7b9a 2014-03-20 Miguel de Dios <miguel.dedios@artica.es>
* images/group_green.disabled.png, images/group_green.png,
	extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
	extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
	godmode/reporting/visual_console_builder.editor.js,
	godmode/agentes/configurar_agente.php, include/styles/pandora.css,
	include/functions_networkmap.php, include/functions_agents.php,
	include/functions_visual_map_editor.php,
	include/functions_modules.php, include/functions_groups.php,
	include/constants.php, include/functions_visual_map.php,
	include/ajax/visual_console_builder.ajax.php, pandoradb.sql,
	pandoradb.postgreSQL.sql, pandoradb.oracle.sql: added the feature to
	show the item for groups in visualmap.
	
	Incident: #671




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9621 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-20 16:43:42 +00:00
alexhigh 5fe4fbf696 2014-03-19 Alejandro Gallardo <alejandro.gallardo@artica.es>
* pandoradb_data.sql,
	  pandoradb.data.oracle.sql,
	  pandoradb.data.postgreSQL.sql: Deleted an old link
	and updated the link to the Pandora FMS documentation.

	* pandoradb.sql,
	  pandoradb.postgreSQL.sql,
	  pandoradb.oracle.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql:
	Added the column "l2_network" to the table "tnetwork_map".

	* godmode/agentes/module_manager_editor_common.php:
	Added a help tip to a column of relations.

	* include/functions_modules.php: Improved the function
	"modules_relation_exists".

	* operation/agentes/networkmap.topology.php,
	  include/functions_networkmap.php,
	  operation/agentes/networkmap.php: Added a new option
	to show the relations between the agents interfaces.

	* operation/agentes/estado_monitores.php: Added a tooltip
	to show the relations of a monitor in the monitor list.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9618 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-19 16:43:08 +00:00
vgilc 749dc42f90 2014-03-19 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.oracle.sql
	  pandoradb.postgreSQL.sql
	  pandoradb.sql
	  extras/pandoradb_migrate_5.0_to_5.1.mysql.sql
	  extras/pandoradb_migrate_5.0_to_5.1.oracle.sql
	  extras/pandoradb_migrate_5.0_to_5.1.postgreSQL.sql
	  godmode/snmpconsole/snmp_alert.php: Add variables to
	SNMP Traps.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9617 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-19 11:29:56 +00:00
vgilc ce6628c3f7 2014-03-18 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.oracle.sql
	  pandoradb.postgreSQL.sql
	  pandoradb.sql
	  extras/pandoradb_migrate_5.0_to_5.1.mysql.sql
	  extras/pandoradb_migrate_5.0_to_5.1.oracle.sql
	  extras/pandoradb_migrate_5.0_to_5.1.postgreSQL.sql
	  godmode/snmpconsole/snmp_alert.php
	  godmode/snmpconsole/snmp_view.php: Improved ACLs in
	SNMP Traps.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9614 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-18 16:08:20 +00:00
alexhigh a2a6875091 2014-03-18 Alejandro Gallardo <alejandro.gallardo@artica.es>
* pandoradb.data.oracle.sql,
	  pandoradb.data.postgreSQL.sql,
	  pandoradb.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
	  extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql:
	Added the table "tmodule_relationship".

	* operation/agentes/estado_generalagente.php: Added a
	new table to show the network interfaces of the agent.
	Minor fixes.

	* include/styles/pandora.css: Added properties for the
	class transparent'.

	* include/ajax/module.php: Fixed an error and added code
	to retrieve a module autocomplete input or add, remove
	or update a module relation via ajax.

	* include/functions_modules.php: Added the functions
	"modules_get_relations", "modules_relation_exists",
	"modules_add_relation", "modules_delete_relation" and
	"modules_change_relation_lock".
	
	* godmode/agentes/module_manager_editor_common.php:
	Added a table and control to show, add or delete
	relations with other modules. Added the javascript
	functions "change_modules_autocomplete_input",
	"add_new_relation", "change_lock_relation" and
	"delete_relation".

	* godmode/agentes/module_manager_editor.php: Added a
	line to show the module relations table and control.

	* godmode/agentes/module_manager_editor_network.php:
	Minor fix.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9610 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-18 11:49:33 +00:00
vgilc a24a9e1cff 2014-03-17 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.sql
	  extras/pandoradb_migrate_5.0_to_5.1.mysql.sql
	  godmode/agentes/configurar_agente.php: Fixed bug:
	'post_process' out of range.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9604 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-17 12:32:48 +00:00
vgilc 100966e460 2014-03-14 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.data.oracle.sql
	  pandoradb.data.postgreSQL.sql
	  pandoradb.sql
	  pandoradb_data.sql
	  extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql
	  extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql
	  extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql
	  godmode/reporting/graph_builder.graph_editor.php
	  godmode/setup/setup_visuals.php
	  include/functions_config.php
	  include/functions_graph.php: Changed weight and colors in
	combine graphs.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9592 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-14 08:33:13 +00:00