root/psad/tags/psad-2.0.2-pre7/alert.conf

Revision 1857, 0.8 kB (checked in by mbr, 2 years ago)

minor update to document default path installation

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #
2 ###########################################################################
3 #
4 # File: alert.conf (/etc/psad/alert.conf)
5 #
6 # Purpose: This file is used to configure how both psad and psadwatchd
7 #          generate notification alerts.  By default syslog and email
8 #          alerts are generated, but this file can be used to turn off
9 #          either or both.
10 #
11 ###########################################################################
12 #
13 # $Id$
14 #
15
16 ### Allow reporting methods to be enabled/restricted.  This keyword can
17 ### accept values of "nosyslog" (don't write any messages to syslog),
18 ### "noemail" (don't send any email messages), or "ALL" (to generate both
19 ### syslog and email messages).  "ALL" is the default.  Both "nosyslog"
20 ### and "noemail" can be combined with a comma to disable all logging
21 ### and alerting.
22 ALERTING_METHODS            ALL;
Note: See TracBrowser for help on using the browser.