pandorafms/pandora_agents/embedded
slerena 4172871ecf 2011-01-22 Sancho Lerena <slerena@artica.es>
* pandora_agent.c: Uses pandora_types.h instead module_types.h. Now delete
	the XML after sent.

	* configure.in: Change version.

	* pandora_config.c: Read remote_config variable and other small changes.

	* pandora_util.c: New function to produce timestamp strings, now report
	timestamp in XML.

	* TODO: Small doc about design goals and pending things to implement.

	* pandora_type.h: Renamed file with contains all structs.

	* util/pandora_agent_installer: Specific installer for Busybox.

	* util/pandora_agent_daemon: Specific daemon launcher for Busybox.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3763 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-01-22 20:29:06 +00:00
..
util 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00
AUTHORS 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 03:53:56 +00:00
COPYING 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 03:53:56 +00:00
ChangeLog 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00
INSTALL 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 03:53:56 +00:00
LICENSE 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 03:53:56 +00:00
Makefile.am 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 03:53:56 +00:00
NEWS 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 03:53:56 +00:00
README 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 03:53:56 +00:00
TODO 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00
autogen.sh 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 03:53:56 +00:00
configure.in 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00
pandora_agent.c 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00
pandora_agent.conf 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00
pandora_config.c 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00
pandora_config.h 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 03:53:56 +00:00
pandora_type.h 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00
pandora_util.c 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00
pandora_util.h 2011-01-22 Sancho Lerena <slerena@artica.es> 2011-01-22 20:29:06 +00:00

README

Pandora FMS agent for embedded devices
--------------------------------------

This is a first approach to a specific development for embedded devices
running Linux, specifically ARM-based devices. 

This Pandora FMS agent will not have all the features on the standard
Pandora FMS agents, and will have a different approach due it's developed in
C and have a completely different target. It's main goal is to have a plattform
to access serial devices connected to embedded Linux and report it's information
to a central Pandora FMS server.

In the future also will be used as a "cheap" hardware concentrator for other devices
to send information to a single point, being like a tentacle proxy. Tentacle server should
be developed prior to implement this mode (called Drone mode).