pandorafms/pandora_agents/ChangeLog

176 lines
5.3 KiB
Plaintext

2014-06-23 Vanessa Gil <vanessa.gil@artica.es>
* win32/bin/pandora_agent.conf: Fixed encoding
bug.
2014-06-23 Vanessa Gil <vanessa.gil@artica.es>
* win32/bin/pandora_agent.conf: Fixed bug creating
a module with accents.
2014-06-11 Vanessa Gil <vanessa.gil@artica.es>
* pc/plugins/inventory: Fixed bug in inventory
plugin (Ubuntu 12.04).
2014-05-30 Sancho Lerena <slerena@artica.es>
* unix/Linux/pandora_agent.conf: New default configuration file.
Similar monitor names as in Windows agent.
* unix/plugins/pandora_df_free,
unix/plugins/pandora_mem,
unix/plugins/pandora_netusage: New linux plugins for returning
disk free space in %, memory in % and netusage in bytes/sec.
* win32/bin/pandora_agent.conf: New default configuration file
Simplified modules, use of new plugins and same module names
for most monitors as linux agent
* win32/bin/util/df_percent.vbs: Modified plugin for return
unit and predefined thresholds.
* win32/bin/util/nettraffic.vbs,
win32/bin/util/software_installed.vbs: New agent plugins for
network usage and software installed inventory plugin, to fix
embedded agent inventory which doesnt report all packages.
2014-05-21 Vanessa Gil <vanessa.gil@artica.es>
* pc/plugins/pandora_df
shellscript/linux/plugins/pandora_df
unix/plugins/pandora_df: Applied patch
'pandora_fs.excludefs.patch'.
2014-05-20 Vanessa Gil <vanessa.gil@artica.es>
* win32/bin/pandora_agent.conf: Fixed typographic error.
2013-10-13 Junichi Satoh <junichi@rworks.jp>
* unix/tentacle_server: Upgraded to 0.4.0. (Imported from trunk of
tentacled repository.)
Added IPv6 support.
2013-09-12 Ramon Novoa <rnovoa@artica.es>
* win32/modules/pandora_module_logevent.cc: Write to the log file
(instead of the debug log) if Wevtapi.dll cannot be found.
2013-08-13 Ramon Novoa <rnovoa@artica.es>
* unix/pandora_agent: Display proxy mode errors in the log file.
2013-07-10 Miguel de Dios <miguel.dedios@artica.es>
* unix/NT4/pandora_agent.conf, pc/NT4/pandora_agent.conf: set the
remote_config to 0.
2013-04-17 Ramon Novoa <rnovoa@artica.es>
* unix/pandora_agent: Empty the configuration hash before reloading
the configuration.
2013-04-15 Ramon Novoa <rnovoa@artica.es>
* win32/pandora_windows_service.cc: Open the XML data file in binary
mode to avoid getting extra carriage returns.
2013-04-11 Hirofumi Kosaka <kosaka@rworks.jp>
* win32/pandora_windows_service.cc: Fixed possible resource leaks;
- putenv() could run out the environment variable area, if
using both file_collection and broker_agent.
- possible handle leak at launching tentacle_client.
* Cleaned source code style.
Merged from branch 4.x.
2013-04-01 Sancho Lerena <slerena@artica.es>
* unix/plugins/inventory: Improved software inventory in RPM format.
Removed dupes and "orphan" lines.
2013-03-11 Dario Rodriguez <dario@artica.es>
* win32/bin/util/curl.exe: Added curl binary for
windows systems.
2013-03-11 Ramon Novoa <rnovoa@artica.es>
* unix/pandora_agent: Added debugging information to the execution of
module_exec modules.
2012-08-03 Ramon Novoa <rnovoa@artica.es>
* win32/modules/pandora_module_logevent.cc: Get the EventID from the
InstanceID. Seems like Microsoft replaced Eventid with InstanceID at
some point.
* pc/pandora_agent.mpi: Fixed some paths.
* pc/tentacle_client,
unix/tentacle_client,
shellscript/linux/tentacle_client,
shellscript/mac_osx/tentacle_client: Specify the socket type. On some
OSs (like certain versions of Solaris) it can't be guessed and results in an error.
2012-06-21 Ramon Novoa <rnovoa@artica.es>
* win32/bin/pandora_agent.conf,
win32/installer/pandora.mpi,
win32/versioninfo.rc,
win32/pandora.cc,
pc/AIX/pandora_agent.conf,
pc/Linux/pandora_agent.conf,
pc/HP-UX/pandora_agent.conf,
pc/Win32/pandora_agent.conf,
pc/NT4/pandora_agent.conf,
pc/SunOS/pandora_agent.conf,
pc/FreeBSD/pandora_agent.conf,
unix/AIX/pandora_agent.conf,
unix/DEBIAN/control,
unix/DEBIAN/make_deb_package.sh,
unix/pandora_agent.spec,
unix/Linux/pandora_agent.conf,
unix/HP-UX/pandora_agent.conf,
unix/pandora_agent.redhat.spec,
unix/pandora_agent,
unix/NT4/pandora_agent.conf,
unix/SunOS/pandora_agent.conf,
unix/FreeBSD/pandora_agent.conf,
shellscript/linux/pandora_agent.conf,
shellscript/bsd-ipso/pandora_agent.conf,
shellscript/aix/pandora_agent.conf,
shellscript/hp-ux/pandora_agent.conf,
shellscript/mac_osx/pandora_agent.conf,
shellscript/solaris/pandora_agent.conf,
shellscript/openWRT/pandora_agent.conf: Updated version strings.
2012-06-21 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
* unix/AIX/pandora_agent.conf
unix/Linux/pandora_agent.conf
unix/HP-UX/pandora_agent.conf
shellscript/mac_osx/pandora_agent.conf
unix/NT4/pandora_agent.conf
unix/SunOS/pandora_agent.conf
unix/FreeBSD/pandora_agent.conf
shellscript/linux/pandora_agent.conf
shellscript/openWRT/pandora_agent.conf: Changed enconding token to
UTF-8 in all Unix agents configuration files.
* unix/pandora_agent
shellscript/linux/pandora_agent
shellscript/mac_osx/pandora_agent
shellscript/openWRT/pandora_agent: Changed default enconding to
UTF-8 in Unix agents.
Merged from branches.
2012-05-23 Ramon Novoa <rnovoa@artica.es>
* pc: Added to repository. Generic PC agent for Unix/Win32 (still in
alpha).