Commit Graph

205 Commits

Author SHA1 Message Date
Ramon Novoa 2b698e5f35 Added a missing include.
(cherry picked from commit 641600c9ef)
2015-05-18 11:06:23 +02:00
m-lopez-f 9921304417 Fixed problems withs path in windows, tiquets: #2153,#2114 2015-05-08 09:51:53 +02:00
mdtrooper c46bdc5087 Fixed the lost value for the config max_file_size.
(cherry picked from commit d2e57f2ec8)
2015-05-06 18:29:20 +02:00
m-lopez-f 6241ae13d6 Add new option, when is active data of modules type is proc, show ok or fail. Tiquet: #1996 2015-05-04 15:44:37 +02:00
m-lopez-f 70bca63bd6 Fixed error when read file in windows, when path containt space, tiquet: #2166 and #2114 2015-04-30 13:44:16 +02:00
Alejandro Gallardo Escobar 190e105baa Merge branch 'develop' into feature/meta-agent-cache 2015-04-16 13:40:42 +02:00
Alejandro Gallardo Escobar 8e733cf019 Merge branch 'develop' into feature/meta-agent-cache 2015-04-13 12:54:39 +02:00
Vanessa Gil a7f748b7be Ticket #1354. 2015-04-13 11:27:23 +02:00
Ramon Novoa 71def9a7fb Implemented an agent cache for the metaconsole. 2015-04-06 15:26:26 +02:00
m-lopez-f 0ab523ca9a Add warning when 'Event Storm protection' is activated, tiquet: #2065 2015-04-06 12:18:14 +02:00
m-lopez-f 97c39b5e12 Fixed problems when save a variable in visual setup and save text. Tiquet: #2002 2015-03-23 16:14:17 +01:00
mdtrooper 5f57ca716b Change some code for the future fixed in PHP about the try catch in the includes. TICKET: #1791 (still open thanks PHP) 2015-03-17 16:48:52 +01:00
m-lopez-f e0e531bf05 Add field to custom line widht to custom graph tiquet: #1875 2015-03-17 15:36:24 +01:00
Ramon Novoa df651810d4 Added support for password encryption to the Pandora FMS Console. 2015-03-02 17:30:19 +01:00
mdtrooper 6c1d958f73 Added the proxy configuration in the update manager. 2015-02-10 16:40:44 +01:00
mdtrooper 2842970c83 Added feature of custom post process values. TICKET: #1743 2015-02-09 19:35:03 +01:00
mdtrooper 7628ddb5c6 Set a data limit in the forms of massive operations. TICKET: #1700 2015-02-04 11:19:11 +01:00
mdtrooper 9bed03aefd Fixed PHP warnings. 2015-02-02 14:18:05 +01:00
mdtrooper 99786a5a16 Fixed the custom config values for user in the first login. 2015-01-19 14:35:56 +01:00
Alejandro Gallardo Escobar 33c6789144 Added an option to allow the users to enable the 2 step auth 2014-12-11 16:14:55 +01:00
mdtrooper bda09a22e1 Added in setup visual a check for to show the group as text. Ticket: #1501 2014-11-20 15:06:11 +01:00
mdtrooper bb05dfcd58 Fixed PHP warning about the unset 'server_log_dir' 2014-11-20 12:49:13 +01: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
Alejandro Gallardo Escobar eeb9725334 Merge branch 'feature/ticket#1243-PlannedDowntime' into develop 2014-09-22 11:48:22 +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
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
mdtrooper de5a16b29d 2014-08-12 Miguel de Dios <miguel.dedios@artica.es>
* general/header.php, godmode/setup/setup_general.php,
	include/functions_clippy.php, include/functions_config.php,
	include/help/clippy/homepage.php: wip in the clippy.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10404 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-12 09:36:05 +00:00
alexhigh d974a5bb6c 2014-08-04 Alejandro Gallardo <alejandro.gallardo@artica.es>
* general/header.php: Now the header can be configured
	to be fixed at the top.

	* general/main_menu.php: Now the menu can be configured
	to be fixed at the left.

	* godmode/setup/setup_visuals.php,
	  include/functions_config.php: Added new options to
	enable the fixed header and menu.

	* include/styles/menu.css,
	  include/styles/pandora.css: Changes on the menu styles.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10377 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-04 16:50:36 +00:00
mdtrooper 34f41362b7 2014-08-04 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_config.php,
	include/functions_update_manager.php: some fixes into the update
	manager.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10376 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-04 16:00:58 +00:00
mdtrooper 6a7d3ba7ed 2014-07-04 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_config.php, include/functions_extensions.php:
	fixed the show old update manager and set the correct link in the
	header warning message to update manager.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10315 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-04 11:49:54 +00:00
mdtrooper c5d3748e1c 2014-06-25 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_config.php: set the default size of networkmap
	to 900 instead 800.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-25 17:43:10 +00:00
mdtrooper 05e412bbaa 2014-06-24 Miguel de Dios <miguel.dedios@artica.es>
* godmode/setup/setup_visuals.php, include/functions_networkmap.php,
	include/functions_config.php: added the visual config value for
	to set the width of networkmap, and fixed the overlap of networkmap
	L2.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10277 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-24 13:17:14 +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
mdtrooper b4c3ed60bc 2014-06-10 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager.php, extensions/update_manager/*,
	include/functions_config.php: remove the old update manager. Bye bye
	my old friend.
	
	* godmode/update_manager_xxx -> godmode/update_manager,
	godmode/update_manager/* -> godmode/update_manager/*,
	godmode/menu.php: rename
	the update manager.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10155 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-10 14:56:15 +00:00
mdtrooper 61144da653 2014-06-10 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_config.php,
	include/functions_update_manager.php, index.php,
	general/logon_ok.php, extensions/update_manager.php,
	godmode/update_manager_xxx/update_manager.online.php: work in the
	first version of new update manager.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10154 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-10 14:34:27 +00:00
mdtrooper 11e9271316 2014-06-09 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_config.php, general/login_page.php: improved
	the source code style.
	
	* godmode/setup/os.builder.php: fixed the form.
	
	* godmode/update_manager_xxx/*, godmode/menu.php,
	include/functions_update_manager.php,
	include/ajax/update_manager.ajax.php,
	include/graphs/functions_gd.php, include/graphs/functions_flot.php,
	include/config_process.php, include/javascript/update_manager.js,
	include/javascript/jquery.knob.js,
	include/javascript/jquery.iframe-transport.js,
	include/javascript/jquery.fileupload.js, images/check-cross.png:
	first version of new update manager.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10144 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-09 13:33:55 +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
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
alexhigh abdf2be6a4 2014-05-29 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_config.php: Fixed the permission
	checks of the remote config directories on the function
	"config_check".


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10039 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-29 11:39:05 +00:00
alexhigh 9cb9bbd3a3 2014-05-27 Alejandro Gallardo <alejandro.gallardo@artica.es>
* extensions/files_repo.php: Fixed a weird error when
	uploading big files.

	* godmode/setup/setup_general.php,
	include/functions_config.php: Now is possible to set
	a custom path to the pandora server logs.

	* extensions/pandora_logs.php,
	extensions/system_info.php: Now the custom server log path
	is used if exists.

	* include/functions.php: Now the function "get_file_upload_status"
	returns -1 when the $_FILES array is empty.

	* include/config_process.php: Fixed an error that could
	avoid the log in pandora_console.log.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10023 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-27 17:05:37 +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
zarzuelo 014fe85f17 2014-05-21 Sergio Martin <sergio.martin@artica.es>
* general/main_menu.php
	godmode/setup/setup_visuals.php
	include/styles/pandora.css
	include/functions_config.php: Added autohidden menu
	feature



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9977 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-21 10:44:36 +00:00
vgilc 0f0a181ede 2014-05-12 Vanessa Gil <vanessa.gil@artica.es>
* include/functions_config.php: Added alert in header
	when safe_mode is on.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9918 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-12 12:36:03 +00:00
juanmanuelr 0609943dac 2014-05-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* pandoradb_data.sql
          include/functions_config.php
          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
          pandoradb.data.postgreSQL.sql
          pandoradb.data.oracle.sql
          godmode/setup/setup_visuals.php       
          godmode/reporting/reporting_builder.php: New feature for
        reports and report templates, user can customize report
        front page in setup.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9880 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-07 16:42:12 +00:00
alexhigh 52f1c97842 2014-04-16 Alejandro Gallardo <alejandro.gallardo@artica.es>
* godmode/setup/setup_netflow.php: Added a radio buttons
	to activate or deactivate the name resolution for ip addresses.

	* include/functions_config.php: Added the name resolution by
	if to the funcion "config_update_config".

	* include/functions_graph.php: Added 50px to the width of the
	pie of the function "graph_netflow_aggregate_pie".

	* include/functions_netflow.php: Improved the styles of the
	netflow report tables.

	* include/graphs/flot/pandora.flot.js: Now the legend items
	show the percentage when the pie labels are hidden.

	* pandora_console/include/graphs/functions_d3.php,
	  pandora_console/include/graphs/pandora.d3.js: Added files.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9771 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-16 12:06:19 +00:00
jsatoh d810617bdd 2014-03-30 Junichi Satoh <junichi@rworks.jp>
* include/functions_config.php, include/auth/mysql.php,
	godmode/setup/setup_auth.php: Added the feature to fallback to local
	authentication when remote authentication is failed.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9677 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-30 11:30:46 +00:00
alexhigh 969ce6e855 2014-03-27 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_config.php,
	  godmode/setup/setup_visuals.php,
	  general/login_page.php: Now is possible to select a
	custom login background in the setup visuals section.

	* images/backgrounds/default_4.0-stripes.gif,
	  images/backgrounds/default_4.0.jpg,
	  images/backgrounds/default_5.0.png,
	  images/backgrounds/flowers.jpg,
	  images/backgrounds/grass.jpg,
	  images/backgrounds/tiles.jpg,
	  images/backgrounds/wall.jpg,
	  images/backgrounds/wood.jpg: Added new images to use
	it as custom login backgrounds.

	* images/backgrounds/background1.jpg,
	  images/backgrounds/background2.jpg,
	  images/backgrounds/background3.jpg,
	  images/backgrounds/background4.jpg,
	  images/backgrounds/background5.jpg,
	  images/backgrounds/background6.jpg,
	  images/backgrounds/background7.jpg,
	  images/backgrounds/background8.jpg,
	  images/backgrounds/background9.jpg,
	  images/backgrounds/background10.jpg,
	  images/backgrounds/background_red.jpg: Delete some
	VERY old images.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9655 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-27 11:49:00 +00:00
vgilc 100966e460 2014-03-14 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.data.oracle.sql
	  pandoradb.data.postgreSQL.sql
	  pandoradb.sql
	  pandoradb_data.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
	  godmode/reporting/graph_builder.graph_editor.php
	  godmode/setup/setup_visuals.php
	  include/functions_config.php
	  include/functions_graph.php: Changed weight and colors in
	combine graphs.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9592 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-03-14 08:33:13 +00:00
zarzuelo 290335f2ae 2014-01-14 Sergio Martin <sergio.martin@artica.es>
* include/functions_config.php: Fixed a warning message on
	PHP configuration advise. For Sourceforge ticket #2409



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9320 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-01-14 17:40:08 +00:00