Commit Graph

9553 Commits

Author SHA1 Message Date
raulmateos 778ae432a6 2006-12-01 Raul Mateos <raulofpandora@gmail.com>
* installer/Pandora_FMS_Windows_Agent-1.2-Setup.exe: Updated with last
	binary file, also added html help to generate keys.

	* installer/scripts/*.bat: moved from installer directory.
	
	* installer/babel.mpi: Update installer script file.

	* installer/README.txt: Updated file.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@294 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-01 21:12:51 +00:00
Esteban Sanchez a5d9ed8fd1 2006-12-01 Esteban Sanchez <estebans@artica.es>
* pandora_windows_service.[cc,h]: Added copyDataFile() method to
        class, it will copy the data file to the remote host. Now the data
        file is not copied when the debug flag is active. Changed some debug
        output to log output and changed one log message.

        * bin/pandora_agent.conf: Updated debug flag option to new format and
        commented.

        * bin/PandoraAgent.exe: Updated to new commit.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@293 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-01 16:29:27 +00:00
Esteban Sanchez 6de3233c38 006-12-01 Esteban Sanchez <estebans@artica.es>
* pandora_windows_service.cpp: Fixed a bug when copying the data file
        to server, which it didn't include the agent name if it was not
        defined in configuration file and was taken from Windows functions.

        * bin/PandoraAgent.exe: Updated to new commit.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@292 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-12-01 16:06:08 +00:00
slerena 8468146563 2006-11-30 Sancho Lerena <slerena@artica.es>
* Added updated pandora_agent.LICENCE files (with link to SF
	tracking page).
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@291 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-30 17:45:52 +00:00
slerena b6bbe751b0 2006-11-30 Sancho Lerena <slerena@artica.es>
* pandora.xml: Updated header, fixed problems with punctuation
          chars, and added subtitle. Add revision.

	* .pdf: Updated PDF.

	* pandora_logo.jpg: Big images with margins, fit ok on first page.

	* pandora_userguide.xml: Added subtitle and revision.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@290 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-30 16:50:04 +00:00
raulmateos d36204e43b 2006-11-30 Raul Mateos <raulofpandora@gmail.com>
* bin/help/*: New directory and files with help for generating keys.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@289 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-30 11:25:04 +00:00
slerena 4288368137 2006-11-29 Sancho Lerena <slerena@artica.es>
* pandora_server/pandora_server.pl: Fixed BUG #1604778.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@288 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-29 10:33:41 +00:00
raulmateos a43e26780f 2006-11-28 Raul Mateos <raulofpandora@gmail.com>
* installer/Pandora_FMS_Windows_Agent-1.2-Setup.exe: Updated with last
	binary file.
	
	* installer/pandora.mpi: Update installer script file.
	
	* installer/README.txt: Updated file.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@287 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-28 21:56:57 +00:00
slerena 1296318795 2006-11-28 Sancho Lerena <slerena@artica.es>
* pandora_doc: Updated styles, added ER diagram and finished
	revision. Generated "correct" PDF versions. Possibly final versions :-)

	* Other stuff: Fixed several SVN conflicts in my repository
          and updated several ChangeLogs that I dont commit.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-28 14:00:38 +00:00
raulmateos 10c8253981 2006-11-27 Raúl Mateos <raulofpandora@gmail.com>
* pandora_server/data_in: Removed old directory.

	* pandora_server/config/pandora_server.conf: Changed data_in directory to
	/var/spool/pandora/data_in.

	* pandora_agents/win32/installer/Pandora_FMS_Windows_Agent-1.2-Setup.exe: 	Updated with last binary file.
	
	* pandora_agents/win32/installer/pandora.mpi: Update installer script file.
	
	* pandora_agents/win32/installer/Pandora Windows Agent-1.2 Beta3-Setup.exe: 		deleted old file.

	* pandora_agents/win32/bin/pandora_agent.conf: Changed path in server to
	/var/spool/pandora/data_in.

	* pandora_console/general/footer.php: Add variable $time to get time from server 		which PHP < 5.1. Style correction.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@285 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-27 21:35:13 +00:00
Esteban Sanchez 611d7e3e1e 2006-11-27 Esteban Sánchez <estebans@artica.es>
* pandora_strutils.h, pandora_strutils.cc: strtoulong() now returns an
        unsigned long long. This will finally fixes the bug with freedisk big
        amounts.

        * windows/pandora_wmi.cc: Now the space amount is a unsigned long
        long enough to amounts up to PB (billions of GB).

        * bin/PandoraAgent.exe: Updated to new commit.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@284 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-27 11:59:52 +00:00
marostegui 671ef464cd 2006-11-27 Manuel Arostegui <marostegui@artica.es>
* pandora_server/specs/fedoracore5/perl-Pandora-1.2-beta3.spec:
          Missing Changelog section, added.

        * pandora_server/specs/rhel/perl-Pandora-1.2-beta3.speci: Missing
          Changelog section, added.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@283 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-27 09:09:27 +00:00
marostegui a31b4822ea 2006-11-27 Manuel Arostegui <marostegui@artica.es>
* linux/pandora_agent.sh: Added new distro detection



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@282 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-27 09:08:11 +00:00
Esteban Sanchez 12ddf6dc7d 2006-11-24 Esteban Sánchez <estebans@artica.es>
* pandora_strutils.h, pandora_strutils.cc: Added strtoulong() to
        convert a string into a unsigned long integer.

        * wmi/pandora_wmi.h, pandora_wmi.cc: Modified getDisgkFreeSpace() to
        return a unsigned long integer. Used srttoulong() to transform the
        free disk into a log instead of an integer, that caused a negative
        value of free disk space when the amount was in the order of GB.

        * bin/PandoraAgent.exe: Updated to new commit.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@281 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-24 11:46:31 +00:00
marostegui 8f694746a0 2006-11-24 Manuel Arostegui <marostegui@artica.es>
* en/pandora_chapter1.xml,pandora_chapter2.xml,pandora_chapter3.xml,
          pandora_chapter4.xml,pandora_chapter5.xml,pandora_chapter6.xml,
          pandora_chapter8.xml,pandora_chapter9.xml,pandora_advanced.xml,
          pandora_userguide.xml,pandora_migration.xml,pandora_introduction.xml
          pandora.xml: Text corrections.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@280 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-24 11:26:27 +00:00
raulmateos 38182de6ff 2006-11-23 Raul Mateos <raulofpandora@gmail.com>
* linux/pandora_agent.sh, linux/pandora_agent_daemon: Update license,
	translated text from spanish to english, updated build.
	
	* linux/pandora_agent.conf: Solved small bug with vmstat.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@279 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-23 16:40:28 +00:00
raulmateos cef290d652 2006-11-23 Raul Mateos <raulofpandora@gmail.com>
* general/footer.php: Changed text from Pandora to Pandora FMS.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@278 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-23 16:21:22 +00:00
villa30 41a8090edd 2006-11-23 David Villanueva <david.villanueva@artica.es>
* en/images: Up images modified in the last commit.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@277 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-23 15:59:36 +00:00
slerena 77ebfaf67c 2006-11-23 Sancho Lerena <slerena@artica.es>
* agentes/datos_agente.php: Better output (sort DESC and with M and K suffix)



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@276 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-23 12:45:27 +00:00
slerena cbfc5f1873 2006-11-23 Sancho Lerena <slerena@artica.es>
* agentes/estado_ultimopaquete.php: Added "border=0" to some graphic.
        Fixed typo in hourly graph.

        * agentes/estado_generalagente.php: Added "border=0" in setup icon.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@275 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-23 12:29:02 +00:00
raulmateos 30638287eb 2006-11-23 Raul Mateos <raulofpandora@gmail.com>
* pandora_server/bin/pandora_config.pm: Updated some text from Linux to
	GNU/Linux. Update build date and final version.
	* pandora_server/config/pandora_server.conf: Changed servername from
	"daeva" to localhost.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@274 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-23 10:36:38 +00:00
slerena 34c620628a 2006-11-22 Sancho Lerena <slerena@artica.es>
* pandora_console/ChangeLog: Update last changes.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@273 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-22 18:32:18 +00:00
slerena 0bd4460748 2006-11-22 Sancho Lerena <slerena@artica.es>
* agentes/estado_ultimopaquete.php: Fixed small size of
	visualization of data in packet view. Big values was cutted. Added
	elimination of decimals, and suffix for M (1000) divisible values.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@272 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-22 18:26:23 +00:00
marostegui fa815a6bc4 2006-11-22 Manuel Arostegui <marostegui@artica.es>
* pandora_server/specs/fedoracore5/*, pandora_server/specs/rhel/*: Added
          to repository. Added specs files for Fedora Core 5 and RHEL.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@271 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-22 13:07:52 +00:00
raulmateos 34618aaa59 2006-11-21 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/status_monitor.php: change bulb images from botton
	to top, some style corrections
	* operation/agentes/estado_generalagente.php,
	operation/agentes/estado_ultimopaquete.php:
	Several changes to make it more HTML compliant, and better sytle.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@270 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 19:10:23 +00:00
raulmateos 873cf9096c 2006-11-21 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_alertas.php,
	operation/agentes/status_monitor.php: small code changes
	* ChangeLog: added changes not written in the last commit.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 17:46:47 +00:00
raulmateos 624c571d23 2006-11-21 Raul Mateos <raulofpandora@gmail.com>
* general/footer.php: Change time() function to $_SERVER['REQUEST_TIME']
	for optimization, Esteban's suggestion. Changed text from Pandora to
	Pandora FMS.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@268 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 17:35:59 +00:00
raulmateos 589df51e8b 2006-11-21 Raul Mateos <raulofpandora@gmail.com>
* en/pandora_install.xml, en/pandora_advanced.xml,
	en/pandora_chapter1.xml, en/pandora_chapter2.xml,
	en/pandora_chapter3.xml, en/pandora_chapter4.xml,
	en/pandora_chapter5.xml, en/pandora_chapter6.xml,
	en/pandora_chapter7.xml, en/pandora_chapter8.xml,	
	en/pandora_chapter9.xml, en/pandora_introduction.xml
	en/pandora_migration.xml, en/pandora_userguide.xml:
	Text correction.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@267 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 15:55:45 +00:00
Esteban Sanchez 347301256c 2006-11-21 Esteban Sanchez <estebans@artica.es>
* en/pandora_install.xml: Changed module_proc explanation and example,
        it doesn't need " if the process name has blank spaces. Added a
        comment to the ReceivedPackets example.

        * ChangeLog: Fixed the date of the last commmit.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@266 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 11:59:59 +00:00
Esteban Sanchez 0986bdb2f7 2006-11-21 Esteban Sanchez <estebans@artica.es>
* pandora_windows_service.cc: Changed the debug option of the
        configuration to "debug" instead of "pandora_debug".

        * pandora.cc: Removed output to stdout when logging.

        * bin/pandora_agent.conf: Removed " from module_proc example. Fixes
        bug #1600008.

        * bin/PandoraAgent.exe: Updated to new commit.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@265 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-21 11:32:03 +00:00
villa30 030734e1de 2006-11-20 David Villanueva <david.villanueva@artica.es>
* en/pandora_Chapter3.xml: Changed in sintaxis in XML file without change in PDF file.
        Added SNMP Console section.

	* en/pandora_Chapter4.xml: Changed in sintaxis in XML file without change in PDF file.  
        Added the Messages section.

	* en/pandora_Chapter5.xml: Changed in sintaxis in XML file without change in PDF file.

	* en/pandora_Chapter6.xml: Changed in sintaxis in XML file without change in PDF file.

	* en/pandora_Chapter7.xml:  New chapter.

	* en/pandora_Chapter8.xml: Changed in sintaxis in XML file without change in PDF file. Updated
	images and new organization of index.

	* en/pandora_Chapter9.xml: Changed in sintaxis in XML file without change in PDF file. Updated
	images and writed new items in parameters.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@264 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-20 11:04:28 +00:00
raulmateos cd4442da1c 2006-11-17 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_generalagente.php: Clear code, small adapt to
	guidelines. Add code for showing 'Never' if there wasn't a previous contact
	of the agent.
	
	* include/styles/pandora.css, god.css, link.css, op.css, tip.css: Style
	correction. Add border: 0px to tables and images. With this change, all the
	tables and images shouln't have the "border=0" parameter.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@263 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-17 22:56:50 +00:00
raulmateos 88221a8ed3 2006-11-17 Raúl Mateos <raulofpandora@gmail.com>
* installer/Pandora_FMS_Windows_Agent-1.2-Setup.exe: New installer to 
	include last binary file. This should be the last one before release
	of Pandora FMS 1.2.
	
	* installer/start_pandora_agent.bat, installer/stop_pandora_agent.bat,
	installer/LICENSE.txt, installer/README.txt: Added new files used by
	the installer in shorcuts.
	
	* installer/pandora.mpi: Update installer script file.
	
	* ChangeLog: Changed order of date of last commit.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@262 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-16 23:22:12 +00:00
slerena ac0a427968 2006-11-15 Sancho Lerena <slerena@artica.es>
* estado_ultimopaquete.php: Fixed width for data in lastpacket.
	 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@261 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-15 12:30:31 +00:00
slerena 316acb9b8b 2006-11-15 Sancho Lerena <slerena@artica.es>
* linux/pandora_agent_daemon: Updated header for LSB
	  compatibility (thanks to patch send by Jose Angel de Bustos.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@260 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-15 09:46:44 +00:00
raulmateos 2b392dd749 2006-11-14 Raul Mateos <raulofpandora@gmail.com>
* include/styles/pandora.css: Change some styles.
	
	* operation/agentes/estado_agente.php, 
	operation/agentes/estado_alertas.php, 
	operation/incidents/incident.php: Clear code, change styles.
	
	* operation/events/event.php: New selection for event type. EXPERIMENTAL.
	TO DO: Add selection for groups.

	* ChangeLog: Add forgotten change.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@259 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-14 00:26:29 +00:00
raulmateos 85c2be0da4 2006-11-13 Raul Mateos <raulofpandora@gmail.com>
* include/config.php: Change build date to correct order.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@257 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-13 20:38:35 +00:00
slerena bf09edfd62 2006-11-13 Sancho Lerena <slerena@artica.es>
* /bin/pandora_config.pm: Added $VERSION variable to be used for
	packagers.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@256 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-13 11:37:07 +00:00
villa30 6eaea3ec7f 2006-09-29 David Villanueva <david.villanueva@artica.es>
* en/pandora_introduction.xml: Changed in Server definition.

	* en/pandora.pdf: New compiled file.

	* en/images/image009.png: Image changed.

	* en/pandora_userguide.pdf: New compiled file.

	* en/pandora_chapter2.xml: Changed in users, profiles and messages.

	* en/pandora_chapter3.xml: image changed in modules. 


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@255 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-08 17:44:16 +00:00
Esteban Sanchez 0ff129607b 2006-08-11 Esteban Sanchez <estebans@artica.es>
* ssh/libssh2/userauth.c: Fixed a bug when the public key file do
        not finish with '\n' or '\r'.

        * bin/PandoraAgent.exe: Updated to new changes.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@254 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-08 14:13:47 +00:00
slerena a4afa23c8a 2006-11-05 Sancho Lerena <slerena@artica.es>
* images/outlimits.png: Static image for progress bar out of limits.

	* reporting/fgraph.php: Progress bar now show static image if there is
	  out of limits before calculating (faster).
	  

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@249 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-06 15:15:34 +00:00
raulmateos 9a0938766a 2006-11-06 Raul Mateos <raulofpandora@gmail.com>
* index.php: Added FMS to title (trunk)

	* include/languages/language_es_es.php, language_en.php,
	language_es_la.php, language_it.php: Remove "distributed" from title
	(trunk)

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@247 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-11-06 10:33:04 +00:00
slerena 390c4f0d49 2006-10-30 Sancho Lerena <slerena@artica.es>
* /bin/pandora_snmpconsole.pl: Now type description will be used if
        no user value is provided. More descriptive SNMP console without MIB
        translation (for 1.3 will be a basic MIB translation to descriptive
        OID).


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@242 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-31 12:26:12 +00:00
raulmateos f91c1a801a 2006-10-31 Raul Mateos <raulofpandora@gmail.com>
* operation/menu.php: Add highlighting when creating note in incidents page.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@240 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-31 10:21:45 +00:00
slerena e6aeaf150d 2006-10-21 Sancho Lerena <slerena@artica.es>
* include/functions.php: Change function no_permission () to show
	  noaccess.gif image correctly, due a path problem.
		  
        * general/noaccess.php: Change code to show noaccess.gif correctly.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@234 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-21 16:47:26 +00:00
raulmateos 9217723cf2 2006-10-13 Raúl Mateos <raulofpandora@gmail.com>
* installer/logo.png: New File.
	
	* installer/logo.gif: Delete file.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@233 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-13 10:58:51 +00:00
raulmateos 0ddcb7e5f1 2006-10-13 Raúl Mateos <raulofpandora@gmail.com>
* installer/Pandora Windows Agent-1.2 Beta3-Setup.exe: Updated
	installer to include last binary file.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@232 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-13 10:18:29 +00:00
slerena c99fa4bb1d 2006-10-11 Sancho Lerena <slerena@artica.es>
* en/pandora_userguide.xml: Changed chapter1 link by Introduction
	chapter from Pandora Install guide.

	* en/pandora_userguide.pdf: Added provisional PDF output.

	* en/pandora_chapter3.xml: Updated chapter3, not finished!.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@228 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-11 13:56:53 +00:00
raulmateos 103639ff45 2006-10-09 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_alertas.php: Add code for showing 'Never'
	if never an alert has been triggered.
	* operation/agentes/estado_alertas.php, estado_agente.php
	, status_monitor.php: Changed select size.
	* operation/incidents/incident_search.php: Changed select size.
	* operation/messages/message.php: Changed select size.
	* godmode/usuarios/configurar_usuarios.php: Changed select size.
	* godmode/setup/setup.php: Changed select size.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@224 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-09 15:22:28 +00:00
slerena 4d9e21b12d 2006-10-08 Sancho Lerena <slerena@artica.es>
* ChangeLog: Updated changelog.
     


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@222 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2006-10-08 14:06:07 +00:00