Commit Graph

2326 Commits

Author SHA1 Message Date
mdtrooper 61ecef9ef9 Working in the new elements for the visualmap. Ticket #1478 2014-11-26 15:33:07 +01:00
mdtrooper 0bc0fb1d7b Working in the new elements for the visualmap. Ticket #1478 2014-11-25 18:59:05 +01:00
mdtrooper 35739261fb Working in the new elements for the visualmap. Ticket #1478 2014-11-25 18:55:45 +01:00
mdtrooper 931aa455e0 Working in the new elements for the visualmap. Ticket #1478 2014-11-25 16:30:40 +01:00
mdtrooper 320d85b3b8 Working in the new elements for the visualmap. Ticket #1478 2014-11-25 15:37:58 +01:00
mdtrooper e48580c93a Working in the new elements for the visualmap. Ticket #1478 2014-11-25 13:15:51 +01:00
mdtrooper 018c5136c5 Working in the new elements for the visualmap. Ticket #1478 2014-11-25 11:52:04 +01:00
mdtrooper 828d2aa8d8 Working in the new elements for the visualmap. Ticket #1478 2014-11-24 18:14:39 +01:00
mdtrooper c7514cd29c Working in the new elements for the visualmap. Ticket #1478 2014-11-24 17:52:28 +01:00
mdtrooper 7edad2cb1d Working in the new elements for the visualmap. Ticket #1478 2014-11-24 16:40:59 +01:00
mdtrooper 93c1089cff Working in the new elements for the visualmap. Ticket #1478 2014-11-21 13:37:07 +01:00
mdtrooper 9f7c8d4483 Working in the new elements for the visualmap. Ticket #1478 2014-11-21 13:28:11 +01:00
mdtrooper 22cff3c2b8 Working in the new elements for the visualmap. Ticket #1478 2014-11-21 10:42:14 +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
mdtrooper afebae0b80 Added the toolbox button for copy items. Ticket: #1479 2014-11-19 16:30:01 +01:00
mdtrooper 2401c68b26 Working in the fusion of edit and view code of visualmap. 2014-11-19 16:30:01 +01:00
mdtrooper e48f675935 Removed the un used field label_color. 2014-11-19 16:30:00 +01:00
mdtrooper a9498399df Working in the fusion of edit and view code of visualmap. 2014-11-19 16:30:00 +01:00
Alejandro Gallardo Escobar a12153dd6e Now the only average value of the simple graphs can be deactivated 2014-11-13 20:04:08 +01:00
mdtrooper 8933eb9153 Fixed PHP Warning of empty array 2014-11-06 15:46:33 +01:00
mdtrooper c66ca5251a Fixed the access (and listing in global search) to module with ACL tags. Ticket #1472 2014-10-20 16:45:47 +02:00
mdtrooper 3c509098cd Moved the global var '' to upside of code 2014-10-20 16:45:47 +02:00
mdtrooper 1cf2af5d54 Fixed the header checkbox for to select all. Ticket #1465 2014-10-17 12:57:09 +02:00
mdtrooper 8f28fa55e6 Fixed the ajax to get agents filtered by group. Ticket #1461 2014-10-16 14:50:55 +02:00
Alejandro Gallardo Escobar 767778e237 Removed a pair of dispensable graphs 2014-10-14 13:17:40 +02:00
Alejandro Gallardo Escobar 1dc8a9ce2d The database sanity section has been destroyed 2014-10-14 11:03:07 +02:00
mdtrooper 078d828411 Fixed the show plugin parameters field into the policy module form. 2014-10-13 16:59:57 +02:00
Alejandro Gallardo Escobar 1e678ba3a3 Merge branch 'feature/planned-downtimes-migrator' into develop 2014-10-09 18:18:43 +02:00
Alejandro Gallardo Escobar e8975bc770 Now the malformed planned downtimes have more visibility 2014-10-09 12:51:38 +02:00
mdtrooper e0b840eb54 Implemented a form filter in the list of users. Ticket #1418 2014-10-08 17:12:13 +02:00
Alejandro Gallardo Escobar 9fbec2bec9 Minor fix 2014-10-08 14:56:28 +02:00
Alejandro Gallardo Escobar ec99bf018e 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 5467284494 Fixed the urls in the downtime for to ACL users with AW 2014-10-07 19:58:19 +02:00
mdtrooper 065e6bb6ec 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 95682d9249 Fixes the cleaned default values in the module plugins. Ticket #1406 2014-10-06 15:55:21 +02:00
Alejandro Gallardo Escobar 48b53fb165 Now the interface wizard adds the interface MAC to the module description 2014-10-02 16:05:31 +02:00
Alejandro Gallardo Escobar 5d07f8e0a4 Fixes on the reports permissions 2014-10-02 15:27:51 +02:00
Alejandro Gallardo Escobar c2925695bf Minor fixes 2014-10-01 12:21:08 +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 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
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
Alejandro Gallardo Escobar b6e133b11b Fixed the update manager URL 2014-09-29 14:14:39 +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 146e693285 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-24 14:36:31 +02:00
mdtrooper 2fe078da2f Fixed the visualconsole editor in metaconsole 2014-09-24 14:36:18 +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 91f3938744 Fixed the PHP warning 2014-09-23 13:10:49 +02:00
Vanessa Gil bdd313c1bc Validate post_process parameter. Ticket #1318 2014-09-23 09:28:10 +02:00
Vanessa Gil fb5fc1cdeb Merge branch 'feature/post_process' into develop 2014-09-22 17:15:16 +02:00
Vanessa Gil d855a951de Fixed bug: bad precision in post_process parameter. Ticket #1326. 2014-09-22 17:12:36 +02:00
mdtrooper da6067f0a2 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-22 13:37:35 +02:00
mdtrooper 2b247e0ed1 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 eeb9725334 Merge branch 'feature/ticket#1243-PlannedDowntime' into develop 2014-09-22 11:48:22 +02:00
Alejandro Gallardo Escobar bb3330f783 Error fixes and improvements. Improved the help tips of the planned downtimes editor 2014-09-19 17:30:17 +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
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 5188ad51cd Fixed the date filter of the list 2014-09-15 18:52:29 +02:00
mdtrooper 3a42df6376 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-15 11:45:23 +02:00
mdtrooper 6b577bed8d Added the field timeout in edition massive modules. TICKET #932 2014-09-15 11:45:05 +02:00
Junichi Satoh af938bc07a 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 8811004a63 Improved the warning messages on the planned downtimes edit section 2014-09-12 11:48:51 +02:00
mdtrooper 761b9d786b Added font styles for 4 and 6pt for the labels 2014-09-11 17:50:42 +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
Alejandro Gallardo Escobar 7873e60d6c Now the planned downtimes CSV shows the affected elements 2014-09-10 18:58:46 +02:00
mdtrooper 441a57e700 Fixed PHP warning. 2014-09-10 18:21:45 +02:00
Vanessa Gil 356a94c0c2 Fixed bug:Error to assign server plugins using templates. Ticket #1161
pandora_console/godmode/agentes/agent_template.php
2014-09-10 18:05:33 +02:00
mdtrooper d01b82bc3b Fixed the english message of my last commit. Thanks Sancho. 2014-09-10 18:04:59 +02:00
Alejandro Gallardo Escobar 95bf21004f Improvements on the Planned Downtime section
* pandora_console/godmode/agentes/planned_downtime.editor.php: Fixed an error
	which made impossible the creation of new periodic downtimes.

* pandora_console/godmode/agentes/planned_downtime.export_csv.php: Added file.
	Exports the planned downtimes list to a CSV file.

* pandora_console/godmode/agentes/planned_downtime.list.php: Added a new form
	to filter the list. Added pagination. Changed the items order. Error fixes.
2014-09-10 18:02:32 +02:00
mdtrooper 5655a7d16f Fixed the templates with equal min and max as 0. TICKETS #1245 2014-09-10 16:33:19 +02:00
mdtrooper a40e4d1193 Fixed PHP warnings. 2014-09-10 15:37:31 +02: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
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
vgilc 5d73523a48 Added forgotten Changelog
pandora_console/Changelog
2014-09-03 10:40:05 +02:00
mdtrooper 07abeef49c Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-02 16:43:37 +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
vgilc 8e511a5088 Ask for confirmation before deleting an alert. Ticket #1153.
pandora_console/godmode/snmpconsole/snmp_alert.php
2014-09-02 09:02:44 +02:00
vgilc d19eab7a24 Fixed parents on visual console
pandora_console/godmode/reporting/visual_console_builder.editor.js
2014-09-01 12:02:47 +02:00
alexhigh ebf958afc1 2014-08-27 Alejandro Gallardo <alejandro.gallardo@artica.es>
* operation/visual_console/render_view.php,
	  godmode/reporting/visual_console_builder.php: Added hooks
	to the enterprise wizard of services.

	* include/constants.php: Added constants for the services modes.

	* operation/events/events.php,
	  operation/events/events.build_query.php: Now is possible to
	filter the events by module id programmatically.

	* images/wand_services.png: Added image.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10464 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-27 17:09:07 +00:00
vgilc d246eed49f 2014-08-27 Vanessa Gil <vanessa.gil@artica.es>
* godmode/reporting/reporting_builder.php: Owner of a report can be delete it.
	Ticket #1199.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10463 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-27 14:58:24 +00:00
vgilc dc3124a332 2014-08-27 Vanessa Gil <vanessa.gil@artica.es>
* godmode/groups/group_list.php: Fixed problem displaying empty 
	agents.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10462 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-27 06:42:49 +00:00
mdtrooper 66a9c59ddb 2014-08-26 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/configure_alert_action.php,
	include/help/clippy/godmode_agentes_modificar_agente.php,
	include/help/clippy/homepage.php,
	include/help/clippy/module_unknow.php,
	include/help/clippy/godmode_agentes_configurar_agente.php,
	include/help/clippy/godmode_alerts_alert_actions.php,
	include/help/clippy/operation_agentes_ver_agente.php,
	include/help/clippy/godmode_alerts_configure_alert_action.php,
	include/help/clippy/operation_agentes_status_monitor.php,
	include/help/en/help_context_pandora_server_email.php,
	include/functions_clippy.php, operation/menu.php,
	operation/agentes/status_monitor.php: some changes suggested by
	Carla.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10457 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-26 11:22:06 +00:00
vgilc 1bc3f0f98e 2014-08-25 Vanessa Gil <vanessa.gil@artica.es>
* godmode/setup/setup_general.php: Improved timezone
	edition.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10456 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-25 10:59:12 +00:00
vgilc f363dd19fc 2014-08-25 Vanessa Gil <vanessa.gil@artica.es>
* godmode/groups/group_list.php: Fixed bug listing
	group hierarchy.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10453 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-25 09:05:48 +00:00
vgilc 5d4b94466e 2014-08-25 Vanessa Gil <vanessa.gil@artica.es>
* godmode/groups/configure_group.php
	  include/functions_tags.php
	  operation/events/events.build_query.php
	  operation/events/events.build_table.php: Fixed ACL propagation + Tags. 
	Tickets #1079 and #1072.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10452 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-25 09:02:45 +00:00
mdtrooper 63506ccd55 2014-08-14 Miguel de Dios <miguel.dedios@artica.es>
* godmode/update_manager/update_manager.online.php,
	include/functions_update_manager.php,
	include/ajax/update_manager.ajax.php: fixed the update manager when
	some tar formats, and fixed the versions copy&paste error in the
	code.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10428 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-14 16:01:59 +00: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
vgilc 2bfc12934c 2014-08-11 Vanessa Gil <vanessa.gil@artica.es>
* godmode/agentes/agent_template.php: Fixed bug in FF
	threshold to apply a template module. Ticket #871.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10397 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-11 11:27:50 +00:00
vgilc 598da4e7a1 2014-08-11 Vanessa Gil <vanessa.gil@artica.es>
* godmode/agentes/agent_conf_gis.php: Altitude coordinate by
	default. Fixed bug #766.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10396 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-11 10:18:08 +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 4c311f7cf1 2014-08-01 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/planned_downtime.editor.php: fixed the acl.
	
	MERGED FROM THE BRANCH 5.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10370 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-01 10:36:19 +00:00
mdtrooper a6197fccb2 2014-07-31 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_networkmap.php, include/functions_graph.php,
	include/db/postgresql.php, include/db/oracle.php,
	include/functions_api.php, extensions/agents_alerts.php,
	operation/search_main.php, operation/search_agents.getdata.php,
	operation/agentes/status_monitor.php,
	operation/agentes/networkmap.topology.php,
	operation/agentes/ver_agente.php,
	operation/search_modules.getdata.php, operation/search_results.php,
	operation/events/events_list.php,
	godmode/alerts/alert_list.builder.php,
	godmode/alerts/configure_alert_template.php,
	godmode/modules/manage_network_components_form.php,
	godmode/reporting/reporting_builder.php,
	godmode/reporting/map_builder.php: tiny fixes for the improve the
	support of postgreSQL databases.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10368 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-31 14:27:43 +00:00
mdtrooper 478d521f59 2014-07-30 Miguel de Dios <miguel.dedios@artica.es>
* godmode/servers/manage_recontask.php,
	godmode/servers/manage_recontask_form.php,
	include/functions_treeview.php, include/ajax/module.php,
	include/functions_reporting.php, include/db/postgresql.php,
	include/functions_servers.php, operation/agentes/estado_agente.php,
	operation/tree.php: tiny fixes for the improve
	the support of postgreSQL databases.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10365 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-30 14:29:44 +00:00
mdtrooper 56bc6820bc 2014-07-24 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php,
	operation/events/events_list.php, operation/incidents/incident.php,
	extensions/files_repo.php,
	extensions/files_repo/sql/files_repo.postgreSQL.sql,
	extensions/files_repo/functions_files_repo.php,
	extensions/files_repo/files_repo_list.php,
	godmode/agentes/modificar_agente.php,
	godmode/snmpconsole/snmp_alert.php, godmode/db/db_info.php,
	include/functions_graph.php, include/functions_db.php,
	include/db/postgresql.php, include/db/oracle.php,
	include/db/mysql.php, include/functions_update_manager.php,
	include/functions_events.php, include/graphs/functions_flot.php,
	include/graphs/fgraph.php: tiny fixes for the improve the support of
	postgreSQL databases.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10354 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-24 16:02:06 +00:00
mdtrooper a90a97e86d 2014-07-23 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/agent_wizard.snmp_explorer.php,
	godmode/agentes/module_manager_editor_plugin.php: some fixes for
	the snmp version 3.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10348 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-23 12:08:57 +00:00
mdtrooper 7503a1f5be 2014-07-22 Miguel de Dios <miguel.dedios@artica.es>
* 


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10346 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-22 16:07:31 +00:00
mdtrooper cb19580233 2014-07-22 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/agent_manager.php: fixed to show the QR code image
	in the creation of a new agent.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10345 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-07-22 16:03:27 +00:00