Commit Graph

2259 Commits

Author SHA1 Message Date
mdtrooper 7f4d642679 Added the lost fields for item group in the editor.
(cherry picked from commit a3e6b09758)
2014-12-02 11:45:12 +01:00
mdtrooper 4f7bfea51c Added the lost fields for item group in the element list.
(cherry picked from commit c0e767dcbf)

Conflicts:
	pandora_console/godmode/reporting/visual_console_builder.elements.php
2014-12-02 11:44:45 +01:00
Alejandro Gallardo Escobar 61045bc444 Now the only average value of the simple graphs can be deactivated 2014-11-13 20:10:01 +01:00
mdtrooper 74c227f6c0 Fixed PHP Warning of empty array 2014-11-06 15:49:36 +01:00
mdtrooper 69954da39b Fixed the access (and listing in global search) to module with ACL tags. Ticket #1472 2014-10-20 16:45:47 +02:00
mdtrooper 8390e91813 Moved the global var '' to upside of code 2014-10-20 16:45:47 +02:00
mdtrooper b26aa1baf7 Fixed the header checkbox for to select all. Ticket #1465 2014-10-17 12:57:09 +02:00
mdtrooper 0f2908c8ea Fixed the ajax to get agents filtered by group. Ticket #1461 2014-10-16 14:50:55 +02:00
Alejandro Gallardo Escobar c7f68426de Removed a pair of dispensable graphs 2014-10-14 13:17:40 +02:00
Alejandro Gallardo Escobar 19faf75469 The database sanity section has been destroyed 2014-10-14 11:03:07 +02:00
mdtrooper 8348c9f5fc Fixed the show plugin parameters field into the policy module form. 2014-10-13 16:59:57 +02:00
Alejandro Gallardo Escobar 43f020725c Merge branch 'feature/planned-downtimes-migrator' into develop 2014-10-09 18:18:43 +02:00
Alejandro Gallardo Escobar 40f021a31a Now the malformed planned downtimes have more visibility 2014-10-09 12:51:38 +02:00
mdtrooper 714702ec8f Implemented a form filter in the list of users. Ticket #1418 2014-10-08 17:12:13 +02:00
Alejandro Gallardo Escobar 97a3664737 Minor fix 2014-10-08 14:56:28 +02:00
Alejandro Gallardo Escobar 0ffc6220aa Added a check to know if exist malformed planned downtimes and an option to solve the problem 2014-10-08 14:55:59 +02:00
mdtrooper 2177e0ff9f Fixed the urls in the downtime for to ACL users with AW 2014-10-07 19:58:19 +02:00
mdtrooper 750462e82d Fixed the check items of visualmap as module items when the are a visualmap linked items 2014-10-06 18:35:09 +02:00
mdtrooper 954f0e77d2 Fixes the cleaned default values in the module plugins. Ticket #1406 2014-10-06 15:55:21 +02:00
Alejandro Gallardo Escobar 03831f456f Now the interface wizard adds the interface MAC to the module description 2014-10-02 16:05:31 +02:00
Alejandro Gallardo Escobar e432ae8584 Fixes on the reports permissions 2014-10-02 15:27:51 +02:00
Alejandro Gallardo Escobar 65dd6ff80d Minor fixes 2014-10-01 12:21:08 +02:00
Alejandro Gallardo Escobar 664c949a75 Merge branch 'feature/ticket#1327-NetworkInterfaceReport' into develop 2014-09-30 16:30:45 +02:00
Alejandro Gallardo Escobar 4b2104ea78 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
mdtrooper 47838c5dd1 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-30 11:57:42 +02:00
mdtrooper 44f4935f08 Removed old deprecated and commented/disabled code 2014-09-30 11:57:11 +02:00
Alejandro Gallardo Escobar 34476a80c1 Fixed the update manager URL 2014-09-29 14:14:39 +02:00
mdtrooper 461fb87c3f Fixed the slow visualmaps (and maybe in other places) with a item group 2014-09-25 13:52:11 +02:00
mdtrooper ddf5bd47f5 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-24 14:36:31 +02:00
mdtrooper ff3ce9391b Fixed the visualconsole editor in metaconsole 2014-09-24 14:36:18 +02:00
Alejandro Gallardo Escobar 0f99287940 Merge branch 'feature/ticket#1331-CombinedGraph' into develop 2014-09-23 13:21:47 +02:00
Alejandro Gallardo Escobar b78e69a592 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 610f723d37 Fixed the PHP warning 2014-09-23 13:10:49 +02:00
Vanessa Gil fd106a52fe Validate post_process parameter. Ticket #1318 2014-09-23 09:28:10 +02:00
Vanessa Gil 0bc05e7248 Merge branch 'feature/post_process' into develop 2014-09-22 17:15:16 +02:00
Vanessa Gil 998d75e2cc Fixed bug: bad precision in post_process parameter. Ticket #1326. 2014-09-22 17:12:36 +02:00
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
Alejandro Gallardo Escobar b0d3dfc957 Merge branch 'feature/ticket#1243-PlannedDowntime' into develop 2014-09-22 11:48:22 +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
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
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 8057517acd Fixed the date filter of the list 2014-09-15 18:52:29 +02:00
mdtrooper 88acb1d38b Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-15 11:45:23 +02:00
mdtrooper 9bdfdb263c Added the field timeout in edition massive modules. TICKET #932 2014-09-15 11:45:05 +02:00
Junichi Satoh 5a0c7ad9ea Fixed 'FF timeout' field is not shown when creating a data module from
the console.
2014-09-13 08:53:56 +09:00
Alejandro Gallardo Escobar 770ccc994e Improved the warning messages on the planned downtimes edit section 2014-09-12 11:48:51 +02:00
mdtrooper 05ba19fa46 Added font styles for 4 and 6pt for the labels 2014-09-11 17:50:42 +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