Commit Graph

1975 Commits

Author SHA1 Message Date
Vanessa Gil be31c5e400 Fixed bug in event filter. 2014-09-29 11:27:10 +02:00
mdtrooper dbaf806b12 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-25 16:56:01 +02:00
mdtrooper 07f62cc3e6 Fixed the link of edit module in Metaconsole 2014-09-25 16:55:48 +02:00
Alejandro Gallardo Escobar 301b1b5817 Now the interface information don't show duplicated interfaces 2014-09-25 16:02:21 +02:00
mdtrooper 299b6f6a31 Fixed the public visualmap error message 2014-09-25 15:01:05 +02:00
Alejandro Gallardo Escobar 32358b7c50 Fixed a regex of the interface information 2014-09-25 11:50:30 +02:00
mdtrooper 490abfecf7 Fixed the MySQL error in the policies tree. Ticket #1340 2014-09-24 16:56:40 +02:00
Alejandro Gallardo Escobar ef31093b00 Now the parent groups without modules appear on the group view table
* pandora_console/operation/agentes/group_view.php: Added the parent_id
	to the groups array.

* pandora_console/include/functions_groups.php: Fixed the function
	"groups_get_childrens". Improvements on the function
	"groups_get_group_row".
2014-09-24 13:09:15 +02:00
Vanessa Gil 18fc35c558 Changed view module detail in tree view. Ticket #1342. 2014-09-24 10:39:52 +02:00
Alejandro Gallardo Escobar c2f812db16 Big improvement on the SNMP statistics section
* pandora_console/operation/snmpconsole/snmp_view.php: Removed the code of
	the statistics section.

* pandora_console/operation/snmpconsole/snmp_statistics.php: Added file.
	Statistics section for SNMP.
2014-09-23 18:05:44 +02:00
Alejandro Gallardo Escobar 1258d87992 Merge branch 'feature/ticket#1331-CombinedGraph' into develop 2014-09-23 13:21:47 +02:00
Alejandro Gallardo Escobar 29eb11b696 Improved the items information of the module graphs
* pandora_console/godmode/setup/setup_visuals.php,
  pandora_console/include/functions_config.php: Added a
	new config token to choose if the module graphs
	data should be shortened.

* pandora_console/include/functions_custom_graphs.php:
	Added the unit list parameter to the function
	"custom_graphs_print".

* pandora_console/operation/agentes/interface_traffic_graph_win.php:
	Improved a function call.

* pandora_console/include/functions_graph.php: Modified
	the function "graphic_combined_module". Now is
	possible to add custom units for the items and
	short the data.
2014-09-23 13:20:50 +02:00
mdtrooper 0c15d286ae Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-23 13:03:02 +02:00
mdtrooper a4c1b8396d Fixed lost parameter background color in flot graphs. TICKET #1306 2014-09-23 13:02:49 +02:00
Alejandro Gallardo Escobar ed4406115b Improvements on the combined graphs
* pandora_console/operation/agentes/interface_traffic_graph_win.php:
	Modified the graph function call. Modified the refresh time.

* pandora_console/include/functions_graph.php: Modified the function
	"graphic_combined_module". Now is possible to set the items
	name and choose which values will appear on the items list.

* pandora_console/include/functions_custom_graphs.php: Added new
	parameters to the function "custom_graphs_print" to call the
	function "graphic_combined_module".
2014-09-22 19:42:40 +02:00
Alejandro Gallardo Escobar fb3d908f9d Merge branch 'feature/ticket#1319-CombinedGraph' into develop 2014-09-22 18:48:45 +02:00
Alejandro Gallardo Escobar 1f7e0a36e4 Now is possible to show a graph of the interface traffic from the agent view
* pandora_console/operation/agentes/interface_traffic_graph_win.php:
	Added file. Shows a combined graph of the interface traffic.

* pandora_console/operation/agentes/estado_generalagente.php: Now a graph
	icons will appear on the interface information if the modules
	ifInOctects and ifOutOctets exists for this interface.

* pandora_console/include/functions_custom_graphs.php: Modified the
	function "custom_graphs_print" to add a new parameter to set
	the base url of the graph images.
2014-09-22 18:48:09 +02:00
mdtrooper 7d536434c0 Fixed the force network modules execution. TICKET #1288 2014-09-22 14:05:04 +02:00
mdtrooper 92acbb9b44 Added the feature show the combined graph in the agent graph tabs. TICKET #1277 2014-09-16 12:25:40 +02:00
mdtrooper 4928b2b922 Fixed the height of dinamic map. TICKETS #1246 2014-09-10 13:31:05 +02:00
mdtrooper 225c3cc740 Fixed the check a empty dir for the graphviz directory 2014-09-10 12:28:13 +02:00
mdtrooper 32101ccfe2 Changes some bad colors and others aesthetic changes. Thanks Carla.
2014-09-04  Miguel de Dios <miguel.dedios@artica.es>

	* pandora_console/extensions/module_groups.php,
	pandora_console/general/login_help_dialog.php,
	pandora_console/images/close_button_dialog.png,
	pandora_console/images/documentation.png,
	pandora_console/images/enterprise_version.png,
	pandora_console/images/error_login.png,
	pandora_console/images/online_help.png,
	pandora_console/images/support.png,
	pandora_console/include/ajax/events.php,
	pandora_console/include/constants.php,
	pandora_console/include/functions_events.php,
	pandora_console/include/javascript/pandora_events.js,
	pandora_console/include/styles/jquery-ui-1.10.0.custom.css,
	pandora_console/include/styles/pandora.css,
	pandora_console/mobile/include/style/main.css,
	pandora_console/operation/events/events_list.php: changes some
	bad colors and others aesthetic changes. Thanks Carla.
2014-09-04 12:19:55 +02:00
mdtrooper cffdcdd4a3 Added feature to filter by module in events.
2014-09-01  Miguel de Dios <miguel.dedios@artica.es>

	* pandora_console/include/functions_graph.php,
	pandora_console/operation/events/events.build_query.php,
	pandora_console/operation/events/events.php,
	pandora_console/operation/events/events_list.php: added feature to
	filter by module in events.

	TICKETS #385
2014-09-01 15:23:45 +02:00
alexhigh ebf958afc1 2014-08-27 Alejandro Gallardo <alejandro.gallardo@artica.es>
* operation/visual_console/render_view.php,
	  godmode/reporting/visual_console_builder.php: Added hooks
	to the enterprise wizard of services.

	* include/constants.php: Added constants for the services modes.

	* operation/events/events.php,
	  operation/events/events.build_query.php: Now is possible to
	filter the events by module id programmatically.

	* images/wand_services.png: Added image.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10464 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-27 17:09:07 +00:00
mdtrooper 66a9c59ddb 2014-08-26 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/configure_alert_action.php,
	include/help/clippy/godmode_agentes_modificar_agente.php,
	include/help/clippy/homepage.php,
	include/help/clippy/module_unknow.php,
	include/help/clippy/godmode_agentes_configurar_agente.php,
	include/help/clippy/godmode_alerts_alert_actions.php,
	include/help/clippy/operation_agentes_ver_agente.php,
	include/help/clippy/godmode_alerts_configure_alert_action.php,
	include/help/clippy/operation_agentes_status_monitor.php,
	include/help/en/help_context_pandora_server_email.php,
	include/functions_clippy.php, operation/menu.php,
	operation/agentes/status_monitor.php: some changes suggested by
	Carla.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10457 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-26 11:22:06 +00:00
vgilc 5d4b94466e 2014-08-25 Vanessa Gil <vanessa.gil@artica.es>
* godmode/groups/configure_group.php
	  include/functions_tags.php
	  operation/events/events.build_query.php
	  operation/events/events.build_table.php: Fixed ACL propagation + Tags. 
	Tickets #1079 and #1072.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10452 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-25 09:02:45 +00:00
alexhigh dcf974bb46 2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_networkmap.php,
	  operation/agentes/networkmap.dinamic.php,
	  operation/agentes/networkmap.php: Renamed some text
	from 'dinamic' to 'dynamic'.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10445 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-21 13:56:48 +00:00
alexhigh 76e08fca0a 2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
* images/radial_dynamic_network_icon.png: Added file.
	
	* operation/agentes/networkmap.php: Changed the icon
	of the 'radial dinamic' tab.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10444 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-21 13:26:11 +00:00
alexhigh fe497317be 2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_graph.php: Added filters to the
	function "graph_monitor_wheel".
	
	* operation/agentes/networkmap.dinamic.php,
	  operation/agentes/networkmap.php,
	  include/functions_networkmap.php: Added the 'radial
	dinamic' type.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10443 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-21 11:41:30 +00:00
mdtrooper 0d003c8840 2014-08-18 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_ui.php, operation/search_helps.php,
	operation/search_results.php, operation/search_helps.getdata.php,
	general/pandora_help.php: added feature to search into the help
	files, it is in the search bar header.
	
	* operation/search_main.php: fixed the search any term of several
	words separated with whitespaces.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10435 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-18 14:50:07 +00:00
alexhigh fbccaeead5 2014-08-18 Alejandro Gallardo <alejandro.gallardo@artica.es>
* pandoradb.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:
	Added some inserts with the new action and command to create
	a ticket in Integria IMS.

	* include/styles/pandora.css: Fixed the header style.

	* operation/menu.php: Now the incidents statistics menu option
	takes the user to the correct place if the "Integria incidents"
	option is selected.

	* operation/integria_incidents/incident.incident.php: Fixed the
	incident edition.

	* operation/integria_incidents/incident.php: Improved the tab
	images.

	* operation/integria_incidents/incident.workunits.php: Now the
	default time of the incident workunits is 0.

	* operation/integria_incidents/incident_detail.php: File removed.

	* operation/integria_incidents/incident_statistics.php: Now this
	section show the real statistics of the Integria IMS incidents.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10431 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-18 12:53:59 +00:00
mdtrooper c66b9c6a54 2014-08-14 Miguel de Dios <miguel.dedios@artica.es>
* include/help/clippy/agent_out_of_limits.php,
	include/help/clippy/modules_not_init.php,
	include/functions_clippy.php,
	operation/agentes/estado_monitores.php,
	operation/agentes/estado_generalagente.php: wip in the clippy
	project.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10424 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-14 11:25:46 +00:00
mdtrooper 5a2102f26c 2014-08-12 Miguel de Dios <miguel.dedios@artica.es>
* index.php, operation/agentes/ver_agente.php,
	operation/agentes/estado_monitores.php, general/header.php,
	include/functions_clippy.php, include/functions_ui.php,
	include/help/en/help_context_module_unknow.php,
	include/help/clippy/module_unknow.php, include/styles/pandora.css,
	include/javascript/intro.js: added first version of context help
	interactive.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-12 16:31:27 +00:00
jsatoh b30317d0e5 2014-08-02 Junichi Satoh <junichi@rworks.jp>
* operation/agentes/estado_monitores.php: Fixed that module data
	display does not work correctly when time range mode is selected
	and paginated.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10372 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-02 09:04:57 +00:00
jsatoh 36b44e3b9d 2014-08-02 Junichi Satoh <junichi@rworks.jp>
* operation/agentes/estado_agente.php: Fixed sql error.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10371 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-02 07:09:28 +00:00
mdtrooper a6197fccb2 2014-07-31 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_networkmap.php, include/functions_graph.php,
	include/db/postgresql.php, include/db/oracle.php,
	include/functions_api.php, extensions/agents_alerts.php,
	operation/search_main.php, operation/search_agents.getdata.php,
	operation/agentes/status_monitor.php,
	operation/agentes/networkmap.topology.php,
	operation/agentes/ver_agente.php,
	operation/search_modules.getdata.php, operation/search_results.php,
	operation/events/events_list.php,
	godmode/alerts/alert_list.builder.php,
	godmode/alerts/configure_alert_template.php,
	godmode/modules/manage_network_components_form.php,
	godmode/reporting/reporting_builder.php,
	godmode/reporting/map_builder.php: tiny fixes for the improve the
	support of postgreSQL databases.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10368 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-31 14:27:43 +00:00
mdtrooper 478d521f59 2014-07-30 Miguel de Dios <miguel.dedios@artica.es>
* godmode/servers/manage_recontask.php,
	godmode/servers/manage_recontask_form.php,
	include/functions_treeview.php, include/ajax/module.php,
	include/functions_reporting.php, include/db/postgresql.php,
	include/functions_servers.php, operation/agentes/estado_agente.php,
	operation/tree.php: tiny fixes for the improve
	the support of postgreSQL databases.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10365 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-30 14:29:44 +00:00
mdtrooper 514ad60da7 2014-07-29 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_graph.php, include/functions_reporting.php,
	operation/agentes/estado_monitores.php: tiny fixes for the improve
	the support of postgreSQL databases.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10361 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-29 15:11:23 +00:00
jsatoh a271695ba8 2014-07-28 Junichi Satoh <junichi@rworks.jp>
* operation/agentes/estado_agente.php: Fixed sql error.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10358 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-28 00:49:39 +00:00
mdtrooper 56bc6820bc 2014-07-24 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php,
	operation/events/events_list.php, operation/incidents/incident.php,
	extensions/files_repo.php,
	extensions/files_repo/sql/files_repo.postgreSQL.sql,
	extensions/files_repo/functions_files_repo.php,
	extensions/files_repo/files_repo_list.php,
	godmode/agentes/modificar_agente.php,
	godmode/snmpconsole/snmp_alert.php, godmode/db/db_info.php,
	include/functions_graph.php, include/functions_db.php,
	include/db/postgresql.php, include/db/oracle.php,
	include/db/mysql.php, include/functions_update_manager.php,
	include/functions_events.php, include/graphs/functions_flot.php,
	include/graphs/fgraph.php: tiny fixes for the improve the support of
	postgreSQL databases.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10354 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-24 16:02:06 +00:00
mdtrooper 213143122d 2014-07-23 Miguel de Dios <miguel.dedios@artica.es>
* extensions/module_groups.php, extensions/agents_alerts.php,
	include/functions_agents.php, operation/agentes/exportdata.php: tiny
	fixes for the improve the support of postgreSQL databases.
	
	* include/functions_db.php: fix blank screen when the connection
	fail, now it shows the error message again.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10353 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-24 08:40:59 +00:00
mdtrooper 591a984a66 2014-07-23 Miguel de Dios <miguel.dedios@artica.es>
* include/config_process.php, operation/agentes/status_monitor.php,
	operation/agentes/estado_generalagente.php,
	operation/agentes/estado_agente.php: tiny fixes for the improve the
	support of postgreSQL databases.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10352 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-23 16:59:05 +00:00
mdtrooper 1dc69b6e21 2014-07-23 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_generalagente.php: fixed the show the
	agent access box when the agent is new without data.
	
	INCIDENT: #1078




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10350 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-23 12:48:28 +00:00
mdtrooper b4c9a92ecc 2014-07-17 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_groups.php: added parameter to avoid the check
	the propagation in the function "groups_get_childrens".
	
	* include/functions_networkmap.php,
	operation/agentes/networkmap.php,
	operation/agentes/networkmap.topology.php: added feature to show the
	agents in subgroups (or not).
	
	INCIDENT: #1018




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10341 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-17 14:28:59 +00:00
jsatoh 75283de04c 2014-07-09 Junichi Satoh <junichi@rworks.jp>
* include/functions_events.php, operation/events/events.php,
	operation/events/events_list.php: Replaced json_encode()
	with io_json_mb_encode() to avoid invalid encoding with multi-byte
	characters.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10328 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-09 05:08:55 +00:00
mdtrooper 809afd7e44 2014-07-07 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/alerts_status.php: fixed the pagination with
	the column sorted.
	
	INCIDENT: #977




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10318 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-07 09:55:04 +00:00
Ramon Novoa c1daa81a2b 2014-07-04 Ramon Novoa <rnovoa@artica.es>
* include/functions_graph.php: When drawing charts, propagate the last value
	  in the database instead of the value of the last interval (which is the
	  average value for that interval).

	* operation/agentes/estado_monitores.php: Show events for boolean modules by default.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10316 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-04 15:28:24 +00:00
koichirok 3ae701b95a 2014-06-30 Koichiro KIKUCHI <koichiro@rworks.jp>
* operation/agentes/estado_monitores.php,
	  operation/agentes/status_monitor.php,
	  operation/search_modules.php: Fixed snapshot view title.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10311 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-30 09:08:15 +00:00
koichirok 42712adb41 2014-06-30 Koichiro KIKUCHI <koichiro@rworks.jp>
* extensions/agents_modules.php,
	  include/functions_events.php,
	  operation/agentes/estado_monitores.php,
	  operation/agentes/status_monitor.php,
	  operation/search_modules.php,
	  operation/tree.php: Fixed garbled title issue in the module graph.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10309 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-30 07:54:11 +00:00
alexhigh 086dda7d90 2014-06-26 Alejandro Gallardo <alejandro.gallardo@artica.es>
* operation/netflow/nf_live_view.php,
	  godmode/netflow/nf_edit.php,
	  godmode/servers/manage_recontask_form.php,
	  godmode/servers/plugin.php,
	  godmode/setup/setup_general.php: Added messages to
	warn about incompatibilities for Windows users.

	* include/functions_graph.php: Added the function
	"graph_monitor_wheel".

	* include/graphs/functions_d3.php: Added the function
	"d3_sunburst_graph".

	* include/graphs/pandora.d3.js: Added the function "sunburst".


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10291 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-26 11:32:14 +00:00
mdtrooper b3cf812327 2014-06-25 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.topology.php,
	include/functions_networkmap.php: fixed the networkmaps of level 2,
	now the nodes without conections with others are more or less
	clean posicioned into the networkmap.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10284 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-25 10:49:11 +00:00
Ramon Novoa 0ca73d3d96 2014-06-24 Ramon Novoa <rnovoa@artica.es>
* operation/snmpconsole/snmp_mib_uploader.php: Added additional information.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10276 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-24 12:05:17 +00:00
Ramon Novoa 2d25d55533 2014-06-24 Ramon Novoa <rnovoa@artica.es>
* operation/snmpconsole/snmp_mib_uploader.php: Display information about the
	  MIB uploader.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10275 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-24 12:00:55 +00:00
alexhigh 6b2049bf5b 2014-06-17 Alejandro Gallardo <alejandro.gallardo@artica.es>
* godmode/agentes/module_manager_editor_common.php,
	  operation/reporting/reporting_viewer.php,
	  operation/agentes/status_monitor.php,
	  include/functions_netflow.php,
	  include/functions_graph.php: Improvements to avoid
	php notices and warnings.

	* godmode/setup/setup_visuals.php,
	  include/functions_config.php: Added a new option
	to choose a custom line thickness for the line between
	the items relations of the visual maps.

	* include/functions_visual_map.php,
	  include/javascript/pandora_visual_console.js: Added
	support to the custom line thickness and fixed some
	problems with the line connections.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10221 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-17 15:11:50 +00:00
hkosaka a8bcd7cd10 2014-06-12 Hirofumi Kosaka <kosaka@rworks.jp>
* godmode/massive/massive_delete_modules.php,
	operation/agentes/ver_agente.php: Fixed bug that all
	agents' module could be target of deletion,
	if the user has an AW privilege for any.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10172 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-12 10:43:25 +00:00
alexhigh 3599c2baaa 2014-06-10 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_graph.php: Added the function
	"graph_snmp_traps_treemap".

	* include/functions_netflow.php: Fixed a little error.

	* operation/snmpconsole/snmp_view.php: Fixed the pagination.
	Now is possible to see a treemap graph of oid per agent with
	the snmptraps received.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10156 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-10 15:21:58 +00:00
hkosaka 13c6786a40 2014-06-10 Hirofumi Kosaka <kosaka@rworks.jp>
* operation/agentes/ver_agente.php,
	godmode/massive/massive_delete_modules.php: Fixed bug that all
	agents' module the user can view could be targets of deletion,
	if the user has an AW privilege for any.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10151 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-10 10:17:15 +00:00
alexhigh f734ea00f6 2014-06-09 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_api.php: Added the parameter
	"address resolution" to the functions
	"api_get_netflow_get_data" and "api_get_netflow_get_stats".

	* include/functions_netflow.php: Added the parameter
	"address resolution" to the functions "netflow_get_data",
	"netflow_get_stats", "netflow_get_summary",
	"netflow_get_record" and "netflow_draw_item".
	
	* operation/netflow/nf_live_view.php: Added an option to
	apply IP address resolution to the netflow searches.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10147 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-09 18:23:36 +00:00
alexhigh 599e72e384 2014-06-06 Alejandro Gallardo <alejandro.gallardo@artica.es>
* operation/agentes/estado_generalagente.php: Added the
	group to the agent info table.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10130 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-06 11:47:33 +00:00
zarzuelo dd17853210 2014-06-05 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/ver_agente.php: Fix sql error in the layer that 
	appears when put the mouse over a node in network map related with tags
	in users without acl profiles assigned (just admin assigned) Ticket #824




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10125 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-06 06:50:58 +00:00
zarzuelo bf63aa42c2 2014-06-05 Sergio Martin <sergio.martin@artica.es>
* operation/search_agents.php: Change the format of the agent interval
	from seconds to human format for in global search. Ticket #867



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10121 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-05 12:58:36 +00:00
alexhigh b00614eb63 2014-06-02 Alejandro Gallardo <alejandro.gallardo@artica.es>
* godmode/setup/setup_visuals.php,
	  include/functions_config.php: Added a new config token
	to hold a custom path for the graphviz binaries.

	* include/functions_networkmap.php: Minor fixes on the
	functions "networkmap_create_module_node" and
	"networkmap_open_graph".

	* operation/agentes/networkmap.groups.php,
	  operation/agentes/networkmap.topology.php: Modified to
	support the custom graphviz directory, blanks in paths, etc.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10080 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-02 17:36:00 +00:00
zarzuelo 47872751c0 2014-06-02 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	include/styles/dialog.css
	include/functions_events.php
	operation/agentes/group_view.php
	images/data.png
	images/network.png
	images/tab_green_bg.png
	images/database.png
	images/os_icons/so_other.png
	images/os_icons/so_mac_small.png
	images/os_icons/so_mac.png
	images/os_icons/so_other_small.png
	images/tab_grey_bg.png
	images/network.disabled.png
	images/plugin.png
	images/chart_curve.png
	images/header_blackout.png
	images/eye.png
	general/logon_ok.php: A bunch of aesthetic changes
	like table header colors, new icons, etc.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10079 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-02 16:57:20 +00:00
mdtrooper ab110f04ad 2014-06-02 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/configure_alert_template.php,
	godmode/reporting/reporting_builder.item_editor.php,
	godmode/agentes/planned_downtime.editor.php, godmode/setup/news.php,
	include/ajax/module.php, include/functions.php,
	include/functions_ui.php, extensions/insert_data.php,
	operation/netflow/nf_live_view.php,
	operation/reporting/reporting_viewer.php,
	operation/reporting/graph_viewer.php, operation/tree.php,
	operation/agentes/datos_agente.php,
	operation/agentes/estado_monitores.php: fixed the i18n of the
	timepicker.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10076 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-02 15:57:36 +00:00
mdtrooper 7d91bbb077 2014-06-02 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php: restored the lost code from
	the branch 5.
	
	Incident: #845




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10072 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-02 11:02:18 +00:00
mdtrooper b9f2653a82 2014-05-30 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/sound_events.php: fixed the break image.
	
	Incident: #844




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10057 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-30 17:23:02 +00:00
mdtrooper a3d27b749c 2014-05-30 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/agent_manager.php,
	godmode/setup/setup_visuals.php, include/functions_config.php,
	include/config_process.php, include/functions_ui.php,
	include/javascript/qrcode.js, include/javascript/pandora.js,
	operation/visual_console/public_console.php, images/qrcode_icon.jpg,
	general/header.php: added the feature to show the QR code of the
	pages for to make for example sticker for the fisical machines or
	other things.
	
	Incident: #818




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10047 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-30 10:51:33 +00:00
mdtrooper 9b123de8a3 2014-05-29 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/pandora.d3.js, include/graphs/functions_d3.php,
	operation/agentes/networkmap.dinamic.php: fixed the css for the
	m$-internet exploter 11. Please Bill Gates travels to Leon.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10040 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-29 15:50:21 +00:00
mdtrooper c5ec3ebb55 2014-05-27 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/graph_builder.main.php,
	include/functions_graph.php, include/functions_visual_map.php,
	include/functions_custom_graphs.php, include/constants.php,
	operation/reporting/graph_viewer.php: killing unicorns and magic
	numbers for the kind of custom graphs.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10021 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-27 14:31:53 +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
vgilc f12fe11e59 2014-05-27 Vanessa Gil <vanessa.gil@artica.es>
* operation/snmpconsole/snmp_view.php: Changed ACLs. All 
	users can view traps whose source isn't in console.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10015 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-27 12:10:16 +00:00
mdtrooper 6119b2e4a6 2014-05-27 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/module_manager.php,
	operation/agentes/estado_monitores.php, general/main_menu.php: fixed
	the PHP warnings.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10014 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-27 08:57:20 +00:00
vgilc 091db5c2ef * include/functions_forecast.php: Fixed division by zero.
* operation/visual_console/public_console.php: Fixed link
	to public visual console.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9992 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-23 06:44:15 +00:00
vgilc 9af35a531f 2014-05-22 Vanessa Gil <vanessa.gil@artica.es>
* godmode/setup/setup_visuals.php
	  include/functions_config.php
	  operation/agentes/estado_monitores.php: Added optional
	module pagination.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9983 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-22 08:34:40 +00:00
vgilc 090ef2a96a 2014-05-22 Vanessa Gil <vanessa.gil@artica.es>
* godmode/servers/manage_recontask.php
	  operation/servers/recon_view.php: Added tabs.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9978 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-21 11:47:52 +00:00
vgilc 30a5366f8f 2014-05-21 Vanessa Gil <vanessa.gil@artica.es>
* images/dot_blue.png
	  images/dot_white.png
	  images/dot_yellow.png
	  operation/agentes/estado_monitores.php
	  operation/agentes/status_monitor.php: Changed images.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9976 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-21 09:57:36 +00:00
vgilc 0fa34cd1db 2014-05-20 Vanessa Gil <vanessa.gil@artica.es>
* operation/events/events.build_query.php
	  operation/events/events.php
	  operation/events/events_list.php: Added filters
	to event list.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9964 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-20 14:40:43 +00:00
zarzuelo 288a4789f7 2014-05-08 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/ver_agente.php
	godmode/menu.php
	godmode/massive/massive_operations.php
	include/javascript/pandora.js: Add massive operation for
	satellite agents threshold edition. This is the part on the 
	open side that hooks with enterprise code.

	* 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
	pandoradb_data.sql
	pandoradb.data.postgreSQL.sql
	pandoradb.data.oracle.sql: 
	images/networkmap/satellite.png
	images/os_icons/satellite_small.png
	images/os_icons/satellite.png
	images/op_satellite.png: Add icon to satellite OS



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9888 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-08 07:54:51 +00:00
alexhigh 5f7feb75aa 2014-05-07 Alejandro Gallardo <alejandro.gallardo@artica.es>
* godmode/agentes/planned_downtime.editor.php,
	  godmode/alerts/configure_alert_template.php,
	  godmode/reporting/reporting_builder.item_editor.php,
	  operation/netflow/nf_live_view.php: Changed the maximum
	character length of the time inputs from 7 to 8.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9878 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-07 14:14:23 +00:00
vgilc a9a2fa411e 2014-05-05 Vanessa Gil <vanessa.gil@artica.es>
* operation/agentes/estado_generalagente.php: Add incident view
	in agent detail.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9854 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-05 08:27:02 +00:00
alexhigh 5b95334ad0 2014-04-25 Alejandro Gallardo <alejandro.gallardo@artica.es>
* extensions/system_info.php,
	  godmode/servers/plugin.php,
	  godmode/setup/file_manager.php,
	  include/config_process.php,
	  include/functions_filemanager.php,
	  include/functions_html.php,
	  operation/gis_maps/ajax.php,
	  operation/snmpconsole/snmp_mib_uploader.php: Replaced
	the possible backslashes with slashes in the directories
	path.

	* include/functions_graph.php: Modified the function
	"grafico_modulo_log4x" to adapt the 'set_include_path' to
	Windows.

	* include/get_file.php: Now the file name comes from the
	function "basename".


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9814 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-25 11:07:30 +00:00
juanmanuelr 0b77d1d0d4 2014-04-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events.build_table.php: Fixed 
        multiple validation of events in event list view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9807 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-24 07:56:06 +00:00
vgilc 018811eedb 2014-04-23 Vanessa Gil <vanessa.gil@artica.es>
* include/functions_ui.php
	  include/ajax/module.php
	  operation/tree.php
	  operation/agentes/estado_monitores.php
	  operation/agentes/status_monitor.php: Changed
	data view of modules to popup.

	* include/styles/menu.css: Changed style of menu.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9800 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-23 07:57:40 +00:00
alexhigh 2070d3073f 2014-04-14 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_ui.php: Improved the function
	"ui_get_url_refresh" to deal with arrays obtained from 
	the parameters of get, post and custom sources.

	* operation/agentes/status_monitor.php: Now is possible
	to filter the modules by the agents custom fields.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9764 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-14 13:18:20 +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
mdtrooper 3628d22f56 2014-04-03 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_generalagente.php: fixed the $id_agente
	var lost.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9708 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-03 10:28:16 +00:00
mdtrooper 95275d2f15 2014-04-02 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_results.php, operation/search_users.getdata.php:
	fixed the count of user in the global search main page.
	
	Incident: #710




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9702 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-02 11:37:09 +00:00
vgilc 130b095b61 2014-04-02 Vanessa Gil <vanessa.gil@artica.es>
* godmode/menu.php
	  godmode/agentes/planned_downtime.editor.php
	  operation/menu.php: Changed 'Scheduled downtime'
	from Administration to Operation.
	Added help in scheduled downtime form.
	Changed 'Update manager' from Operation->Extensions
	to Administration->Setup.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9701 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-02 11:11:06 +00:00
mdtrooper 15129bf4c8 2014-04-02 Miguel de Dios <miguel.dedios@artica.es>
* godmode/modules/manage_network_components.php,
	godmode/modules/manage_network_components_form.php,
	godmode/agentes/configurar_agente.php,
	include/functions_snmp_browser.php,
	operation/snmpconsole/snmp_browser.php: implemented the feature to
	create a network component from snmp browser.
	
	Incident: #684




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9700 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-02 10:19:39 +00:00
mdtrooper e3f38440d3 2014-03-01 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_modules.php, operation/agentes/exportdata.php:
	fixed the export data from modules with string data.
	
	Incident: #707




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9695 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-01 13:50:58 +00:00
alexhigh e14cf95db5 2014-03-31 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_networkmap.php: Updated the function
	"networkmap_generate_dot" to fix a regex and delete the
	central node if the L2 network interfaces is true.

	* operation/agentes/estado_generalagente.php: Fixed
	some regex.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9690 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-31 16:41:13 +00:00
mdtrooper b1f963e9bb 2014-03-31 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/agent_conf_gis.php,
	operation/agentes/gis_view.php: changed the style to message of
	error to set the standar style of new Pandora.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9681 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-31 10:25:59 +00:00
juanmanuelr 52c881d92a 2014-03-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/reporting/map_builder.php
        godmode/netflow/nf_edit_form.php
        include/ajax/visual_console_builder.ajax.php    
        operation/menu.php: Fix ACLs in these views.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9667 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-28 16:33:26 +00:00
mdtrooper b09199cfc0 2014-03-28 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_gis.php, operation/agentes/gis_view.php: fixed
	the GIS view for agents.
	
	Incident: #611
	
	BACKPORTED FROM THE BRANCH PANDORA_5




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9664 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-28 13:52:32 +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 b1d644e772 2014-03-24 Miguel de Dios <miguel.dedios@artica.es>
* godmode/massive/massive_edit_modules.php,
	godmode/massive/massive_edit_agents.php,
	godmode/massive/massive_delete_modules.php,
	godmode/massive/massive_copy_modules.php,
	godmode/groups/group_list.php, operation/agentes/ver_agente.php:
	implement the filter by agent status in the other massive
	operations.
	
	Incident: #669




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9644 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-25 12:39:26 +00:00
alexhigh fa6eabf104 2014-03-24 Alejandro Gallardo <alejandro.gallardo@artica.es>
* operation/agentes/estado_monitores.php: Fixed an error
	on the monitor relationship tooltip.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9640 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-24 17:42:31 +00:00
mdtrooper 7e4a2ba7a9 2014-03-24 Miguel de Dios <miguel.dedios@artica.es>
* godmode/massive/massive_edit_agents.php,
	godmode/massive/massive_delete_agents.php,
	godmode/groups/group_list.php, include/functions_agents.php,
	include/javascript/jquery.pandora.controls.js,
	operation/agentes/ver_agente.php,
	operation/agentes/estado_monitores.php: added the feature to filter
	by agent status in the massive operations into
	"massive agent deletion" and "massive agent edition".
	
	Incident: #669




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9639 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-24 11:41:54 +00:00
mdtrooper 0b7a657d56 2014-03-20 Miguel de Dios <miguel.dedios@artica.es>
* godmode/snmpconsole/snmp_alert.php,
	godmode/alerts/alert_list.list.php,
	godmode/agentes/agent_manager.php,
	godmode/agentes/configurar_agente.php,
	godmode/agentes/modificar_agente.php,
	include/functions_reporting.php,
	operation/agentes/estado_agente.php,
	images/remote_configuration.png: added a tab for enterprise remote
	configuration.
	
	Incident: #311




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9619 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-20 12:02:07 +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
mdtrooper 3f8daab6f3 2014-03-19 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php,
	include/functions_ui.php: fixed the view in fullscreen.
	
	Incident: #675




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9615 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-19 11:21:11 +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 561fbbbfa9 2014-03-17 Vanessa Gil <vanessa.gil@artica.es>
* operation/snmpconsole/snmp_view.php: Added 'group by
	OID/IP' to SNMP traps.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9603 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-17 11:31:48 +00:00
mdtrooper 5489185c8d 2014-03-11 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_monitores.php: fixed the length of module
	name in the agent view.
	
	Incident: #608




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9552 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-11 11:31:49 +00:00
mdtrooper 95675f4b5e 2014-03-10 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/flot/pandora.flot.js: fixed the position of buttons
	in the flot area graphs when the graphs are in other pages than
	stat win.
	
	Incident: #560
	
	* operation/agentes/graphs.php, include/graphs/fgraph.php,
	include/graphs/functions_flot.php: cleaned source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9542 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-10 15:59:36 +00:00
mdtrooper 92f163e8ae 2014-03-07 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/status_monitor.php,
	operation/agentes/estado_monitores.php: added the snapshot feature
	in the view of monitors.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9526 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-07 10:54:02 +00:00
mdtrooper 32a95a211a 2014-03-06 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php,
	operation/visual_console/render_view.php: cleaned source code style.
	
	* include/functions_reporting.php: fixed the legend for the graphs
	into the topn element report.
	
	Incident: #597




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9521 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-06 17:46:44 +00:00
mdtrooper 35ac022587 2014-03-06 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/snapshot_view.php: fixed the lost scrollbars.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9519 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-06 14:47:07 +00:00
mdtrooper 4acd8e9b95 2014-03-05 Miguel de Dios <miguel.dedios@artica.es>
* index.php, operation/search_results.php: fixed the global search
	when the text to search end with whitespace.
	
	Incident: #605




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9510 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-05 15:29:57 +00:00
juanmanuelr 7b7db80c11 2014-02-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/ver_agente.php: Fixed agent tooltip
        for metaconsole networkmap. Now check ACL tags are checked.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9446 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-02-18 11:56:24 +00:00
juanmanuelr e99a72eb8f 2014-02-17 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/status_monitor.php: Fixed tag combo,
        now only shows user tags not all.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9445 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-02-17 16:51:15 +00:00
zarzuelo d84c1bc413 2014-01-30 Sergio Martin <sergio.martin@artica.es>
* operation/gis_maps/ajax.php: Fixed broken agent
	icons when autorefresh on gis maps

	* mobile/operation/groups.php
	mobile/operation/events.php
	mobile/include/style/main.css
	mobile/include/ui.class.php
	mobile/include/user.class.php: More aesthetic and 
	responsible improvements on mobile console

	* include/functions_graph.php
	include/constants.php: Added more colors to the
	graph color collection to support more graphics in 
	a combined graphs



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9388 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-01-30 10:44:54 +00:00
mdtrooper 9e94772d42 2014-01-23 Miguel de Dios <miguel.dedios@artica.es>
* operation/visual_console/render_view.php: re-added the countdown
	widget for visualmaps in fullscreen.
	
	Incident: #539 from local tacker.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9359 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-01-23 15:51:25 +00:00
juanmanuelr 12baeb10b3 2014-01-17 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
* godmode/events/event_edit_filter.php
        include/functions_events.php
        operation/events/events_list.php:Fixed an ACL issue with event filters.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9335 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-01-17 11:53:30 +00:00
mdtrooper c6d791dd93 2014-01-09 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php: added function "https_is_running".
	
	* include/functions_gis.php, operation/gis_maps/render_view.php,
	operation/gis_maps/public_console.php, godmode/setup/gis_step_2.php:
	fixed the urls for google maps when it is running in https mode.
	
	Fixes: #2403




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9303 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-01-09 13:33:16 +00:00
mdtrooper ca068e7497 2014-01-07 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: fixed the save the font size in
	the networkmaps.
	
	Fixes: #2408




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9291 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-01-07 14:44:38 +00:00
zarzuelo d1789ba232 2013-12-12 Sergio Martin <sergio.martin@artica.es>
* include/graphs/functions_flot.php
	include/graphs/flot/pandora.flot.js
	include/javascript/pandora.js
	include/styles/pandora.css
	operation/agentes/stat_win.php: A lot of fixes on the
	javascript graphs to be shown correctly in IE. Tested
	and working fine on IE9 with compatibility mode on.
	Incident: #417



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9216 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-12-12 14:49:36 +00:00
jsatoh 6a9379c337 2013-11-30 Junichi Satoh <junichi@rworks.jp>
* operation/tree.php, operation/agentes/datos_agente.php,
	operation/reporting/reporting_viewer.php,
	operation/reporting/graph_viewer.php: Added missing extension for
	jquery-ui-timepicker.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-30 12:14:26 +00:00
mdtrooper 70dc4efd08 2013-11-22 Miguel de Dios <miguel.dedios@artica.es>
* operation/gis_maps/ajax.php: fixed the get size of icons for
	the public gis map.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9114 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-22 09:56:40 +00:00
mdtrooper bcc83567fc 2013-11-20 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_ui.php: removed the hack for metaconsole in the
	"ui_toggle", now this hack fails because it is fixed the images in
	the metaconsole.
	
	* operation/agentes/alerts_status.php: cleaned source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9106 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-20 14:52:14 +00:00
zarzuelo 8c86a93bb2 2013-11-19 Sergio Martin <sergio.martin@artica.es>
* operation/events/events.build_query.php: Fixed a
	subquery OR condition for not normal type.

	* operation/agentes/status_monitor.php: Fixed monitor
	filter by group and tags

	* mobile/operation/events.php: Fixed filter of events 
	view in mobile console



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9097 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-19 13:28:35 +00:00
mdtrooper 9c79c8fdf4 2013-11-13 Miguel de Dios <miguel.dedios@artica.es>
* operation/visual_console/render_view.php,
	operation/visual_console/public_console.php: fixed the refresh of
	visualmaps.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9070 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-13 10:29:04 +00:00
zarzuelo 5a9eae993d 2013-11-12 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/estado_monitores.php: Added action url to
	reset modules filter form work fine when the filter is a GET 
	parameter



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9066 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-12 15:18:15 +00:00
zarzuelo b417342bd7 2013-11-12 Sergio Martin <sergio.martin@artica.es>
* operation/events/events.build_table.php
	operation/agentes/estado_monitores.php
	operation/agentes/ver_agente.php: Fixed old link in 
	module name in events list. Incident #369



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9065 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-12 15:04:46 +00:00
vgilc 24feb306ed 2013-11-12 Vanessa Gil <vanessa.gil@artica.es>
* operation/agentes/alerts_status.php: Fixed bug displaying
	embedded metaconsole.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9063 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-12 12:42:46 +00:00
vgilc 4a6273da91 2013-11-12 Vanessa Gil <vanessa.gil@artica.es>
* operation/agentes/status_monitor.php: Fixed search filter
	in Monitor view.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9062 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-12 12:38:13 +00:00
mdtrooper 81b9f14a5d 2013-11-12 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: changed the size of the field
	for the name of networkmap.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9058 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-12 10:35:35 +00:00
zarzuelo 5250224042 2013-11-04 Sergio Martin <sergio.martin@artica.es>
* operation/tree.php: Truncate the name of agents
	and modules in tree view to avoid ugly view for 
	incident #306



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9002 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-04 15:16:37 +00:00
mdtrooper 5adf9a17e4 a2013-10-14 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events.build_query.php,
	operation/events/events_list.php, operation/events/events.php: added
	the filter for events of group childrens of parent group selected.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8911 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 15:36:50 +00:00
mdtrooper 44a094b2e4 2013-10-14 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/status_monitor.php: fixed the filter by group
	in the metaconsole.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8908 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 12:36:41 +00:00
Ramon Novoa 3eda7f47ee 2013-10-14 Ramon Novoa <rnovoa@artica.es>
* operation/snmpconsole/snmp_view.php: Made the SNMP trap viewer look
	  more like the event viewer.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8907 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 12:00:56 +00:00
mdtrooper 3a215820c1 2013-10-14 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/flot/pandora.flot.js,
	include/graphs/functions_flot.php, operation/agentes/stat_win.php:
	fixed the charts with negative values and a flot type.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8906 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-14 11:48:51 +00:00
zarzuelo fd540f5880 2013-10-10 Sergio Martin <sergio.martin@artica.es>
* include/functions_agents.php
	include/functions_alerts.php
	operation/agentes/status_monitor.php
	operation/agentes/status_events.php
	mobile/operation/modules.php: Fixed several calls
	to acl tags with same fixes of Juanma in previous commits



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8887 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-10 16:11:39 +00:00
mdtrooper 9b6f00a1ff 2013-10-10 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_tags.php,
	operation/agentes/estado_monitores.php,
	operation/agentes/status_events.php: uploaded the fixes of Juanma.
	Thanks Juanma ;) 




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8885 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-10 12:55:22 +00:00
zarzuelo d1ff8d0101 2013-10-09 Sergio Martin <sergio.martin@artica.es>
* include/javascript/jquery.pandora.js
	images/tip.png: Replace tip image by new star, increse
	a little the license info dialog

	* operation/agentes/estado_generalagente.php: Added real 
	time tip near status graph legend in main agent view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8876 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-09 08:42:00 +00:00
zarzuelo 090b2e7fb3 2013-10-08 Sergio Martin <sergio.martin@artica.es>
* include/functions_alerts.php
	include/javascript/jquery.pandora.controls.js
	include/functions_treeview.php
	operation/tree.php
	operation/agentes/ver_agente.php
	godmode/groups/group_list.php
	godmode/massive/massive_add_alerts.php
	godmode/massive/massive_delete_modules.php
	godmode/massive/massive_delete_alerts.php
	godmode/massive/massive_edit_modules.php
	godmode/reporting/graph_builder.graph_editor.php: Add sorting
	in many agents list retrieved by ajax and tree view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8868 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-08 09:48:26 +00:00
Ramon Novoa bd51b40fcc 2013-10-07 Ramon Novoa <rnovoa@artica.es>
* include/functions_networkmap.php,
	  operation/agentes/networkmap_list.php,
	  operation/agentes/networkmap.php: Fixed ACL related problems.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8862 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 10:52:24 +00:00
zarzuelo 2f555980ce 2013-10-07 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	include/functions_reporting.php
	include/fonts/FreeSans.ttf
	include/fonts/FreeSansBold.ttf
	include/config_process.php
	operation/reporting/reporting_viewer.php
	images/pandora_logo_white.jpg
	godmode/reporting/reporting_builder.list_items.php
	godmode/reporting/reporting_builder.main.php
	godmode/reporting/reporting_builder.php: Fix several visual
	issues in reports. Update FreeSans font. Add some code for
	pdf reports in enterprise side



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8858 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-10-07 08:38:41 +00:00
Ramon Novoa 3a543e7df7 2013-09-27 Ramon Novoa <rnovoa@artica.es>
* include/functions_netflow.php,
	  operation/netflow/nf_live_view.php: Show an error if nfdump version
	  older than 1.6.8 is installed (this is the minimum version required
	  to work with Pandora FMS).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8820 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-09-27 11:18:04 +00:00
zarzuelo 4dc7e90a88 2013-09-27 Sergio Martin <sergio.martin@artica.es>
* operation/events/events.php
	godmode/events/events.php: Fix some sec parameters to
	higlight correct menu sections when events sections are
	active

	* godmode/agentes/agent_wizard.snmp_explorer.php: Change error 
	message to help user to understand result of snmp walk

	* godmode/agentes/module_manager_editor_network.php: Increase
	the modal window of snmp walk




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8818 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-09-27 10:18:27 +00:00
zarzuelo f3ddbc6b04 2013-09-20 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/estado_monitores.php
	godmode/agentes/module_manager.php: Fixing translation
	of adopted modules and reestructure translations calls
	to do the translations more efecctively for bug #2375

	* general/login_help_dialog.php: Fix size
	of the login help dialog



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8788 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-09-20 09:52:58 +00:00
Ramon Novoa 8e74da1bcc 2013-09-16 Ramon Novoa <rnovoa@artica.es>
* operation/snmpconsole/snmp_view.php: Hide binding vars from the main
	  view (they do not fit in the table). They are translated and shown in
	  the detailed view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8775 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-09-16 12:58:14 +00:00
mdtrooper 3da5f64882 2013-09-03 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_groups.php, operation/agentes/group_view.php:
	fixed the links (now use constants instead the magic number and
	unicorns) to the filtered list of modules.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8735 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-09-03 12:58:22 +00:00
mdtrooper 0aef6ae3a8 2013-09-03 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_ui.php: into the function "ui_pagination"
	added the parameter "print_total_items" to show the total of
	item in the list. It is showed althought the pagination does not.
	
	* operation/agentes/estado_agente.php: changed to don't show the
	total in the pagination block in the bottom.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8732 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-09-03 08:59:19 +00:00
mdtrooper 44550e9acc 2013-09-03 Miguel de Dios <miguel.dedios@artica.es>
* operation/tree.php, include/functions_treeview.php: improved the
	source code style.
	
	* operation/search_agents.getdata.php: added to search for the
	main address of agent.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8729 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-09-03 07:54:24 +00:00
mdtrooper 3b12a6b059 2013-08-30 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_generalagente.php: show a warning
	message when the agent has not a assigned server.
	
	* operation/agentes/ver_agente.php: some changes for to make more
	easy the merge with the trunk.
	
	MERGED FROM THE TRUNK.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8718 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-30 11:21:51 +00:00
mdtrooper faa29e0c03 2013-08-08 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_agents.php, include/functions_alerts.php,
	operation/agentes/alerts_status.php: improved the function
	"get_group_alerts" to use in the places that there were a foreach
	loop with all agents for any group.
	
	Fixes: #2060




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8641 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 09:00:34 +00:00
mdtrooper 93589e7fd4 2013-08-07 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_agente.php: fixed the call to
	enterprise function.
	
	Fixes: #2367 
	
	* godmode/agentes/module_manager.php: make more easy the merges
	from the last branch.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8637 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-07 10:59:09 +00:00
mdtrooper 267b28ed0a 2013-08-05 Miguel de Dios <miguel.dedios@artica.es>
* include/constants.php, godmode/snmpconsole/snmp_alert.php: added
	filter in the alert snmp page and pagination.
	
	* operation/events/events.build_table.php,
	godmode/netflow/nf_edit.php, include/functions_ui.php,
	include/db/mysql.php, include/functions_incidents.php: improved the
	source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8630 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-05 14:23:27 +00:00
mdtrooper c72879741b 2013-08-02 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/functions_gd.php, include/graphs/fgraph.php,
	include/functions.php, include/functions_graph.php,
	include/functions_visual_map.php,
	include/ajax/visual_console_builder.ajax.php,
	operation/visual_console/render_view.php: a lot of fixes in the
	visualmap.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8622 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-02 10:53:50 +00:00
mdtrooper b373b23340 2013-08-01 Miguel de Dios <miguel.dedios@artica.es>
* enterprise/godmode/agentes/agent_disk_conf_editor.php,
	enterprise/godmode/agentes/collection_manager.php,
	enterprise/godmode/policies/policy_agents.php,
	enterprise/include/functions_collection.php,
	enterprise/include/functions_policies.php,
	enterprise/include/functions_config_agents.php,
	enterprise/operation/agentes/collection_view.php: fixed and unified
	the code to access the remote config.
	
	MERGED FROM BRANCH PANDORA_4




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8619 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 16:20:36 +00:00
mdtrooper 57729584fa 2013-08-01 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events_list.php, extensions/agents_modules.php:
	removed the debug trace javascript code.
	
	* godmode/reporting/visual_console_builder.editor.js: fixed the
	add fake lines and prevent the remove lines.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8614 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 11:05:38 +00:00
mdtrooper af0a970cea 2013-07-31 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: added dinamic tab.
	
	* images/dynamic_network_icon.png: added a Carla's icon for the
	dinamic tab.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8605 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-31 10:16:26 +00:00
zarzuelo 364bc423bd 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* include/ajax/module.php
	extensions/insert_data.php
	operation/tree.php
	operation/reporting/reporting_viewer.php
	operation/reporting/graph_viewer.php
	operation/agentes/datos_agente.php
	godmode/agentes/planned_downtime.editor.php
	godmode/alerts/configure_alert_template.php
	godmode/reporting/reporting_builder.item_editor.php: Change 
	the inclusion of timepicker language file from jquery include
	function to manually way to avoid jQuery errors




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8598 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 14:59:19 +00:00
mdtrooper c7e78e0190 2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/networkmap.php, godmode/users/user_list.php,
	include/javascript/pandora.js,
	include/javascript/openlayers.pandora.js,
	include/functions_snmp_browser.php, include/api.php,
	include/functions_api.php, operation/snmpconsole/snmp_browser.php,
	operation/agentes/networkmap.dinamic.php: improved the source code
	style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8596 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 10:25:49 +00:00
zarzuelo 9b18352767 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* include/functions_users.php
	operation/events/events_list.php: Improve the encapsulation
	of the last Juanmas fix using my previous solution



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8595 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 09:56:20 +00:00
juanmanuelr 162156576d 2013-07-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events_list.php: Fix user filter in
        event list view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8594 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 09:40:43 +00:00
mdtrooper 464fdb00a8 2013-07-26 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.dinamic.php: added default zoom
	buttom.
	
	* images/zoom_default.svg: the default buttom.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8584 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 12:46:09 +00:00
mdtrooper ca2305157b 2013-07-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_networkmap.php,
	operation/agentes/networkmap.dinamic.php: added the tooltips and
	only it needs reorganize the code.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8583 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 11:53:11 +00:00
mdtrooper ef837a8378 2013-07-25 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/d3.v3.js: removed some changes.
	
	* include/functions_networkmap.php,
	operation/agentes/networkmap.dinamic.php,
	operation/agentes/networkmap.php: first version of dinamic view
	for networkmap. It needs implement tooltip and of course fix
	the new bugs.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8579 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 16:52:45 +00:00
zarzuelo e4a9035497 2013-07-24 Sergio Martin <sergio.martin@artica.es>
* include/functions_visual_map.php
	include/functions_agents.php
	include/functions_modules.php
	include/functions_reporting.php
	include/constants.php
	operation/agentes/status_monitor.php
	operation/agentes/estado_agente.php
	operation/agentes/estado_monitores.php
	mobile/operation/agents.php
	mobile/operation/modules.php
	godmode/agentes/module_manager.php: Fix typo
	errors on few constants

	* operation/tree.php: Fix status check for 
	async not init modules to set the status in
	modules branch of tree view. Now it depends on
	the server



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8564 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-24 11:06:24 +00:00
zarzuelo 1615c31696 2013-07-24 Sergio Martin <sergio.martin@artica.es>
* include/functions_modules.php
	include/functions_reporting.php
	operation/agentes/estado_monitores.php
	operation/search_agents.php: Fixed several errors on
	module status counts for bug #2338



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8563 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-24 10:27:13 +00:00
Ramon Novoa 40ce5cace8 2013-07-19 Ramon Novoa <rnovoa@artica.es>
* godmode/agentes/module_manager_editor_network.php,
	  include/javascript/pandora_snmp_browser.js,
	  include/functions_snmp_browser.php,
	  operation/snmpconsole/snmp_browser.php: Added SNMP version support to
	  the SNMP browser.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8556 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-22 18:14:09 +00:00
zarzuelo c5f4c6d913 2013-07-22 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/stat_win.php: Change the order of jquery
	include file to avoid errors



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8553 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-22 12:34:46 +00:00
zarzuelo 319f1d769a 2013-07-18 Sergio Martin <sergio.martin@artica.es>
* operation/reporting/reporting_viewer.php
	images/report_list.png
	godmode/events/event_edit_filter.php
	godmode/reporting/reporting_builder.php: Fix the manage
	tabs wich appeared in the view report section even when 
	the user hasnt RW permissions for bug #2347
	Added some new buttons and icon to make more usable the
	reports section



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8544 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-18 09:50:35 +00:00
zarzuelo f9c5db2e4a 2013-07-17 Sergio Martin <sergio.martin@artica.es>
* include/functions_users.php
	include/functions_groups.php
	operation/events/events_list.php: Fixed the visibility
	of the users in the events view filter. Now the user 
	can only filter by the users of the groups where the
	user belongs



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8539 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 16:14:52 +00:00
zarzuelo f5fb7c94ae 2013-07-17 Sergio Martin <sergio.martin@artica.es>
* operation/menu.php
	operation/events/events_rss.php
	operation/events/export_csv.php
	operation/events/events_list.php
	operation/events/events.php
	operation/events/events.build_query.php
	general/shortcut_bar.php: Fixed group filter
	for bug #2346 and clean a lot of events code



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8538 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 15:58:15 +00:00
zarzuelo 6d5ee76abd 2013-07-17 Sergio Martin <sergio.martin@artica.es>
* operation/events/events_list.php: Delete unnecessary ACL 
	check

	* images/up.png: Add missed image to new styles




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8537 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 13:57:44 +00:00
zarzuelo 54eb30bddf 2013-07-17 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/status_monitor.php
	operation/agentes/alerts_status.php
	godmode/alerts/configure_alert_template.php: Clean 
	useless ACL checks. Change header string by the same
	string but translated. Added to the alert templates
	wizard level combo the option No Wizard to avoid
	confussing



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8534 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 10:31:31 +00:00
zarzuelo 69dddffd0f 2013-07-11 Sergio Martin <sergio.martin@artica.es>
* include/graphs/pChart/pPie.class.php: Fix the colors of the
	legend when we want to have legend of data that not appears
	in the pie. Merge from 4.1

	* operation/users/user_edit.php: Fix repeated select control
	for main page in workspace section

	* godmode/servers/modificar_server.php: Fix crash in
	servers view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8516 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-11 11:11:16 +00:00
Ramon Novoa 843b06401a 2013-07-10 Ramon Novoa <rnovoa@artica.es>
* extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql,
	  extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql,
	  godmode/snmpconsole/snmp_alert.php,
	  pandoradb.sql,
	  pandoradb.postgreSQL.sql,
	  pandoradb.oracle.sql,
	  operation/snmpconsole/snmp_view.php: Added support to filter 10
	  binding vars. Added binding var automatic translation and other
	  small improvements.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8511 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-10 16:49:05 +00:00
mdtrooper 5e31fc574b 2013-07-02 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_networkmap.php,
	operation/agentes/networkmap.topology.php,
	operation/agentes/networkmap.groups.php,
	operation/agentes/networkmap.php: improved the source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8448 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-02 09:44:10 +00:00
zarzuelo 3ff6dc86f1 2013-07-01 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php
	operation/agentes/stat_win.php: Fix string type graph colors
	and data. Fix the "Avg only" option because is forced to "true".
	Bug: 2284



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8443 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-01 15:41:40 +00:00
mdtrooper d1a999334f 2013-06-25 Miguel de Dios <miguel.dedios@artica.es>
* operation/users/user_edit.php: fixed the "home page" for user,
	now it does show ugly 0, show correct the dashboard and
	visualmap and can set other.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8400 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-25 12:58:03 +00:00
mdtrooper 3ce3bb7921 2013-06-25 Miguel de Dios <miguel.dedios@artica.es>
* operation/users/user_edit.php: merge the code for made more
	easy the merges from the branch.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8398 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-25 11:20:13 +00:00
mdtrooper e11dca6754 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* operation/visual_console/render_view.php: fixed the javascript
	draw lines when there is any error in the map.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8394 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-25 10:11:26 +00:00
mdtrooper 82fd0c13cd 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php,
	operation/agentes/status_monitor.php: fixed the links to the items
	that represents modules.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8385 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-24 13:43:49 +00:00
mdtrooper 23d36cbf5c 2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
* godmode/events/events.php, operation/netflow/nf_live_view.php:
	fixed the hook to call a enterprise function.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8360 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-20 09:00:44 +00:00
mdtrooper f540aa956b 2013-06-18 Miguel de Dios <miguel.dedios@artica.es>
* operation/menu.php: showed the message entry in workspace menu for
	all users.
	
	* include/functions_groups.php: added filters into the function
	"groups_get_users" for to avoid to get user without perms.
	
	* operation/messages/message_edit.php: fixed the ACL for to
	destination users.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8347 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-18 11:38:54 +00:00
mdtrooper 639b55f084 2013-06-18 Miguel de Dios <miguel.dedios@artica.es>
* operation/incidents/incident.php,
	operation/incidents/incident_detail.php: fixed to set the SYSTEM as
	user for the incident.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8344 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-18 09:48:57 +00:00
mdtrooper effabbe24a 2013-06-18 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php: fixed the urls and forms to
	set the filters.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8342 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-18 08:16:50 +00:00
mdtrooper c4fa3c8efd 2013-06-17 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: fixed to create networkmaps
	with the same name (for example users with diferent groups ACL).
	
	Fixes: #2285
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8339 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-17 13:36:33 +00:00
zarzuelo a8b5fada07 2013-06-13 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Fix layout issue

	* operation/events/events.build_table.php: Hide checkbox column
	in read only view

	* operation/events/events_list.php: Hide save filter button
	when user has only ER ACLs permission

	* general/login_page.php: Fix width and height of the 
	login error modal win

	* operation/agentes/stat_win.php: Enable the show events
	filter in replication mode when show local events is enabled



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8320 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-13 15:03:07 +00:00
mdtrooper 5b3c442f2d 2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
* operation/tree.php: improved the source code style.
	
	* include/functions_networkmap.php: remove the link in metaconsole
	node and set the color.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8303 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-12 14:43:08 +00:00
zarzuelo 8a2dbf4f62 2013-06-11 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Added node access control to
	alerts view in metaconsole

	* operation/tree.php
	operation/events/events.build_table.php: Visual fixes



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8291 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-11 15:51:28 +00:00
mdtrooper dc7f8d58bd 2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events_list.php, operation/events/events.php:
	fixed the free text search when there is characters as "(".




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8289 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-11 13:40:36 +00:00
mdtrooper 6ff1234704 2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/configure_alert_template.php,
	godmode/reporting/reporting_builder.item_editor.php,
	godmode/agentes/planned_downtime.editor.php,
	operation/reporting/reporting_viewer.php,
	operation/netflow/nf_live_view.php: added lost help tips for the
	formats time and date.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8288 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-11 13:39:03 +00:00
mdtrooper e14be64cbc 2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* extensions/insert_data.php,
	godmode/alerts/configure_alert_template.php,
	godmode/reporting/reporting_builder.item_editor.php,
	godmode/agentes/planned_downtime.editor.php,
	include/ajax/module.php, include/constants.php, operation/tree.php,
	operation/netflow/nf_live_view.php,
	operation/reporting/reporting_viewer.php,
	operation/reporting/graph_viewer.php,
	operation/agentes/datos_agente.php: fixed the date and time format
	and set a help tip to say the Pandora's format.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8287 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-11 13:14:48 +00:00
mdtrooper e69a4b3980 2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: revert my own changes in
	"html_print_image", the code didn't run fine.
	
	* operation/tree.php: fixed the params to call the function.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8285 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-11 10:06:23 +00:00
mdtrooper 63f0bc7586 2013-06-10 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/jquery.ui-timepicker-addon.js: updated the
	datepicker for to avoid some found bugs.
	
	* include/javascript/i18n: added translations for the datepicker.
	
	* godmode/alerts/configure_alert_template.php,
	godmode/reporting/reporting_builder.item_editor.php,
	godmode/agentes/planned_downtime.editor.php,
	include/ajax/module.php, include/functions_ui.php,
	operation/tree.php, operation/agentes/status_monitor.php,
	operation/agentes/datos_agente.php,
	operation/reporting/reporting_viewer.php,
	operation/reporting/graph_viewer.php, extensions/insert_data.php:
	changed the code for to use the user/system language in the
	datepicker.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8284 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-10 16:19:48 +00:00
zarzuelo c38ad22f0b 2013-06-10 Sergio Martin <sergio.martin@artica.es>
* include/styles/jquery-ui-1.10.0.custom.css
	include/styles/pandora.css
	include/ajax/events.php
	include/functions_graph.php
	include/functions_events.php
	include/functions_networkmap.php
	include/functions_netflow.php
	operation/tree.php
	operation/events/events.build_table.php
	operation/reporting/reporting_viewer.php
	operation/agentes/status_monitor.php
	operation/agentes/stat_win.php
	operation/netflow/nf_live_view.php
	images/header_refresh_disabled.png
	images/image_problem_data.png
	images/input_pdf.png
	images/input_delete.png
	general/header.php
	godmode/users/user_list.php
	godmode/events/event_edit_filter.php
	godmode/events/event_responses.list.php
	godmode/events/events.php: Fix a lot of aesthetic issues and other
	little fixes



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8283 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-10 16:15:36 +00:00
zarzuelo a40f68bdaf 2013-06-10 Sergio Martin <sergio.martin@artica.es>
* include/styles/datepicker.css
	include/styles/jquery-ui-1.10.0.custom.css
	include/styles/pandora.css
	operation/tree.php
	operation/reporting/reporting_viewer.php
	operation/reporting/graph_viewer.php
	operation/agentes/datos_agente.php
	operation/netflow/nf_live_view.php
	godmode/agentes/planned_downtime.editor.php: Change the 
	datepicker of netflow view to datepicker used on the
	rest of Pandora. Fixed styles and regional language calls



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8280 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-10 08:53:42 +00:00
zarzuelo 1032efae1c 2013-06-07 Sergio Martin <sergio.martin@artica.es>
* operation/menu.php: Fixed CSV and RSS links
	from submenu setting the default filters: 8 hours, 
	pagination of 20, etc.

	* operation/agentes/status_monitor.php: Added All option
	to the group filter in monitor view and other little fixes




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8277 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-07 12:28:20 +00:00
zarzuelo 38ca2a5e02 2013-06-07 Sergio Martin <sergio.martin@artica.es>
* include/ajax/module.php
	include/javascript/jquery.ui.datepicker.js
	operation/tree.php
	operation/agentes/datos_agente.php: Added range filter 
	to raw data view in tree view

	* operation/netflow/nf_live_view.php: Fix help popup
	in metaconsole view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-07 09:13:08 +00:00
zarzuelo 61a97fe28d 2013-06-06 Sergio Martin <sergio.martin@artica.es>
* include/ajax/events.php: Fix the info of the
	user that validate a event in the event info that
	is showed when click on a event on interactive graphs

	* include/gettext.php: Add a hack to fix the languages change
	on certain machines, like TSOL one.

	* operation/events/events.build_table.php: Add a "access node"
	control to column server name

	* operation/agentes/status_monitor.php
	* general/header.php: Add disable possibility in autorefresh combo

	* godmode/agentes/module_manager_editor_network.php: Fix show/hide fields
	in the module editor. TCP and SNMP fields were moved from advanced to main
	options and javascript was broken

	* godmode/events/event_edit_filter.php
	godmode/events/custom_events.php
	godmode/events/event_filter.php: Fix some ACLs problems in events
	filter editor

	* godmode/reporting/reporting_builder.item_editor.php: Add an absolute
	path in a library inclusion to fix metaconsole bug



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8262 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-06 13:54:39 +00:00
mdtrooper 229edf0649 2013-06-05 Miguel de Dios <miguel.dedios@artica.es>
* include/constants.php, include/functions_agents.php,
	operation/agentes/estado_agente.php: fixed the filter of the list
	of agents.
	
	Fixes: #2269




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8260 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-05 14:36:13 +00:00
mdtrooper ef22794ecd 2013-06-05 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php: fixed the pagination.
	
	Fixes: #2255
	
	* godmode/groups/group_list.php, godmode/agentes/agent_manager.php:
	cleaned source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8256 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-05 12:13:29 +00:00
zarzuelo 70dba07897 2013-06-04 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	include/functions_groups.php
	operation/agentes/group_view.php: Delete status column
	and group image from groups view. Another visual fixes
	were done



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8249 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-04 08:12:44 +00:00
zarzuelo d8b1f4fca5 2013-06-03 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	include/functions_groups.php
	operation/events/events_list.php
	operation/agentes/group_view.php
	mobile/operation/agent.php
	mobile/operation/agents.php
	mobile/include/style/main.css
	general/logon_ok.php: Few visual fixes



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8247 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-03 16:28:26 +00:00