* pandora.cc: Updated agent version. * pandora.h, modules/pandora_module_exec.cc: Redefine WINVER, so CreateJobProject can be found without modifying windef.h. * pandora_agent_conf.cc: Rewritten a loop. * ftp/pandora_ftp_client.[cc,h]: Added to repository. Implemented FTP transfer protocol using libcurl. It adds a library dependency. * pandora_windows_service.cc: Added support for FTP transfers. Select between SSH (default) or FTP. Improved file structure to be cleaner. * pandora_windows_service.h: Added new private functions and removed unneccessary private attribute. * misc/pandora_file.[cc,h]: Added a function to get the filename of a path. * main.cc: Indentation fixed. * bin/libcurl.dll: Added to repository. New dependency. * bin/PandoraAgent.exe: Updated to last commit. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@594 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f |
||
---|---|---|
.. | ||
bin | ||
ftp | ||
installer | ||
misc | ||
modules | ||
ssh | ||
tinyxml | ||
windows | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
Doxyfile.in | ||
INSTALL | ||
Makefile.am | ||
PandoraAgent.dev | ||
README | ||
autogen.sh | ||
configure.in | ||
gpl.LICENCE | ||
main.cc | ||
pandora.cc | ||
pandora.h | ||
pandora_agent.LICENCE | ||
pandora_agent_conf.cc | ||
pandora_agent_conf.h | ||
pandora_strutils.cc | ||
pandora_strutils.h | ||
pandora_windows_service.cc | ||
pandora_windows_service.h | ||
windows_service.cc | ||
windows_service.h |
README
Pandora is the free Distributed Monitoring System. This is the Windows agent, programmed in C++ with GNU tools and gcc. In order to build from sources, you will need the latest Dev-Cpp IDE version, with the MinGW tools. Download it from http://www.bloodshed.net/devcpp.html Open PandoraAgent.dev with Dev-Cpp and construct the project. Everything should compile fine in a default installation. If you found any problem when building from source, please contact us by email (estebans@artica.es) or the SourceForge project web. http://pandora.sourceforge.net