Commit Graph

3432 Commits

Author SHA1 Message Date
mdtrooper d58e077868 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-22 13:37:35 +02:00
mdtrooper faaab2d220 Added the context help icon for the learning mode in form of agent. TICKET #1311 2014-09-22 13:37:23 +02:00
mdtrooper 3f542c9793 Fixed the hidding bubbles 2014-09-22 13:36:33 +02:00
Alejandro Gallardo Escobar b0d3dfc957 Merge branch 'feature/ticket#1243-PlannedDowntime' into develop 2014-09-22 11:48:22 +02:00
artica 01bc96644c Auto-updated build strings. 2014-09-22 00:01:09 +02:00
artica 1332389791 Auto-updated build strings. 2014-09-21 00:01:07 +02:00
artica c46ab65c5d Auto-updated build strings. 2014-09-20 00:01:09 +02:00
Alejandro Gallardo Escobar 6f6debb324 Error fixes and improvements. Improved the help tips of the planned downtimes editor 2014-09-19 17:30:17 +02:00
Alejandro Gallardo Escobar 43a8dc0219 Added new help files to explain the datetime configuration of a planned downtime 2014-09-19 17:27:29 +02:00
artica 6f77347410 Auto-updated build strings. 2014-09-19 00:01:07 +02:00
Alejandro Gallardo Escobar 2e1f0f964d 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 4db6a4ee9c 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 d44e2f081a 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 8b87df0812 Fixed sql error in event list. 2014-09-18 10:26:25 +02:00
artica 427bb5fe12 Auto-updated build strings. 2014-09-18 00:01:08 +02:00
Vanessa Gil 43d6c24e39 Remove 'sla_period'. Ticket #1282 2014-09-17 17:22:43 +02:00
Ramon Novoa 5a8840f375 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 c72ff36999 Auto-updated build strings. 2014-09-17 00:01:08 +02:00
mdtrooper 8e24a2c8f7 Added get some user field into the function 'users_get_user_users' 2014-09-16 17:53:50 +02:00
mdtrooper 14fa3116f0 Fixed the group count for to show delete icon in the list 2014-09-16 15:35:28 +02:00
Alejandro Gallardo Escobar 0276553962 Moved some code to the new function "reporting_get_planned_downtimes_intervals" 2014-09-16 15:33:10 +02:00
mdtrooper fd06798936 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-16 13:47:53 +02:00
mdtrooper 4d7144c0d6 Fixed the server performance stadistics. TIKET #1272 2014-09-16 13:47:41 +02:00
Junichi Satoh eaf8bb1ec3 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-09-16 19:30:53 +09:00
Junichi Satoh f380339f08 Updated Japanese translations. 2014-09-16 19:28:47 +09:00
mdtrooper 3464ea6572 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-16 12:25:53 +02:00
mdtrooper a8bd44c058 Added the feature show the combined graph in the agent graph tabs. TICKET #1277 2014-09-16 12:25:40 +02:00
artica 51cf261d72 Auto-updated build strings. 2014-09-16 09:46:20 +02:00
Alejandro Gallardo Escobar 066c30315d 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 871d79728f We're approaching to 5.1 SP1 release. 2014-09-15 15:46:27 +02:00
mdtrooper 2869103292 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 1f4f1942c0 Fixed mysql error. Ticket #1273
pandora_console/include/functions_treeview.php
2014-09-12 09:56:39 +02:00
mdtrooper 05ba19fa46 Added font styles for 4 and 6pt for the labels 2014-09-11 17:50:42 +02:00
mdtrooper acb75b2ed4 Fixed the link to visualmaps in the linked items. 2014-09-11 11:55:46 +02:00
Alejandro Gallardo Escobar fb02de8bea 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 e09815c447 Moved tooltip. Ticket #1254
pandora_console/include/styles/pandora.css
2014-09-11 09:59:50 +02:00
Alejandro Gallardo Escobar 8bb5ec8849 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 633cc6e73e Fixes the javascript for the macros in module plugins. TICKETS #1258 2014-09-10 16:12:59 +02:00
mdtrooper 757ad9a58d Uploaded constants about the collection status. 2014-09-10 16:11:36 +02:00
mdtrooper 394929100a Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-10 13:09:10 +02:00
mdtrooper 1191c80e64 Fixed the PHP warnings. 2014-09-10 13:09:04 +02:00
Junichi Satoh 6a0b7c1a46 Added missing macros to alert macros help. 2014-09-10 19:34:04 +09:00
Junichi Satoh 2544d44dbc Added new text to the ipam help. 2014-09-10 14:06:41 +09:00
mdtrooper 1db206598f Added text into the ipam help about the unassigned addresses 2014-09-09 17:13:07 +02:00
mdtrooper 6d22779d92 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-09 15:22:48 +02:00
mdtrooper 21bc1b52a4 Added function 'db_get_fields' and the code for mysql 2014-09-09 15:22:31 +02:00
Sancho Lerena 54acaba824 Added missing macros to helpfiles 2014-09-09 09:35:08 +02:00
mdtrooper 6f36a0fc7c Added the feature for the set the working directory of filemanager. Ticket #1228 2014-09-08 14:17:46 +02:00
mdtrooper 7a629e2f12 Some fixes for the empty text files in the filemanager. 2014-09-08 13:45:52 +02:00
Junichi Satoh f2720423f0 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