17573 Commits

Author SHA1 Message Date
artica
1877cf2b75 Auto-updated build strings. 2014-09-19 00:01:07 +02:00
Alejandro Gallardo Escobar
013a00e9ce Improved some functions
* pandora_console/include/functions_reporting.php: Fixed the function
	"reporting_get_planned_downtimes". Added a table to the SLA
	reports which shows the planned downtimes that affect the
	SLA report elements.
2014-09-18 19:36:39 +02:00
Alejandro Gallardo Escobar
2bd3a104bd Added the function "reporting_get_planned_downtimes".
* pandora_console/include/functions_reporting.php: The new function
	"reporting_get_planned_downtimes" return a planned downtimes
	array with the planned downtimes that affect the passed modules
	on an specific datetime range.
	Improved two function calls on the function
	"reporting_render_report_html_item".
2014-09-18 15:31:42 +02:00
Ramon Novoa
e85957d7e6 The server generates per group agent statistics, not module statistics!
Module statistics in the tactical view were broken when realtimestats
was disabled. Per group agent statistics were used as if they were per
group module statistics.
2014-09-18 13:53:44 +02:00
Vanessa Gil
67e14c340d Fixed sql error in event list. 2014-09-18 10:26:25 +02:00
artica
cd4d803c8c Auto-updated build strings. 2014-09-18 00:01:08 +02:00
Vanessa Gil
e9998e7bda Remove 'sla_period'. Ticket #1282 2014-09-17 17:22:43 +02:00
Ramon Novoa
f4ed2b8d6e Do not delete not init modules by default.
An option has been added to the Pandora FMS Console Setup to enable the
deletion of these modules.
2014-09-17 14:13:51 +02:00
artica
a203d3beb7 Auto-updated build strings. 2014-09-17 00:01:08 +02:00
mdtrooper
71d472b6e6 Added get some user field into the function 'users_get_user_users' 2014-09-16 17:53:50 +02:00
mdtrooper
72257865b5 Fixed the group count for to show delete icon in the list 2014-09-16 15:35:28 +02:00
Alejandro Gallardo Escobar
483fb6c65c Moved some code to the new function "reporting_get_planned_downtimes_intervals" 2014-09-16 15:33:10 +02:00
mdtrooper
fbb99fbd0c Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-16 13:47:53 +02:00
mdtrooper
8bf33754e5 Fixed the server performance stadistics. TIKET #1272 2014-09-16 13:47:41 +02:00
Junichi Satoh
0a78522d03 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-09-16 19:30:53 +09:00
Junichi Satoh
ce2fe9ac54 Updated Japanese translations. 2014-09-16 19:28:47 +09:00
mdtrooper
8a37afe374 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-16 12:25:53 +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
artica
3018c5d1f3 Auto-updated build strings. 2014-09-16 09:46:20 +02:00
Alejandro Gallardo Escobar
01c0ddeff9 Improved the planned downtimes calculation for the SLA functions
Now the functions "reporting_get_agentmodule_sla" and
"reporting_get_agentmodule_sla_array" do the planned downtimes
calculation correctly.
2014-09-15 18:53:13 +02:00
Sancho Lerena
446269e482 We're approaching to 5.1 SP1 release. 2014-09-15 15:46:27 +02:00
mdtrooper
f4ec4654db In the function 'agents_get_modules' improved/fixed the filter of kind 'x IN (N,M,O..)' 2014-09-15 15:27:48 +02:00
Vanessa Gil
8028e1ad04 Fixed mysql error. Ticket #1273
pandora_console/include/functions_treeview.php
2014-09-12 09:56:39 +02:00
mdtrooper
761b9d786b Added font styles for 4 and 6pt for the labels 2014-09-11 17:50:42 +02:00
mdtrooper
3eac088727 Fixed the link to visualmaps in the linked items. 2014-09-11 11:55:46 +02:00
Alejandro Gallardo Escobar
a4da2ec6c3 Added support to create scheduled downtimes with past dates
* pandora_console/godmode/setup/setup_general.php,
  pandora_console/include/functions_config.php: Added a config token
	to allow the creation of scheduled downtimes in the past.

* pandora_console/godmode/agentes/planned_downtime.editor.php: Now
	is possible to create a scheduled downtime with a past date
	if the config token is activated.
2014-09-11 11:42:57 +02:00
Vanessa Gil
968c513bee Moved tooltip. Ticket #1254
pandora_console/include/styles/pandora.css
2014-09-11 09:59:50 +02:00
Alejandro Gallardo Escobar
0e768e003f Improved the autocomplete input for modules
* pandora_console/include/ajax/module.php: Improved the module name search.

* pandora_consle/include/functons_html.php: Improved the autocomplete input
	for modules.
2014-09-10 17:49:17 +02:00
mdtrooper
322cd38984 Fixes the javascript for the macros in module plugins. TICKETS #1258 2014-09-10 16:12:59 +02:00
mdtrooper
4033f5dae8 Uploaded constants about the collection status. 2014-09-10 16:11:36 +02:00
mdtrooper
bf8101229f Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-10 13:09:10 +02:00
mdtrooper
d6e31b6ab3 Fixed the PHP warnings. 2014-09-10 13:09:04 +02:00
Junichi Satoh
0bed6ab851 Added missing macros to alert macros help. 2014-09-10 19:34:04 +09:00
Junichi Satoh
cfe6cf5c61 Added new text to the ipam help. 2014-09-10 14:06:41 +09:00
mdtrooper
74bd7c3bd1 Added text into the ipam help about the unassigned addresses 2014-09-09 17:13:07 +02:00
mdtrooper
71e50388e7 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-09 15:22:48 +02:00
mdtrooper
a3bc8a4e0d Added function 'db_get_fields' and the code for mysql 2014-09-09 15:22:31 +02:00
Sancho Lerena
8399608b10 Added missing macros to helpfiles 2014-09-09 09:35:08 +02:00
mdtrooper
8efc616d19 Added the feature for the set the working directory of filemanager. Ticket #1228 2014-09-08 14:17:46 +02:00
mdtrooper
bbc314b776 Some fixes for the empty text files in the filemanager. 2014-09-08 13:45:52 +02:00
Junichi Satoh
a9bb9f84ea 2014-09-06 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_alert_macros.php: Translated new macro
	descriptions.
2014-09-06 11:57:38 +09:00
Alejandro Gallardo Escobar
6412dc7e17 Added hooks to the enterprise services SLA reports
* include/ajax/reporting.ajax.php
  godmode/reporting/reporting_builder.item_editor.php:
	Added hooks to the enterprise services SLA reports.
2014-09-05 12:53:09 +02:00
Vanessa Gil
1108416ee3 Update languages from launchpad 2014-09-04 17:45:16 +02:00
vgilc
d717d440a7 Updated new strings to translate.
pandora_console/include/languages/index.pot
2014-09-04 13:20:55 +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
Alejandro Gallardo Escobar
5edbda24c6 Added hooks to the service SLA wizard for reports
* godmode/reporting/reporting_builder.item_editor.php,
  godmode/reporting/reporting_builder.php,
  include/functions_reporting.php,
  include/functions_reports.php: Added hooks to the
	enterprise services SLA wizard.
2014-09-03 19:46:29 +02:00
Ramon Novoa
72e221113b 2014-09-03 Ramon Novoa <rnovoa@artica.es>
* include/help/en/help_alert_macros.php,
	  include/help/es/help_alert_macros.php,
	  include/help/ja/help_alert_macros.php: Added new macros.
2014-09-03 16:48:16 +02:00
mdtrooper
09958981c0 some changes in the clippy
2014-09-02  Miguel de Dios <miguel.dedios@artica.es>

	* pandora_console/godmode/alerts/configure_alert_action.php,
	pandora_console/include/functions_clippy.php,
	pandora_console/include/help/clippy/godmode_agentes_configurar_agente.php,
	pandora_console/include/help/clippy/godmode_alerts_configure_alert_action.php,
	pandora_console/include/help/clippy/homepage.php,
	pandora_console/include/help/clippy/operation_agentes_ver_agente.php:
	some changes in the clippy.
2014-09-02 16:42:59 +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
mdtrooper
b62e6ff8ac Merge the master branch (we are use gitflow as workflow) 2014-09-01 10:25:13 +02:00