pandorafms/pandora_agents/win32/bin
Esteban Sanchez 9e098ffe42 2007-08-23 Esteban Sanchez <estebans@artica.es>
* pandora_windows_service.cc: Reduced output log level in normal use.

        * main.cc: Added a new line on help output.

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


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@613 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-08-23 16:22:56 +00:00
..
help 2006-11-30 Raul Mateos <raulofpandora@gmail.com> 2006-11-30 11:25:04 +00:00
key 2007-08-20 Sancho Lerena <slerena@artica.es> 2007-08-20 12:19:10 +00:00
util * Fixed minor issues for finish Pandora 1.2 Beta 2. 2006-07-06 17:17:49 +00:00
PandoraAgent.exe 2007-08-23 Esteban Sanchez <estebans@artica.es> 2007-08-23 16:22:56 +00:00
README 2007-08-16 Esteban Sanchez <estebans@artica.es> 2007-08-16 09:26:35 +00:00
libcurl.dll 2007-08-07 Esteban Sanchez <estebans@artica.es> 2007-08-07 14:28:14 +00:00
libeay32.dll * Added licence in COPYING 2006-07-06 11:02:32 +00:00
pandora_agent.conf 2007-06-12 Manuel Arostegui <marostegui@artica.es> 2007-06-12 09:32:54 +00:00
zlib1.dll * Added licence in COPYING 2006-07-06 11:02:32 +00:00

README

Pandora is the free Distributed Monitoring System.

This is the Windows agent, programmed in C++ with GNU tools and gcc.

Please, read the INSTALL file first.

You can test the SSH configuration of the agent with command line:

	PandoraAgent.exe --test-ssh

There is a configuration file, called pandora_agent.conf, where you can find 
these directives (this is a small summary, more information at
 http://pandora.sourceforge.net):

server_ip - Hostname or Pandora Server IP where the gathered data will be sent.

server_path - Path where the server will store the data sent by agent. 
Usually is "/opt/pandora/data_in".

transfer_mode - Transfer method from agent to server. Could be "ssh" or "ftp".

ftp_password - In case transfer method is FTP, this key must be set to user
 password on server.

temporal - Path where the agent stores locally data before send them 
to the Pandora Server. The agent deletes the data every time it tries 
to connect to Pandora Server.

interval - Period in seconds between every time the agent sends data 
to Pandora Server. Usually its value is 300 (5 minutes).

agent_name - Alternative name of the Agent. This directive is optional,
 the name is taken from the system where the agent runs.

hostname - Alternative name of the host. This directive is optional,
 the name is taken from the system where the agent runs.

private_key - Path to the pandora agent private key.

module_begin - Beginning of a module

module_end - End of a module

module_name - Name for the identification of the module

module_type - Type of data of the module:
	- generic_data - It's a simple numeric, floating point or integer.
	- generic_data_inc - It's an integer numeric, difference between the data 
		collected previously with the data collected at that moment.
	- generic_data_string - Text String.
	- generic_proc - It stores the state of processes numerically. 
		Its value is 0 for a "bad" state and any number greater than 0 for the 
		"good" state.

module_description - Description of the module :-D