pandorafms/pandora_server/lib/PandoraFMS
slerena 4aff58545d 2010-02-10 Sancho Lerena <slerena@artica.es>
* bin/pandora_server: Better error management, avoiding to show Enterprise
	loading errors, and showing in console critical errors, helping to identify
	silly errors like DB credentials, etc.
	Added usage of pandora_get_sharedconfig() to get configuration from DB.

	* Config.pm: Updated build. Added pandora_get_sharedconfig(). Force three
	config tokens to be readed from DB, using default values if cannot be readen
	from database (agentaccess, realtimestat and stats_interval).

	* Core.pm: Added new parameter to pandora_event() to pass status of the 
	event (validated, not validated). Implemented auto-validation of low 
	priority events: normal/ok events will be always shown as autovalidated, and
	warning and normal events will be validated with critical events, and when
	a module is restored (normal/ok), all it's warning/critical pending events
	will be validated. 

	Fixed also bug with FF Threshold who doesnt' trigger events until FF + 1 
	instead FF value.

	* Server.pm,
	NetworkServer.pm,
	Dataserver.pm,
	ReconServer.pm: Raise event with status 0 (non validated) by default.

	* NetworkServer.pm: Implemented support for SNMP v3.

	* util/pandora_db.pm: Very important upgrade to this script. Now will
	delete all huge tables (tagente_datos, tagente_datos_string and 
	tagent_acccess) using several independent blocks (by default 100) avoiding
	mysql locks which happen in the past. 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2341 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-02-10 17:32:10 +00:00
..
Config.pm 2010-02-10 Sancho Lerena <slerena@artica.es> 2010-02-10 17:32:10 +00:00
Core.pm 2010-02-10 Sancho Lerena <slerena@artica.es> 2010-02-10 17:32:10 +00:00
DB.pm 2009-11-04 Ramon Novoa <rnovoa@artica.es> 2009-11-04 17:49:42 +00:00
DataServer.pm 2010-02-10 Sancho Lerena <slerena@artica.es> 2010-02-10 17:32:10 +00:00
NetworkServer.pm 2010-02-10 Sancho Lerena <slerena@artica.es> 2010-02-10 17:32:10 +00:00
PluginServer.pm 2010-01-15 Pablo de la Concepción <pablo.concepcion@artica.es> 2010-01-15 10:35:47 +00:00
PredictionServer.pm 2010-01-15 Pablo de la Concepción <pablo.concepcion@artica.es> 2010-01-15 10:35:47 +00:00
ProducerConsumerServer.pm 2009-10-07 Ramon Novoa <rnovoa@artica.es> 2009-10-07 15:10:14 +00:00
ReconServer.pm 2010-02-10 Sancho Lerena <slerena@artica.es> 2010-02-10 17:32:10 +00:00
SNMPServer.pm 2009-11-13 Ramon Novoa <rnovoa@artica.es> 2009-11-13 13:52:48 +00:00
Server.pm 2010-02-10 Sancho Lerena <slerena@artica.es> 2010-02-10 17:32:10 +00:00
Tools.pm 2009-12-18 Sancho Lerena <slerena@artica.es> 2009-12-18 18:22:33 +00:00
WMIServer.pm 2010-01-15 Pablo de la Concepción <pablo.concepcion@artica.es> 2010-01-15 10:35:47 +00:00