Commit Graph

1648 Commits

Author SHA1 Message Date
mdtrooper 5f7c47d0b9 2009-08-07 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: add options at html widgets for disable.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1831 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-08-07 15:05:45 +00:00
mdtrooper 05f52ee9e0 2009-08-07 Miguel de Dios <miguel.dedios@artica.es>
* index.php: Fix error with writting buffer after ob_start and before
	Pandora console don't change the http header.
	Fixes: 2833710 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1830 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-08-07 14:57:11 +00:00
slerena 717b8eede0 2009-08-05 Sancho Lerena <slerena@artica.es>
* include/styles/pandora.css: Adjusted head and removed small heigh 
	problems in some tabs (agent and search sections).
		
	* include/javascript/pandora.js: winopeng call for module graph is now 
	widther.
	
	* index.php: Now defined a default search for agents().
	
	* general/header.php: Redesign of header.
	
	* general/pandora_help.php: Some visual changes in background and footer.
	
	* godmode/modificar_agente.php: Create button replaced.
	
	* fgraph.php: Fixed the string graphs and fixed a lot other issues.
	
	* include/functions_visual_map.php: Module images are shown in pure mode 
	(without title) and adding the title defined by user in map definition.
	
	* include/pandora_graph.php: Added default colors (up to 9) for combined
	graphs.

	* include/pchart_graph.php: Created a new method to render datetime
	data in X axis legend. Reformatted combined and static graph to remove
	transparent background, title and other issues reported. Also combined
	stack graph now works adding data from one series to another. 
	
	* include/help/en/help_agent_status.php: new help file for agent status.
	
	* include/pChart/pChart.class: Added new method for format datetime in two 
	lines with full date and time information.
	
	* operation/search_results.php: reformatted tabs.
	
	* operation/agentes/estado_agente.php: removed status information legend 
	and added a help icon.
	
	* godmode/reporting/graph_builder.php,
	  operation/reporting/graph_viewer.php: Added new graph mode: stacked line.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1829 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-08-06 18:55:54 +00:00
Ramon Novoa c193f88af3 2009-08-04 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm,
          lib/PandoraFMS/ReconServer.pm,
          lib/PandoraFMS/DataServer.pm: Set group, description and post_process
          when auto-creating an agent/module.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1828 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-08-04 16:19:15 +00:00
Ramon Novoa e2d27b8131 2009-08-03 Ramon Novoa <rnovoa@artica.es>
* linux/plugins/inventory: Added to repository. Inventory plugin.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1827 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-08-03 15:21:20 +00:00
Ramon Novoa 3126a2a3cd 2009-08-03 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Add id_agente to tagente_estado when
          creating a new module.

        * lib/PandoraFMS/DataServer.pm: Added support for inventory XML files.

        * lib/PandoraFMS/Tools.pm: Moved get_tag_value function from
          DataServer.pm to Tools.pm.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1826 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-08-03 15:12:07 +00:00
marostegui 2f2abc143b 2009-07-30 Manuel Arostegui <manuel@todo-linux.com>
* SLES10/pandora_wmi, pandora_plugin, pandora_prediction
        pandora_snmpconsole, pandora_recon, pandora_server
        pandora_network: Deleted from repository. We don't need these 
         scripts anymore.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1825 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-30 16:45:35 +00:00
mdtrooper 6a3903d98e 2009-07-29 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_results.php: fix a query for search alerts. And changed
	the visual result (old it was simple list items) to a detailed table for all
	elements to search, also added pagination options for results. And make
	some style in tabs (added images).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1824 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-29 17:19:27 +00:00
mdtrooper be64e416b5 2009-07-29 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/alert_list.php: clear and coment some parts of source
	code. Fix bug that send more data from other forms (I forget close
	the tag form). And change the combo box of agents to input text rich with
	ajax for source code is more light and I give more usability to form. 
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1823 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-29 10:54:44 +00:00
mdtrooper b2daa85ae5 2009-07-28 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/alert_list.php, include/functions_agents.php: changes
	for to add filter (and html form to set filter) in the list of alerts. 
	* include/styles/pandora.css, include/functions_html.php: minor changes to
	fix minor bug css and clean the source code.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1822 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-28 10:52:40 +00:00
mdtrooper 390af80e13 2009-07-27 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php: changes for support maps as widget in
	dashboard of Pandora Enterprise.
	* include/Image/image_functions.php: script content functions and code
	for manage image thumbnails and resize images.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1821 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-27 09:55:11 +00:00
mdtrooper 773fe3e82a 2009-07-24 Miguel de Dios <miguel.dedios@artica.es>
* index.php: fix mistake, add lost lines between my "dirty installation" and
	"clean project". 
	Fixes: 2826478



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1820 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-24 10:27:14 +00:00
jorgonzalez 9744e55f3d 2009-07-24 Jorge Gonzalez <jorgegonz@artica.es>
* util/pandora_exec: added execution permision to plugin server.  



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1819 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-24 09:08:20 +00:00
mdtrooper dd296d490b 2009-07-23 Miguel de Dios <miguel.dedios@artica.es>
* godmode/modules/manage_network_components_form.php: add comments for
	clarify mecanics of code, and add default group when choose make new
	WMI.
	* godmode/modules/manage_network_components_form_wmi.php: fix the bug,
	change files to add the html table, it was a probably typing mistake.
	Fixes: 2808211



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1818 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-23 14:26:22 +00:00
mdtrooper 641e7945ab 2009-07-22 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/tactical.php: fix bug, and now show another column
	with the type of server.
	Fixes: 2825426



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1817 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-22 16:21:21 +00:00
Ramon Novoa ab7b5b12a5 2009-07-22 Ramon Novoa <rnovoa@artica.es>
* linux/plugins/pandora_df: Properly close the <module> XML tag.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1816 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-22 16:14:33 +00:00
mdtrooper a46fae5bb1 2009-07-22 Miguel de Dios <miguel.dedios@artica.es>
* godmode/modules/manage_network_templates_form.php: fix bug that the column
	group had incorrect content.
	Fixes: 2815118



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1815 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-22 16:04:32 +00:00
mdtrooper 13947ca72d 2009-07-22 Miguel de Dios <miguel.dedios@artica.es>
* general/header.php, images/lupa_15x15.png, include/functions_html.php
	include/styles/pandora.css, operation/search_results.php: add global
	search bar in the header for searching Agents, Maps, Reports, Graphs,
	Alerts and Users...if you user have access level...

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1814 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-22 15:26:31 +00:00
mdtrooper 052008bbf9 2009-07-20 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/tactical.php, operation/agentes/status_monitor.php: add
	link to list monitors "not init".
	Fixes: 2815098



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1813 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-20 13:18:18 +00:00
mdtrooper 634642d286 2009-07-20 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: fix bad merge with local installation.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1812 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-20 10:35:32 +00:00
mdtrooper 063e5098c9 2009-07-20 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: fix bug the any number of modules in
	unknown status for any agent paint with its colour in the list of
	agents. Now for the agent has a box colour with color for unknown, it must
	has all modules in unknown status.
	Fixes: 2805029



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1811 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-20 08:36:55 +00:00
mdtrooper cf53de923a 2009-07-17 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/status_monitor.php: fix bug default group in form.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1810 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-17 11:46:10 +00:00
mdtrooper 62b667085e 2009-07-17 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/modificar_agente.php: fix bug that appear two times the
	group "All".
	Fixes: #2822999


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1809 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-17 11:35:57 +00:00
Ramon Novoa e0e2c0c9a7 2009-07-16 Ramon Novoa <rnovoa@artica.es>
* linux/plugins/pandora_ps, linux/plugins/pandora_df: Added to
          repository. New ps and df plugins.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1808 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-16 16:21:37 +00:00
Ramon Novoa f34630fc2c 2009-07-16 Ramon Novoa <rnovoa@artica.es>
* include/functions_networkmap.php: Added to repository. Functions used
          to draw network maps.

        * operation/agentes/networkmap.php: Moved network map generation
          functions to functions_networkmap.php.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1807 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-16 16:15:10 +00:00
Pablo de la Concepción Sanz 9392ff79fe Fixed a bug in include/functions_agents.php (create_agent) where the call to safe_int was incorrect
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1806 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-16 15:28:07 +00:00
jorgonzalez 772c8f7d8e 2009-07-16 Jorge Gonzalez <jorgegonz@atica.es>
* godmode/servers/manage_recontask_form.php: fixed wrong group
          assignation.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1805 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-16 15:14:22 +00:00
jorgonzalez c0496807d3 2009-07-16 Jorge Gonzalez <jorgegonz@artica.es>
* godmode/servers/manage_recontask_form.php: fixed wrong period
          strings.

        * include/languages/es.po, include/languages/es.mo: Updated Spanish
        translation.  

        * include/languages/index.pot: Updated po template.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1804 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-16 13:48:04 +00:00
mdtrooper 0a6a6298a8 2009-07-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_modules.php: fix bug that the function
	copy_agent_module_to_agent didn't copy the modules what was previus
	delete.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1803 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-16 13:42:51 +00:00
jorgonzalez 0ebda57f8f 2009-07-16 Jorge Gonzalez <jorgegonz@artica.es>
* godmode/servers/manage_recontask_form.php: Changed sql query to   
          remove "All" os from the recon task selection form.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1802 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-16 13:01:20 +00:00
mdtrooper 7cce9c1f49 2009-07-15 Miguel de Dios <miguel.dedios@artica.es>
* Changelog: date error in last change.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1801 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-15 15:26:38 +00:00
mdtrooper 3d2ba62c6d 2009-06-29 Miguel de Dios <miguel.dedios@artica.es>
* godmode/db/db_sanity.php: remove "cambio" column in query, this column use
	in old version of pandora (read pandoradb_migrate_v2.x_to_v3.0.sql line 20).
	Fixes: #2810974



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1800 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-15 15:25:08 +00:00
mdtrooper aab2bdcdda 2009-07-15 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/manage_config_remote.php: fix name of colums in query.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1799 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-15 11:51:52 +00:00
marostegui bf38eb7d64 2009-07-10 Manuel Arostegui <manuel@todo-linux.com>
* pandora_server.spec: Changed the architecture, changed the
        release, the "_" was a mistake.

        * pandora_server: Added chkconfig handling.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1798 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-10 06:36:23 +00:00
marostegui 69305875ab 2009-07-09 Manuel Arostegui <manuel@todo-linux.com>
* pandora_server.spec: Removed unnecessary dependency.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1797 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-09 09:04:44 +00:00
marostegui ac811eaca1 2009-07-09 Manuel Arostegui <manuel@todo-linux.com>
* pandora_console.spec: Removed unnecessary dependency.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1796 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-09 09:04:00 +00:00
jorgonzalez 953f023385 2009-07-08 Jorge Gonzalez <jorgegonz@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated Spanish
        * translation.

        * include/languages/index.pot: Updated po template.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1795 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-08 13:30:22 +00:00
jorgonzalez 1411901539 2009-07-06 Jorge Gonzalez <jorgegonz@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated Spanish 
        * translation.

        * include/languages/index.pot: Updated po template.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1794 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-08 13:25:06 +00:00
Ramon Novoa eaf483fca8 2009-07-08 Ramon Novoa <rnovoa@artica.es>
* include/functions_fsgraph.php: Use the user defined date format in
          module and combined charts.

        * operation/agentes/estado_ultimopaquete.php: Fixed the chart URL.

        * operation/agentes/stat_win.php: Show the agent name in the window
          title.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1793 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-08 13:12:44 +00:00
Ramon Novoa 157c3d1f28 2009-07-08 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Config.pm: Properly set the new agentaccess
          config option. Fixes bug #2815878.

        * util/pandora_xml_stress.pl: Fixed config file comment detection.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1792 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-08 11:01:47 +00:00
jorgonzalez eac2b05785 2009-07-06 Jorge Gonzalez <jorgegonz@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated Spanish
        * translation.

        * include/languages/index.pot: Updated po template.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1791 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-06 13:01:19 +00:00
jorgonzalez c2a4b67e8b 2009-07-06 Jorge Gonzalez <jorgegonz@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated Spanish
        * translation.

        * include/languages/index.pot: Updated po template.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1790 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-06 12:21:17 +00:00
marostegui efe5f1d308 2009-07-02 Manuel Arostegui <marostegui@artica.es>
* linux/pandora_agent.spec: Fixed a typo.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1788 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-02 18:05:04 +00:00
marostegui 1421e0700e 2009-07-02 Manuel Arostegui <marostegui@artica.es>
* linux/pandora_agent.spec: RPM spec file for 3.0 version.
	This spec file builds packages for: Centos5,Fedora11,RHEL5,
	SLE9, SLE10, OpenSuse 10.3, OpenSuse 11.0.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1787 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-02 17:49:29 +00:00
slerena 183bcbff3d 2009-07-01 Sancho Lerena <slerena@artica.es>
* include/functions_config.php: Fixed setup problem for fontpath token.
	
	* godmode/setup/setup.php, setup_visuals.php: Moved some items to other
	file (fontpath, flashgraph and agent graph options).
	
	* godmode/db/db_main.php: Bigger image.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1786 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-01 17:09:26 +00:00
Ramon Novoa f51c3ac849 2009-07-01 Ramon Novoa <rnovoa@artica.es>
* include/functions_custom_graphs.php, include/fgraph.php,
          include/functions_fsgraph.php: Small fixes, mostly path related.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1785 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-01 16:14:51 +00:00
jorgonzalez cb61fa8044 2009-06-01 Jorge Gonzalez <jorgegonz@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated Spanish 
        * translation.

        * include/languages/index.pot: Updated po template.

        * godmode/reporting/map_builder.php,                                
        * godmode/reporting/graph_builder.php: Updated translatable period  
        * strings to reduce its number and make them more compliant with the 
        * rest.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1784 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-01 10:23:54 +00:00
jorgonzalez 84bb2a7ad2 2009-06-30 Jorge Gonzalez <jorgegonz@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated Spanish 
        * translation.

        * include/languages/index.pot: Updated po template.

        * operation/agentes/estado_generalagente.php: Changed a string to   
        * reuse previous translation. 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1783 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-01 06:53:10 +00:00
Ramon Novoa d420fe891a 2009-06-30 Ramon Novoa <rnovoa@artica.es>
* include/fgraph.php: Limit the number of agents in modules per agent
          charts.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1782 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-06-30 16:56:54 +00:00
Ramon Novoa 6956f70677 2009-06-30 Ramon Novoa <rnovoa@artica.es>
* include/functions_fsgraph.php: Truncate long names for flash charts.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1781 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-06-30 16:31:15 +00:00