Welcome to Pandora FMS Community › Forums › Community support › Pandora 1.2 Beta3 out !
-
Pandora 1.2 Beta3 out !
Posted by Sancho on October 23, 2006 at 12:46steve-o replied 18 years ago 2 Members · 4 Replies -
4 Replies
-
-
::
r106 | slerena | 2006-07-07 02:45:58 +0200 (vie, 07 jul 2006) | 5 lines
* logon_ok.php – Improved Select.
* estado_grupo.php – Fixed some missing Monitors. SQL improved, better search.
* estado_monitores.php – SQL improved, better search. Monitor table header doesnt show its content when there are no data to render.————————————————————————
r107 | dervitx | 2006-07-08 22:57:43 +0200 (sáb, 08 jul 2006) | 1 line– when a module passes string data to the server in a XML document, presence of special XML characters like ‘&’ and ‘<' si not checked. A temporal workaround is implemented in this revision, consisting on encapsulating the module data within
http://www.w3schools.com/xml/xml_cdata.asp ————————————————————————
r110 | raulmateos | 2006-07-09 02:33:33 +0200 (dom, 09 jul 2006) | 3 lines– Solve small bug not showing one group if n=3 in estado_grupo.php (Pandora Console)
– Change order of verifing if the var SNMP_OID is set in configurar_agente.php (Pandora Console)
– Change AND to OR for verifing if the two SQL inserts were OK while inserting new monitor in configurar_agente.php (Pandora Console)
————————————————————————
r111 | raulmateos | 2006-07-09 16:20:10 +0200 (dom, 09 jul 2006) | 1 line– Update info and clean code in estado_alertas.php, estado_monitores.php and status_monitor.php (Pandora Console)
————————————————————————
r112 | raulmateos | 2006-07-09 16:58:02 +0200 (dom, 09 jul 2006) | 2 lines– Create new var. for help language in config.php and changed in all the .php files where the help was available (Pandora Console)
– Change tlanguage table definition to add ISO 639-2 compliant lang codes in pandoradb.sql file and also changed the name of bable from bb to ast_es in pandoradbdata.sql and changed name of include lang files and help files (Pandora Console)
————————————————————————
r113 | raulmateos | 2006-07-09 17:00:39 +0200 (dom, 09 jul 2006) | 1 line– Add ast name for asturian (babel) help files (Pandora Console)
————————————————————————
r115 | slerena | 2006-07-09 22:29:44 +0200 (dom, 09 jul 2006) | 22 lines* ChangeLog: Create this file, prior to launch final 1.2 version. For the next
versions, will use it for every branch and subproject.* configurar_agente.php : Fixed Undefined index: combo_snmp_oid notice error.
* estado_grupo.php: Detect old “OK” monitors, but doesnt check if they are down
in time, so for example, a old monitor with OK signal but from a week old, it is
shown as GREEN (good) value, not as a DOWN (white with ? symbol). FIXED.
Now counts data modules for DOWN total account, and show grey button if ANY
type of module is down, not only monitors. Improved SQL searches.* estado_agente.php, estado_ultimopaquete.php: Same as estado_grupo with data_modules,
included in total account, more accurate accounting. A new value shown in grey for
DOWN modules, being monitors or single data modules, no matter type. Improved SQL
searches. Individual module intervals are used to determine if a module is down,
if there is no individual module interval, global agent interval is used.
Now it’s possible to have a module with higher interval than Agent interval, so
we take now the more higest interval in modules to calculate if an agent is DOWN.* fgraph.php: updated progressbar function to show N/A when data is above 100 or below 0.
————————————————————————
r117 | esanchezm | 2006-07-10 12:43:11 +0200 (lun, 10 jul 2006) | 12 lines2006-07-10 Esteban Sanchez
* modules/pandora_module_list.cc: Delete modules from the list
in the destructor.* ssh/libssh2/*: Updated to a new version of libssh2 (v 0.14).
It solves a very important leak.* PandoraAgent.dev: Linker options modified. Libssh2 files are
not compiled as C++.————————————————————————
r118 | raulmateos | 2006-07-10 18:47:05 +0200 (lun, 10 jul 2006) | 1 line– Delete Euskera language file, language_eu.php, because this file was not updated anymore (Pandora Console)
————————————————————————
r119 | raulmateos | 2006-07-11 10:49:21 +0200 (mar, 11 jul 2006) | 19 lines(Pandora Console)
* estado_agente.php: Clean code, add new text about authors
* configurar_agente.php: Solve small bug that in some cases the module association form didn’t work.Added the feature of disable the not required inputs for the different type of agents while editingmodule.
* indicent_search.php: Add new text about authors and add a line between table and button (cosmetic change)
* setup.php: Add new text about authors and add a line between table and button (cosmetic change)
* estado_grupo.php: Add new text about authors. Add new help icon; At this moment help for this item isn’t available.
* view_server.php: Add new text about authors. Add new help icon; At this moment help for this item isn’t available.
* snmp_alert.php: Add new text about authors. Add new help icon; At this moment help for this item isn’t available. Cosmetic change, adding class ‘suc’ when creating alert is successful.
* snmp_view.php: Add new text about authors. Add new help icon; At this moment help for this item isn’t available.
* tip.css: Change class padding to not showing error in Firefox Javascript Console
————————————————————————
r120 | esanchezm | 2006-07-11 11:41:22 +0200 (mar, 11 jul 2006) | 20 lines2006-07-11 Esteban Sanchez
* pandora_windows_service.h: Public methods converted into private.
* modules/pandora_module_freedisk.[cc,h]: Added to repository. Implements a module to check the free space in a disk.
* modules/pandora_module.h, modules/pandora_module_factory.cc, pandora_module_list.cc: Added support to Pandora_Module_Freedisk modules.
* ssh/libssh2/channel.c: Fixed a bug on libssh2_channel_wait_closed that caused to not copy the file to the remote host.
* windows/wmi/pandora_wmi.[cc,h]: Added getDiskFreeSpace() to get support eh Pandora_Module_Freedisk modules.
* pandora_strutils,[cc,h]: Added longtostr() to convert a long into a string.
* PandoraAgent.dev: Added new files to the project.
* bin/PandoraAgent.exe: Updated to the new commit.
————————————————————————
r121 | raulmateos | 2006-07-11 12:03:18 +0200 (mar, 11 jul 2006) | 7 lines(Pandora Console)
* message.php: Add new text about authors. Add new help icon; At this moment help for this item isn’t available. Add a line between table and button (cosmetic change)
* incident_detail: Add new text about authors. Add a line between table and button. Add different colors between rows. Change button position (cosmetic changes).
* incident_note: Add new text about authors. Add a line between table and button. Add different colors between rows (cosmetic changes).
————————————————————————
r122 | raulmateos | 2006-07-11 13:02:20 +0200 (mar, 11 jul 2006) | 5 lines(Pandora Console)
* ver_agente.php: Add new text about authors. Clean Code.
* estado_generalagente.php: Add new text about authors. Solve small bug showing different colors between rows (cosmetic changes).
————————————————————————
r123 | raulmateos | 2006-07-11 16:14:09 +0200 (mar, 11 jul 2006) | 17 lines(Pandora Console)
* index.php: Add new text about authors.
* functions.php: Add new text about authors. Change PATH to noaccess.php file.
* noaccess.php: Add new text about authors.
* login_failed.php: Add new text about authors.
* logoff.php: Add new text about authors.
* config.php: Add new text about authors.
* configurar_usuarios.php: Add new text about authors. Clean code. Solve small bug that avoid creating a new user. Add a line between table and button. Add different colors between rows (cosmetic changes).
* pandora.css: Added new class .datos2t
————————————————————————
r124 | raulmateos | 2006-07-11 16:48:04 +0200 (mar, 11 jul 2006) | 5 lines(Pandora Console)
* user_edit.php: Add new text about authors. Add a line between table and button. Add different colors between rows (cosmetic changes).
* menu.php: Add new text about authors. Add code to highlight “edit my user” when editing the authenticated user.
————————————————————————
r125 | slerena | 2006-07-11 17:33:55 +0200 (mar, 11 jul 2006) | 11 lines2006-07-11 Sancho Lerena
* config.php: Replaced default font for use in graphs to use FreeSans.ttf
* FreeSans.ttf: added to SVN repository.
* fpgraph.php: Fixed problem with Call-time pass-by-reference in PHP.
* functions.php: Updated parametro_limpio() security function to parse better.
Includes a regular expression to purge %00 expresions.————————————————————————
r127 | raulmateos | 2006-07-11 18:54:17 +0200 (mar, 11 jul 2006) | 5 lines(Pandora Console)
* Moved FreeSans.ttf to the reporting directory
* Modified config.php. Now only shows the font, $config_fontpath var is set without the path (it should look for the font in the reporting directory)
————————————————————————
r128 | raulmateos | 2006-07-12 10:29:41 +0200 (mié, 12 jul 2006) | 7 lines(Pandora Console)
* language_it.php. New language file, italian
* pandoradb_data.sql. Change to add that the new language
* help/it. New directory for help files in italian
————————————————————————
r129 | esanchezm | 2006-07-12 11:15:00 +0200 (mié, 12 jul 2006) | 17 lines2006-07-11 Esteban Sanchez
* modules/pandora_module_cpuusage.[cc,h]: Added to repository. Implements a module to get the CPU usage percentage.
* modules/pandora_module.h, modules/pandora_module_factory.cc, modules/pandora_module_list.cc: Added support to Pandora_Module_Cpuusage.
* modules/pandora_module_freedisk.cc: Removed unnecessary debug output.
* modules/pandora_module_service.h: Style correction.
* windows/pandora_wmi.[cc,h]: Added getCpuUsagePercentage(). Removed unnecessary debug output.
* PandoraAgent.dev: Added new files to the project.
* bin/PandoraAgent.exe: Updated to the new commit.
————————————————————————
r130 | raulmateos | 2006-07-12 12:20:34 +0200 (mié, 12 jul 2006) | 5 lines(Pandora Console)
* changed name from pandora_info_es.html to pandora_info_es_es.html and pandora_info_bb.html to pandora_info_ast_es.htm
* pandora_info_it.html. New file, GPL license in italian
————————————————————————
r131 | esanchezm | 2006-07-12 12:57:20 +0200 (mié, 12 jul 2006) | 5 lines2006-07-11 Esteban Sanchez
* bin/pandora_agent.conf: Added examples of CPU usage and free space on disk.
————————————————————————
r132 | raulmateos | 2006-07-12 15:43:41 +0200 (mié, 12 jul 2006) | 9 lines(Pandora Console)
* datos_agente.php. Add new text about authors. Add a line between table and button. Add different colors between rows (cosmetic changes). Add Help.
* user.php. Add new text about authors. Clean code.
* menu.php. Add highlight when datos_agente selected.
* pandora.css. Add new text about authors.
————————————————————————
r133 | esanchezm | 2006-07-13 12:38:32 +0200 (jue, 13 jul 2006) | 17 lines2006-07-12 Esteban Sanchez
* modules/pandora_module_freememory.[cc,h]: Added to repository. Implements a module to the the amount of free memory.
* modules/pandora_module.h, modules/pandora_module_factory.cc, modules/pandora_module_list.cc: Added support to Pandora_Module_Freememory.
* modules/pandora_wmi.[cc,h]: Added getFreememory () to get the amount of free memory.
* pandora_windows_service.h: Removed public specificator from some functions.
* PandoraAgent.dev: Added new files.
* bin/PandoraAgent.exe: Updated to the new commit.
* bin/pandora_agent.conf: Added example of free memory module.
————————————————————————
r134 | slerena | 2006-07-14 12:08:08 +0200 (vie, 14 jul 2006) | 8 lines2006-07-13 Sancho Lerena
* estado_grupo.php. Fix bug viewing groups, agent intervar was not read and
misused, resulting in a bad result of module down total sum.* Some headers changed to show the “official” GPL Header info
* godmode/setup/setup.php: Fixed small bug showing filelist.
————————————————————————
r135 | raulmateos | 2006-07-17 09:52:51 +0200 (lun, 17 jul 2006) | 3 lines(Pandora Console)
* configurar_agente.php. Solved small bug that only show the last alert when creating alert in an agent, but the alert was created into database.
————————————————————————
r136 | raulmateos | 2006-07-17 10:17:58 +0200 (lun, 17 jul 2006) | 5 lines(Pandora Console)
* Some headers changed to show the “official” GPL Header info
* modificar_server.php. Add highlights. Add line before the submit button. Add help.
————————————————————————
r137 | raulmateos | 2006-07-17 10:19:35 +0200 (lun, 17 jul 2006) | 3 lines(Pandora Agents)
* Changed name of agent
————————————————————————
r138 | esanchezm | 2006-07-17 11:13:46 +0200 (lun, 17 jul 2006) | 9 lines2006-07-14 Esteban Sanchez
* modules/pandora_module_factory.cc: Removed unnecessary debug.
* windows/pandora_wmi.cc: Removed graphical exceptions to be executed when something happens with disphelper library. Get a string when retrieving the FreeSpace field on getDiskFreeSpace(), it solves a bug when the free space was a huge amount.
* bin/PandoraAgent.exe: Updated to the new commit.
————————————————————————
r139 | esanchezm | 2006-07-17 13:18:12 +0200 (lun, 17 jul 2006) | 9 lines2006-07-17 Esteban Sanchez
* main.cc: Added “–help” option.
* pandora_strutils.cpp: Renamed to pandora_strutils.cc
* bin/PandoraAgent.exe: Updated to the new commit.
————————————————————————
r140 | raulmateos | 2006-07-17 18:06:04 +0200 (lun, 17 jul 2006) | 3 lines(Pandora Console)
* view_server.php. Add different colors between rows (cosmetic changes)
————————————————————————
r141 | raulmateos | 2006-07-17 18:37:43 +0200 (lun, 17 jul 2006) | 3 lines(Pandora Console)
* exportdata.php. Add a line at the end of table
————————————————————————
r142 | raulmateos | 2006-07-19 20:29:12 +0200 (mié, 19 jul 2006) | 1 line* Some headers changed to show the “official” GPL Header info. No new features or solved bugs
————————————————————————
r143 | raulmateos | 2006-07-20 00:01:47 +0200 (jue, 20 jul 2006) | 1 line* Some headers changed to show the “official” GPL Header info. No new features or solved bugs
————————————————————————
r144 | raulmateos | 2006-07-20 13:41:06 +0200 (jue, 20 jul 2006) | 3 lines(Pandora Console)
* snmp_alert.php. Add different colors between rows (cosmetic changes).
————————————————————————
r145 | raulmateos | 2006-07-20 16:17:38 +0200 (jue, 20 jul 2006) | 3 lines(Pandora Console)
* snmp_alert.php. Add text when alert not created /updated
————————————————————————
r146 | raulmateos | 2006-07-20 16:21:22 +0200 (jue, 20 jul 2006) | 3 lines(Pandora Console)
* snmp_alert.php. Add text when alert not deleted
————————————————————————
r147 | raulmateos | 2006-07-20 16:46:04 +0200 (jue, 20 jul 2006) | 6 lines(Pandora Console)
* language_fr.php. Update text.
* language_ca.php. Update text.
* language_pt_br.php. Update text.
* language_ast_es.php. Update text.
* language_it.php. Update text.————————————————————————
r153 | slerena | 2006-09-01 01:40:11 +0200 (vie, 01 sep 2006) | 12 lines2006-08-30 slerena
* ChangeLog: Renamed file from CHANGELOG.
* fgraph.php: Updated problem with GIF graphics in Access graph.
* pandora_console/reporting/*.php: Replaced new code for 1.3
version and rollback to stable (and slow) code to be released with
1.2 version————————————————————————
r164 | raulmateos | 2006-09-12 23:15:37 +0200 (mar, 12 sep 2006) | 3 lines2006-09-12 Raul Mateos
* Moved all the files to /en/ directory
* Created /es/ directory
————————————————————————
r168 | slerena | 2006-09-13 13:41:06 +0200 (mié, 13 sep 2006) | 11 lines2006-09-13 Sancho Lerena
* pandora_network.pl: Fixed problems with OID index. Perl needs to
referente a .0 index, like SNMPv2-MIB::sysDescr.0 as
SNMPv2-MIB::sysDescr. Also, other numerical indexes are referenced
different from system SNMP or PHP. IF-MIB::ifDescr.3 is
IF-MIB::ifDescr.2 for PERL’s SNMP.Moved from TRUNK
————————————————————————
r227 | slerena | 2006-10-11 15:27:42 +0200 (mié, 11 oct 2006) | 5 lines2006-10-11 Sancho Lerena
* branches/pandora_1.2/pandora_server: Merge with trunk.
————————————————————————
r235 | slerena | 2006-10-21 18:50:33 +0200 (sáb, 21 oct 2006) | 9 lines2006-10-21 Sancho Lerena
* 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.
-
::
They also are in SF notes for Beta3 release:
http://sourceforge.net/project/shownotes.php?release_id=457796&group_id=155200
-