Commit Graph

5363 Commits

Author SHA1 Message Date
santimunin a3973324f4 2012-05-21 Santiago Munin <burning1@gmail.com>
* EventList.java, PopupValidationEvent.java: Removed references to Core as an object.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6329 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-21 18:07:59 +00:00
zarzuelo 5fd61467d8 2012-05-21 Sergio Martin <sergio.martin@artica.es>
* include/javascript/pandora_alerts.js
	godmode/alerts/configure_alert_action.php: Added descrption of
	the selected command under the combo when select one in 
	the action editor to help user.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6328 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-21 10:28:35 +00:00
vgilc 76d5c92db2 2012-05-21 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.sql
	  pandoradb.postgreSQL.sql
	  pandoradb.oracle.sql
	  pandoradb_data.sql
	  pandoradb.data.oracle.sql
	  pandoradb.data.postgreSQL.sql
	  extras/pandoradb_migrate_4.0.x_to_4.1.mysql.sql
	  extras/pandoradb_migrate_4.0.x_to_4.1.oracle.sql
	  extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql: Added column 'login_blocked'
	to 'tusuario'.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6327 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-21 09:25:52 +00:00
zarzuelo 3ba8291166 2012-05-21 Sergio Martin <sergio.martin@artica.es>
* pandoradb_data.sql
	pandoradb.data.postgreSQL.sql
	pandoradb.data.oracle.sql
	extras/pandoradb_migrate_4.0.x_to_4.1.mysql.sql
	extras/pandoradb_migrate_4.0.x_to_4.1.oracle.sql
	extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql: Added 
	new alert command for validate events to the database
	schemma and migration scripts



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6326 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-21 09:03:25 +00:00
zarzuelo a24f7ed111 2012-05-21 Sergio Martin <sergio.martin@artica.es>
* lib/PandoraFMS/Core.pm: Added new Internal Command for
	actions to validate the events of one module given 
	the agent name (field1) and the module name (field2)



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6325 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-21 08:40:53 +00:00
koichirok 0fcd6f8641 2012-05-21 Koichiro Kikuchi <koichiro@rworks.jp>
* util/pandora_db.pl: Merged from 4.0.2: Set default DB port
	 number when it's not specified in the configuration file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6324 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-21 06:37:12 +00:00
santimunin da297ec58e 2012-05-19 Santiago Munin <burning1@gmail.com>
* AlarmReceiver.java: Removed. Now it's the service which will retrieve data.
	* Core.java: The method of setting periodically data retrieval was changed. 
				 Now, the AlarmManager will launch the Service instead of BroadcastReceiver.
	* PandroidEventviewerService.java: Every time it receives a call from the AlarmManager, will search for new events.
	* Most of files have little changes to adapt the new data retrieval subsystem.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6322 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-19 00:18:05 +00:00
koichirok 9437651954 2012-05-18 Koichiro Kikuchi <koichiro@rworks.jp>
* godmode/agentes/configurar_agente.php: Merged from 4.0: Added
	 missing io_safe_input to the module copy operation.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6321 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-18 06:56:20 +00:00
santimunin ef54999b54 2012-05-17 Santiago Munín <burning1@gmail.com>
* Core.java: Changed methods to static. 
	
	* Main.java,
	  PandroidEventviewerService.java,
	  Core.java, Options.java,
	  EventList.java
	  PandroidEventviewerActivity.java: Instances of "Core" removed.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6319 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-17 21:34:03 +00:00
zarzuelo f6088d2d33 2012-05-17 Sergio Martin <sergio.martin@artica.es>
* install.php: Fixed number of step mistakes
	in the install process
	Merged from 4.0



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6318 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-17 16:05:13 +00:00
zarzuelo b7d52a2503 2012-05-17 Sergio Martin <sergio.martin@artica.es>
* include/functions_api.php: Added create_network_module_from_component 
	operation to API



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6314 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-17 13:41:54 +00:00
vgilc 8519fab723 2012-05-17 Vanessa Gil <vanessa.gil@artica.es>
* godmode/setup/setup.php: Fixed bug updating setup.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6313 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-17 12:00:42 +00:00
vgilc 9cc02bfaf5 2012-05-17 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb.sql
	  pandoradb.postgreSQL.sql
	  pandoradb.oracle.sql
	  pandoradb_data.sql
	  pandoradb.data.oracle.sql
	  pandoradb.data.postgreSQL.sql
	  extras/pandoradb_migrate_4.0.x_to_4.1.mysql.sql
	  extras/pandoradb_migrate_4.0.x_to_4.1.oracle.sql
	  extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql
	  index.php
	  godmode/users/configure_user.php
	  include/functions_config.php
	  include/javascript/jquery.pandora.js: Added password policy.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6312 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-17 11:08:11 +00:00
koichirok ad1e473094 2012-05-17 Kikuchi Koichiro <koichiro@rworks.jp>
* extensions/update_manager/settings.php,
	  extensions/update_manager/main.php: Merged from 4.0.2: Added missing
	 dbport parameter to um_db_connect() call.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6311 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-17 11:04:02 +00:00
zarzuelo 22ffc92411 2012-05-17 Sergio Martin <sergio.martin@artica.es>
* util/pandora_manage.pl: Added --create_network_module_from_component
	option to CLI passing component and target agent names



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6308 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-17 09:42:52 +00:00
zarzuelo c6cb4ba961 2012-05-16 Sergio Martin <sergio.martin@artica.es>
* include/constants.php: Added a constants for
	more common used colors in pandora: critical, 
	warning, normal, unknown...

	* extensions/agents_alerts.php: Added new view of
	agents/alerts for pending tasks #3468889



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6304 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-16 14:52:49 +00:00
darode 9b096f7a4a 2012-05-16 Dario Rodriguez <dario.rodriguez@artica.es>
* util/pandora_xml_stress.conf: Fixed a wrong default configuration file
	for pandora_xmk_stress

	MERGED FROM 4.0.2



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6303 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-16 04:59:22 +00:00
juanmanuelr add0143e94 2012-05-14 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css: Added transparent background in input
	html elements of image type.
	
	Bugfix merged from branches.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6301 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-14 16:12:27 +00:00
zarzuelo 9fb2b683d8 2012-05-14 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/estado_ultimopaquete.php
	godmode/agentes/module_manager.php: Added string filter
	to modules view in the operation and godmode views for
	pending #3482262



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6299 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-14 14:24:29 +00:00
santimunin 6283e5052f 2012-05-12 Santiago Munín <burning1@gmail.com>
* Licenses and javadoc comments added to all files, refactorized code.
       
    * Main.java: fixed a bug which was making the app crash when "Reset" button was clicked.
    
    * res/drawable-ldpi/help.png,
      res/drawable-ldpi/cross.png,
      res/drawable-ldpi/ok.png,
      res/values/styles.xml: Added in order to build the new notification options' UI.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6298 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-14 11:59:53 +00:00
jsatoh 60410f8350 2012-05-12 Junichi Satoh <junichi@rworks.jp>
* godmode/reporting/reporting_builder.item_editor.php: Wrapped 
	inventory_get_agents() in enterprise_hook();



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6295 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-12 06:10:32 +00:00
mdtrooper f72b1b3e58 2012-05-11 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager/lib/functions.php: fixed into the
	function "update_pandora_installation" lost var,  and into the
	function "update_pandora_get_list_downloaded_packages" check fail
	dir.
	
	* extensions/update_manager/update_pandora.php: fixed foreach a non
	array in list download packages when fail.
	
	MERGED FROM 4.0.2




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6293 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-11 11:39:50 +00:00
jsatoh 8092ef8403 2012-05-11 Junichi Satoh <junichi@rworks.jp>
* ChangeLog: Fixed conflict with previous commit. (Added lost lines.)



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6291 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-11 04:47:57 +00:00
zarzuelo 7991c75119 2012-05-10 Sergio Martin <sergio.martin@artica.es>
* unix/Linux/pandora_agent.conf
	unix/pandora_agent: Added units parameter to the 
	agent and added units to the default modules in
	conf for pending task #3520530



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6290 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-10 16:27:15 +00:00
juanmanuelr e77a0c72be 2012-05-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* general/login_help_dialog.php: Removed variable due to 
	obfuscation.
	
	Merged from branches.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6289 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-10 15:58:31 +00:00
zarzuelo 9882ab6c0d 2012-05-10 Sergio Martin <sergio.martin@artica.es>
* include/javascript/pandora_modules.js
	pandoradb.sql
	pandoradb.postgreSQL.sql
	pandoradb.oracle.sql
	extras/pandoradb_migrate_4.0.x_to_4.1.mysql.sql
	extras/pandoradb_migrate_4.0.x_to_4.1.oracle.sql
	extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql
	godmode/agentes/module_manager_editor_common.php
	godmode/modules/manage_network_components_form.php
	godmode/modules/manage_network_components_form_common.php
	godmode/modules/manage_network_components.php: Fix some layout
	little bugs in module editor and added unit parameter
	to network components for pending task #3520706



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6287 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-10 15:35:28 +00:00
mdtrooper 614db7dce4 2012-05-10 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_users.php: fixes from the equal chat in the
	Integria IMS.
	
	MERGED FROM 4.0.2




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-10 15:05:18 +00:00
zarzuelo 4897288d66 2012-05-10 Sergio Martin <sergio.martin@artica.es>
* lib/PandoraFMS/DB.pm
	lib/PandoraFMS/Core.pm: Added the macro _alert_text_severity_ to
	the alerts



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6284 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-10 12:18:43 +00:00
zarzuelo 7eb3f27b04 2012-05-10 Sergio Martin <sergio.martin@artica.es>
* pandoradb.sql
	pandoradb.postgreSQL.sql
	pandoradb.oracle.sql: Set default value to id_alert_command
	column in db to avoid comparison errors in server




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6283 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-10 12:09:00 +00:00
jsatoh a1457a95b3 2012-05-10 Junichi Satoh <junichi@rworks.jp>
* FreeBSD/pandora_server.conf: Synchronized with the generic
	configuration file, conf/pandora_server.conf (better default values).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6281 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-10 09:51:42 +00:00
jsatoh 4fefd5f467 2012-05-10 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_alert_macros.php: Added to help two new macros.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6280 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-10 09:39:53 +00:00
zarzuelo db3148848b 2012-05-10 Sergio Martin <sergio.martin@artica.es>
* include/help/en/help_alert_macros.php
	include/help/es/help_alert_macros.php: Added to help two new
	macros



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6279 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-10 08:45:55 +00:00
zarzuelo 007e4b389a 2012-05-09 Sergio Martin <sergio.martin@artica.es>
* include/functions_agents.php: Merged from 4.0 the extra_sql
	get code



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6277 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-09 16:13:31 +00:00
zarzuelo 535b4b642d 2012-05-09 Sergio Martin <sergio.martin@artica.es>
* include/help/en/help_alert_macros.php
	include/help/es/help_alert_macros.php
	include/functions.php
	include/functions_agents.php: Fixing some missing or wrong macros
	into help and added Minor and Major severities to alerts 
	and clean some code



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6276 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-09 16:05:16 +00:00
darode 500528937d 2012-05-09 Dario Rodriguez <dario.rodriguez@artica.es>
* util/plugin/ipmi-plugin.pl,
	util/recon_scripts/ipmi-recon.pl: Fixed some bugs of plugin and
	recon

	MERGED FROM 4.0.2



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6275 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-09 07:40:24 +00:00
slerena 55c99f3a4d 2012-05-08 Sancho Lerena <slerena@artica.es>
* conf/pandora_server.conf: Better default values.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6272 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-08 15:47:19 +00:00
slerena a27d2305cd 2012-05-08 Sancho Lerena <slerena@artica.es>
* operation/agentes/datos_agente.php: Fixed search, was
        not working due html encoding in the SQL. Alter some layout
        issues (centering data in columns)

        * extensions/ssh_gateway*: New extension to connect SSH/Telnet
        servers from the console, using external anytermd daemon running
        in the pandora server.

        * pandora.css: Fix title height.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6271 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-08 15:43:45 +00:00
darode 4b6f778b16 2012-05-08 Dario Rodriguez <dario.rodriguez@artica.es>
* unix/Linux/pandora_agent.conf: Fixed an example module name.

	MERGED FROM 4.0.2



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6267 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-08 14:27:34 +00:00
juanmanuelr 86b1b24bea 2012-05-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* images/header_f2b.png: Changed image size to 3000px width.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6265 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-08 10:58:19 +00:00
juanmanuelr fb0ce65b26 2012-05-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* images/opera_browser.png
	 images/safari_browser.jpeg
	 images/iexplorer.jpeg: Added browser images.

	* general/login_page.php: Changed browser warning modal window.

	* images/mozilla_firefox.png: Modified image.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6264 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-08 08:55:35 +00:00
juanmanuelr 7ffe2eb915 2012-05-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css: Reverted changes (bag visualization
	in Firefox).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6263 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-07 14:54:23 +00:00
juanmanuelr 16e05c51c8 2012-05-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css: Fixed input layout in login screen.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6261 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-07 14:37:28 +00:00
slerena e70625b8e3 2012-05-04 Sancho Lerena <slerena@artica.es>
* anytermd.suse.spec: Added specific spec for SUSE. Tested on a
        opensuse 11.3/i586.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6260 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-04 20:47:23 +00:00
slerena 8594b9936c 012-05-05 Sancho Lerena <slerena@artica.es>
* anytermd: Added anyterm to extras. Included modifications on original
	anytermd project source code. Added a new spec file for centos/fedora/rhel.
	Tested on FC16/i386 and centos6/x86_84.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6257 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-04 19:14:27 +00:00
juanmanuelr 17d54e5249 2012-05-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/ver_agente.php: Changed way of truncate agent 
	name in header due to bad visualization if agent name has entities.
		
	* include/styles/pandora.css
	images/header_f2.png: Modified header image with 3000px width. 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6254 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-04 08:43:26 +00:00
zarzuelo 5f1f45cf43 2012-05-03 Sergio Martin <sergio.martin@artica.es>
* win32/windows/pandora_wmi.cc: Added to the windows
	agent inventory module for patches the service pack
	column

	Merged from 4.0.2



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6251 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-03 14:45:42 +00:00
mdtrooper a64560c081 2012-05-03 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/pandora.css: fixed ".is_submenu2 li" because there
	is not ":".
	
	* include/functions_reporting.php: cleaned source code style.
	
	* godmode/reporting/reporting_builder.php: removed a PHP notice
	message about a uninicialized var.
	
	* godmode/reporting/graphs.php: fixed lost icon in the header bar
	in this page.
	
	MERGED FROM 4.0.2




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6248 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-03 13:57:55 +00:00
mdtrooper a9281ed51f 2012-05-03 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/menu.css: fixed bad colour name "#grey" for correct
	colour name "grey".
	
	* include/constants.php: added constants for backup.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-03 11:29:04 +00:00
juanmanuelr 488e584e72 2012-05-03 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css: Removed background color of 
	header separators and background header font color in godmode views.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6243 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-03 11:11:22 +00:00
juanmanuelr e1e2b45d38 2012-05-03 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora_legacy.css
	 include/styles/pandora.css
	 images/skin/skin_default/include/styles/pandora.css: Fixed 
	 information messages in other css files different than the default
	 css file. Also resized header image to 100% width.
	 
	* operation/agentes/tactical.php: Fixed print_cells_temp function 
	when it has not color like argument.

	Merged from branches.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6241 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-03 10:44:07 +00:00