Commit Graph

3482 Commits

Author SHA1 Message Date
Vanessa Gil b6c077ab0e Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-09-30 18:28:18 +02:00
Vanessa Gil 0dd58bca94 Updated translations. Ticket #1337 2014-09-30 18:21:36 +02:00
Alejandro Gallardo Escobar 983f677b00 Merge branch 'feature/ticket#1327-NetworkInterfaceReport' into develop 2014-09-30 16:30:45 +02:00
Alejandro Gallardo Escobar 18caec5590 Minor update on the function "reporting_network_interfaces_table" 2014-09-30 16:28:52 +02:00
Ramon Novoa 36c0f3a7b7 Added a function to test the connection to the event replication DB. 2014-09-30 16:15:33 +02:00
Alejandro Gallardo Escobar c73d901873 Added a new report item which shows network interfaces information by agents of the selected group
* pandora_console/godmode/reporting/reporting_builder.item_editor.php: Added the item
	'network_interfaces_report'.

* pandora_console/include/functions_agents.php: Added the function
	"agents_get_network_interfaces" to get a list of network interfaces
	information by agent.

* pandora_console/include/functions_custom_graphs.php: Added the 'ttl' parameter
	to the function "custom_graphs_print".

* pandora_console/include/functions_reporting.php: Added the item
	'network_interfaces_report' to the function
	"reporting_render_report_html_item". Added the function
	"reporting_network_interfaces_table".

* pandora_console/include/functions_reports.php: Added the item
	'network_interfaces_report' to the function
	"reports_get_report_types".
2014-09-30 15:56:24 +02:00
Vanessa Gil b02e994701 Removed wildcards '%' from querys where its filtered by tag. Ticket #1363. 2014-09-30 15:11:20 +02:00
Vanessa Gil 304e4be112 Only show user's tags in monitor detail (tree view). Ticket #1356. 2014-09-30 12:11:10 +02:00
mdtrooper e74d61bb1b Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-30 11:57:42 +02:00
mdtrooper 3c4cc38c90 Removed old deprecated and commented/disabled code 2014-09-30 11:57:11 +02:00
artica f945b8253f Auto-updated build strings. 2014-09-30 00:01:09 +02:00
mdtrooper 81ad47e751 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-29 13:50:26 +02:00
mdtrooper ba0c622973 Fixed the enterprise service Items in the visualmaps (edition and operation) 2014-09-29 13:49:45 +02:00
Alejandro Gallardo Escobar 7d6ff04744 Now the report type 'serialized data' gets the data from the default and the historical database 2014-09-29 13:15:26 +02:00
Vanessa Gil 9a8818b6a4 Fixed graph of tactical view in metaconsole. 2014-09-29 11:19:51 +02:00
artica eb47ea6870 Auto-updated build strings. 2014-09-29 00:01:07 +02:00
artica ba13ab9bbf Auto-updated build strings. 2014-09-28 00:01:08 +02:00
artica 45f4d30d79 Auto-updated build strings. 2014-09-27 00:01:10 +02:00
mdtrooper 608d24848b Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-26 16:22:54 +02:00
mdtrooper 99e7229437 Cleaned source code style 2014-09-26 16:22:43 +02:00
pandora-release edd4dc5777 Updated version and build strings. 2014-09-26 14:47:03 +02:00
mdtrooper 2c0ac5d4e9 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-26 13:10:43 +02:00
mdtrooper 47a187a9aa Fixed the urls for the metaconsole images 2014-09-26 13:10:21 +02:00
Vanessa Gil 95cc341854 Changed links in group view. Ticket #1350. 2014-09-26 12:11:43 +02:00
Ramon Novoa c58721eaf8 Use the utimestamp to retrieve the latest events (timestamp is not indexed!) 2014-09-26 10:07:56 +02:00
artica 0ff37dd52a Auto-updated build strings. 2014-09-26 00:01:09 +02:00
mdtrooper 1562923b71 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-25 19:37:11 +02:00
mdtrooper 7d18c1fdeb Fixed the groups_get_status 2014-09-25 19:37:02 +02:00
Sancho Lerena 68a99663cf Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-09-25 18:50:04 +02:00
mdtrooper 537df06e5e Fixed the slow visualmaps (and maybe in other places) with a item group 2014-09-25 13:52:11 +02:00
mdtrooper c1760a345d Cleaned source code style 2014-09-25 13:51:23 +02:00
Sancho Lerena e94ed05cbd Fixed problem with update check: cannot be disabled because variable was never checked :-O 2014-09-25 13:45:12 +02:00
mdtrooper 78e287211f Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-24 16:56:46 +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 a68622b558 Fixed an error on the form of the icon elements of the visual maps 2014-09-24 15:30:20 +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
artica 73d714b34d Auto-updated build strings. 2014-09-24 00:01:09 +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
mdtrooper fc07396e53 Added function is_admin (it is used into the ACL of IPAM) 2014-09-23 13:01:48 +02:00
Vanessa Gil 30dbac3a8b Merge branch 'feature/home' into develop 2014-09-23 12:18:32 +02:00
Vanessa Gil 173000c27e Fixed home screen when the resolution is low. Ticket #1307. 2014-09-23 12:16:15 +02:00
Ramon Novoa 84a1c06a44 Fixed the IDs of SNMP browser password inputs for SNMPv3. 2014-09-23 11:15:08 +02:00
artica 01e6463fdc Auto-updated build strings. 2014-09-23 00:01:08 +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
Sancho Lerena 524c5b1cd6 Modified help files to include a few real examples of postprocess values. 2014-09-22 16:08:29 +02:00