next up previous contents
Next: Fichier prelude-nids.conf Up: Manuel d'installation de Prelude-lml/NIDS/manager, Previous: Fichier httpd.conf   Contents

Fichier prelude-manager.conf

[Prelude Manager]

# Address where the sensors serber is listening on.
# if value is 127.0.0.1 (or is resolved as being 127.0.0.1), 
# it mean the Manager server will be listening via a local (UNIX) 
# socket.
#
# format : address:port
#
sensors-srvr = 192.168.0.2;


# Address where the administrative server is listening on.
# if value is "unix", it mean the report server is listening
# on the same machine via a local (UNIX) socket.
#
# format : address:port
# 
# admin-srvr = 0.0.0.0:5555;


# If you want the message caught by this manager to be relayed.
# You can use boolean AND and OR to make the rule.
#
# relay-manager = x.x.x.x || y.y.y.y && z.z.z.z
#
# This mean the emission should occur on x.x.x.x or, if it fail,
# on y.y.y.y and z.z.z.z (if one of the two host in the AND fail, 
# the emission will be considered as failed involving saving the 
# message locally).


####################################
# Here start plugins configuration #
####################################

# [MySQL]

# Host the database is listening on.
dbhost = localhost;

# Name of the database.
dbname = prelude;

# Username to be used to connect the database.
dbuser = prelude;

# Password used to connect the database.
dbpass = dessstri;



#
# The Textmod plugin allow to report alert as text
# in a file. Or to dump theses alert to stderr. 
#
# The default logfile for this plugin is /var/log/prelude.log
#

[TextMod]
#
# Tell Textmod to output to stderr
# stderr;
#

logfile = /var/log/prelude.log;



#
# The Xmlmod plugin allow to report alert as IDMEF XML
# in a file. Or to dump theses alert to stderr. 
#
# The default logfile for this plugin is /var/log/prelude-xml.log
#

[XmlMod]
#
# Tell Xmlmod to output to stderr
# stderr;
#
# Tell Xmlmod to check generated XML against IDMEF DTD
# check-dtd;
#

logfile = /var/log/prelude-xml.log;



# [Debug]
#
# Print the value of each element.
# verbose; 
#
# Be aggressive, print strings even if consistency checks fail 
# (may lead to crash).
# aggressive;
#
# Use wide format for lists.
# wide-format;



Lehmann Guillaume 2003-04-13