Commit Graph

8643 Commits

Author SHA1 Message Date
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
mdtrooper b4be223a95 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-10 18:11:34 +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
Ramon Novoa 0349404003 Fixed the master server query.
The master server should only take modules from servers of the same type.
2014-09-10 18:05:33 +02:00
Ramon Novoa 5282d9ef9a Added constants for server types. 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
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
Vanessa Gil eb231970fd Fixed bug:Error to assign server plugins using templates. Ticket #1161
pandora_console/godmode/agentes/agent_template.php
2014-09-10 17:08:48 +02:00
Ramon Novoa 86f29199ec Fixed the master server query.
The master server should only take modules from servers of the same type.
2014-09-10 16:51:45 +02:00
Ramon Novoa cd803cdb4b Added constants for server types. 2014-09-10 16:51:45 +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 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 a40e4d1193 Fixed PHP warnings. 2014-09-10 15:37:31 +02:00
mdtrooper 4928b2b922 Fixed the height of dinamic map. TICKETS #1246 2014-09-10 13:31:05 +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
mdtrooper 225c3cc740 Fixed the check a empty dir for the graphviz directory 2014-09-10 12:28:13 +02:00
Junichi Satoh cfe6cf5c61 Added new text to the ipam help. 2014-09-10 14:06:41 +09:00
Alejandro Gallardo Escobar 8e5dadd7ca Removed the ChangeLog files :D 2014-09-09 17:41:42 +02: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
Ramon Novoa 6196d06e82 Force nmap to use seconds as the timeout unit. 2014-09-09 13:06:42 +02:00
Ramon Novoa b53da5c0cd Added support for on-demand macros to the Plug-in Server. 2014-09-09 11:03:07 +02:00
Sancho Lerena 8399608b10 Added missing macros to helpfiles 2014-09-09 09:35:08 +02:00
mdtrooper f3ddb0ec2f Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-08 15:26:19 +02:00
mdtrooper dd0e71227f Cleaned source code style, only for to test the github webhooks 2014-09-08 15:26:04 +02:00
Vanessa Gil fd1a44df4d Commented autocreate_group parameter in config file.
pandora_server/NetBSD/pandora_server.conf.new
2014-09-08 15:20:48 +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
Sancho Lerena d5b825851e Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-09-08 13:52:06 +02:00
Sancho Lerena 16acbcfc19 Added empty files to recreate directories (due problems in SVN migration) 2014-09-08 13:51:15 +02:00
mdtrooper bbc314b776 Some fixes for the empty text files in the filemanager. 2014-09-08 13:45:52 +02:00
Sancho Lerena 9fca6f8d7c Added missing blank directories missed from SVN migration. Added a blank
HTML file to avoid directory listing and to solve GIT commit of blank
directories.
2014-09-08 13:01:42 +02:00
Sancho Lerena e6dd2ec15d 2014-09-08 Sancho Lerena <slerena@gmail.com>
* pandora_server_installer: Fixed problems on linux due
        bad link paths from /usr/local/bin -> /usr/bin
2014-09-08 12:49:15 +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
Junichi Satoh e49311ae2a 2014-09-06 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/Core.pm: Fixed that unknown modules are never
	recovered when module data is received correctly in/after the
	race condition (module execution time exceeds its interval).
2014-09-06 11:16:46 +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
Ramon Novoa 4e43a20909 2014-09-03 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Added basic support to log to syslog.
2014-09-04 13:02:23 +02:00
Ramon Novoa aa52dfdadc 2014-09-03 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Tools.pm: Added basic support to log to syslog.
2014-09-04 13:02:23 +02:00
Ramon Novoa c07e6f14b1 2014-09-03 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Added support for global macros.
2014-09-04 13:02:22 +02:00
mdtrooper b387104d24 Upload some lost lines in the Changelog. Sorry 2014-09-04 12:21:44 +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
Alejandro Gallardo Escobar cb26a1e6c5 Fixed the search of enterprise help files
* general/pandora_help.php: Error fixes on the help file
	search.
2014-09-03 19:40:37 +02:00