pandorafms/pandora_server
slerena 2740cfeb48 2007-03-29 Sancho Lerena <slerena@artica.es>
* pandora_config.pm: Now stores $pa_config->{'server_id'}
	available for any function in Pandora FMS Server.

	* pandora_db.pm: Several verbosity level adjustements in logger
	functions in all code. Some debug code purged. Alert code now
	should store group correctly in events. Renamed
	"processed_by_server" field from tagente_estado by "running_by",
	updated some code. pandora_updateserver() now stores also server
	version.

	* pandora_network.pm: pandora_serverkeepaliver now run more
	exactly and does not apply any delay. Module selection now uses
	utimestamp AND the new running_by to know that other instance of
	server is currently running this module. TCP code has moved to
	function pandora_query_tcp() -code cleanup-. UDP code deleted
	(doesn't work, and never used!). Fixed important bug in ICMP Proc
	that causes constant FLIPFLOP in monitors since last commit. Fixed
	also a problem from that version updating status timestamp. Lastry
	field only be used now for checking 24hr without updating tdata
	table.

	* pandora_server.conf: Updated some text and formatting, more
	clear now.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@406 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-03-29 10:42:34 +00:00
..
bin 2007-03-29 Sancho Lerena <slerena@artica.es> 2007-03-29 10:42:34 +00:00
conf 2007-03-29 Sancho Lerena <slerena@artica.es> 2007-03-29 10:42:34 +00:00
doc 2006-11-30 Sancho Lerena <slerena@artica.es> 2006-11-30 17:45:52 +00:00
specs 2007-02-01 Manuel Arostegui <marostegui@artica.es> 2007-02-01 12:32:39 +00:00
util 2007-03-19 Sancho Lerena <slerena@artica.es> 2007-03-19 20:04:37 +00:00
AUTHORS * Preparing the package for release Beta2 officially. 2006-07-03 17:18:19 +00:00
COPYING * Preparing the package for release Beta2 officially. 2006-07-03 17:18:19 +00:00
ChangeLog 2007-03-29 Sancho Lerena <slerena@artica.es> 2007-03-29 10:42:34 +00:00
INSTALL 2006-09-21 Sancho Lerena <slerena@artica.es> 2006-09-21 16:30:34 +00:00
README * Preparing the package for release Beta2 officially. 2006-07-03 17:18:19 +00:00
pandora_network Initial Pandora load from our internal SVN 2006-03-27 03:37:27 +00:00
pandora_recon 2007-03-19 Sancho Lerena <slerena@artica.es> 2007-03-19 20:04:37 +00:00
pandora_server Initial Pandora load from our internal SVN 2006-03-27 03:37:27 +00:00
pandora_snmpconsole Initial Pandora load from our internal SVN 2006-03-27 03:37:27 +00:00

README

Pandora: The Free Distributed Monitoring System
===============================================

Version 1.2

What is Pandora DMS
-------------------

Pandora are a Free Software set of programs that allows to analyze in a visual way status and performance of several parameters from different Operating Systems, servers, applications and hardware systems as Firewalls, Proxies, Data Bases, Web Servers or Routers. All integrated into an open and distributed architecture.

Pandora can be deployed in every Operating System. You have an agent for every platform. Pandora can monitor hardware systems with TCP/IP Stack, as load balancers, routers, switches, printers and so on.

Pandora has six components: Pandora Data Server, Pandora Network Server, Pandora SNMP Console, Pandora Agents, Pandora Database and Pandora Web Management System (Web Console).

Pandora Servers and SNMP Console

They are the recipient of bundles of information and the generators of alerts; they are the brain of the system. We can have several servers for very big systems or a single server. They are developed in Perl and works under any platform, with the required modules. Nevertheless its "official" platform is GNU/Linux. They also insert the gathered data into the Database. You can have several Pandora Servers connected with the same Database.

Pandora Web Console

It allows to manage the system and to operate with it; it's the user interface of Pandora. We can have several Web Consoles in the same implantation. It is developed in PHP and leans on a Data Base and a Web Server, being able to work in any platform: GNU/Linux, Solaris, Win2000, AIX and others.

Pandora Database

Core module of Pandora (as you can see in the architecture overview). In this database resides all the information of the enterprise, for example, all data gathered by agents, all configuration defined by administrator, all events, incidents, audit info... At this moment, only MySQL DataBase is supported. More Databases in the future.

Pandora Agents

They can monitor any numeric parameter, boolean states, strings or numerical incremental data and/or condition. They have a centralized architecture based on lightweight design for agents (shellscript, wsh, perl) and light agents to collect data. They support all type of platforms (Microsoft, AIX, Solaris, GNU/Linux, IPSO, FreeBSD, etc) because the agents are completely free software, and they communicate using SSH, FTP, NFS or other good way, using an XML container to transport data. 

What do I need?
---------------
Perl, Perl Modules, MySQL, PHP, PHP Modules. See the Installation Documentation or go to http://pandora.sourceforge.net

License
-------

The project is distributed under the GPL License v2 or later.

Copyright (C) 2004-2006 Sancho Lerena.