Commit Graph

405 Commits

Author SHA1 Message Date
Ramon Novoa 9e7c6612be Merge branch 'develop' into feature#new-iface-names 2017-03-10 10:32:40 +01:00
Ramon Novoa dff80fed84 Add a new Recon module that will be used by the Satellite Server too. 2017-03-08 13:20:00 +01:00
daniel 631a4d0777 fixed minor error in table metaconsole_agent 2017-03-06 16:19:03 +01:00
daniel 8bab8bbada add checkbox alias_as_name recon task 2017-03-06 16:10:07 +01:00
daniel c25595f64b add new checkbox for alias 2017-03-06 15:22:01 +01:00
Arturo Gonzalez bcf1fc2e1b Merge db system. Ticket #444 2017-03-03 10:27:52 +01:00
Daniel Maya 76cb61f288 Changes for the merge 2017-02-21 15:31:20 +01:00
Alejandro Gallardo Escobar 545dad643c XMerge branch 'develop' into feature/alias_friendly_name 2017-02-20 12:04:43 +01:00
Arturo Gonzalez f02827d235 Changed field type in db to get negative numbers. Ticket #120 2017-02-17 12:43:12 +01:00
Arturo Gonzalez 7452fe5dda Added missing value in tagente. 2017-02-17 11:06:21 +01:00
Daniel Maya d39b108c1f Merge branch 'develop' into feature/alias_freandly_name
Conflicts:
	pandora_agents/unix/pandora_agent
	pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql
	pandora_console/extras/pandoradb_migrate_6.0_to_6.1.oracle.sql
	pandora_console/godmode/agentes/agent_manager.php
	pandora_console/godmode/agentes/modificar_agente.php
	pandora_console/godmode/agentes/planned_downtime.editor.php
	pandora_console/godmode/massive/massive_delete_modules.php
	pandora_console/godmode/massive/massive_edit_modules.php
	pandora_console/include/class/Tree.class.php
	pandora_console/include/functions_graph.php
	pandora_console/include/functions_treeview.php
	pandora_console/include/functions_ui.php
	pandora_console/operation/agentes/estado_agente.php
	pandora_console/operation/agentes/status_monitor.php
	pandora_console/pandoradb.sql
2017-02-16 16:05:21 +01:00
Arturo Gonzalez 46e1d41ce0 Fixed netflow filter. Ticket #207 2017-02-09 12:55:11 +01:00
Arturo Gonzalez 1f1023db92 Added new fields to alert macros (snmp as well). Ticket #233 2017-02-07 10:41:48 +01:00
Arturo Gonzalez 3e0b0f231b Added more fields to alert macro fields. Ticket #233 2017-02-06 16:20:39 +01:00
enriquecd 6447189606 Improve visual console - #110 2017-01-16 13:31:56 +01:00
daniel 4e1dcc5aba add new field in tgraph 2016-12-27 13:35:18 +01:00
fbsanchez 881261c518 Revert "Fixed #4304 pandoradb.sql"
This reverts commit 41333772ce.
2016-12-23 12:58:06 +01:00
fbsanchez 41333772ce Fixed #4304 pandoradb.sql 2016-12-23 12:09:28 +01:00
Ramon Novoa 01217fe3b2 Add support to link modules via XML data files. 2016-12-14 12:59:31 +01:00
Arturo Gonzalez 751b73adcb Added session coocki to users. Ticket GitLab #120 2016-11-23 10:13:02 +01:00
enriquecd 534b7eb05a Visual console improvements - Update database - #110 2016-11-16 18:55:36 +01:00
enriquecd 9523557145 Add remote agent filter in manage agent, add remote field in database #4121 2016-11-02 16:58:53 +01:00
Arturo Gonzalez e974516b77 New value to transactional agents in db table 2016-10-27 12:50:50 +02:00
Arturo Gonzalez b090047640 New networkmaps (Added new data to relations db) 2016-10-19 10:22:09 +02:00
Arturo Gonzalez f52bf2f2da Data precision... (Adapt db to new precision) 2016-10-18 12:27:53 +02:00
Arturo Gonzalez fc0d83cc46 Added rows in db to new networkmaps 2016-10-17 13:14:51 +02:00
daniel d5d1727fe7 add new field for modules 2016-10-14 10:16:21 +02:00
Daniel Maya 21dd508e53 Changed name by alias. Ticket #74. 2016-09-22 10:27:35 +02:00
Daniel Maya 392779d703 Changes in pandoradb. Ticket #3930. 2016-09-01 10:37:03 +02:00
Daniel Maya b6181de25c Fixed foreign key. Ticket #3930. 2016-08-31 17:35:33 +02:00
Daniel Maya 58f0ccae77 Added default event filter. Ticket #3930. 2016-08-31 11:13:37 +02:00
Daniel Maya e32c606fb0 Added new date filters. Ticket #3946. 2016-08-19 11:23:09 +02:00
Ramon Novoa 798fa8e952 Merge branch 'handle-unknown-properly' of https://github.com/uchida/pandorafms into uchida-handle-unknown-properly 2016-07-28 12:50:58 +02:00
Daniel Maya e9e5520ea9 Exclude disabled agents scheduled stops. Ticket #3878. 2016-07-04 15:46:56 +02:00
mdtrooper 04c6bd9c88 Merge branch 'develop' into feature/new_networkmap 2016-05-13 11:39:18 +02:00
Ramon Novoa 567d45cdc4 Added new columns to tagente_modulo for dynamic critical interval
calculation.
2016-05-12 13:37:18 +02:00
mdtrooper 30f806f41c Merge branch 'develop' into feature/new_networkmap
Conflicts:
	pandora_console/include/functions_modules.php
2016-04-25 15:25:16 +02:00
mdtrooper 9347892a02 Fixed the positions of new networkmap in the sql of installation. 2016-04-22 12:24:32 +02:00
Akihiro Uchida 1da312b8a5 use last_known_status/known_status column to handle unknown properly 2016-04-22 16:36:26 +09:00
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
mdtrooper 16812b55b5 Merge branch 'develop' into feature/new_networkmap 2016-03-29 13:46:59 +02:00
fermin831 f397b657f1 Added new server_keepalive column to have individual keepalive TICKETS #3273 2016-03-15 16:02:27 +01:00
mdtrooper aefff3041f Merge branch 'develop' into feature/new_networkmap
Conflicts:
	pandora_console/include/constants.php
2016-03-09 11:15:17 +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 9376e9aa6d Merge branch 'develop' into feature/new_networkmap 2016-02-10 14:54:08 +01:00
mdtrooper 8d54a6762a Added the 'automatic custom graphs' in the template reports in metaconsole. 2016-02-02 14:55:03 +01:00
mdtrooper 8602d9eb4b Working in the new networkmaps. 2016-02-01 16:02:43 +01:00
mdtrooper d74a22aecf Added two field lost in the table tmap 2016-02-01 15:10:30 +01:00
mdtrooper 751ec58fb7 Added the new tables. 2016-02-01 09:58:35 +01:00
m-lopez-f 063c89008a Add new columns for a new features. 2015-10-08 10:37:13 +02:00