1AUDISPD.CONF:(5)        System Administration Utilities       AUDISPD.CONF:(5)
2
3
4

NAME

6       audispd.conf - the audit event dispatcher configuration file
7

DESCRIPTION

9       audispd.conf  is  the file that controls the configuration of the audit
10       event dispatcher. The options that are available are as follows:
11
12
13       q_depth
14              This is a numeric value that tells how big to make the  internal
15              queue of the audit event dispatcher. A bigger queue lets it han‐
16              dle a flood of events better, but could hold events that are not
17              processed  when the daemon is terminated. If you get messages in
18              syslog about events getting dropped, increase  this  value.  The
19              default value is 80.
20
21       overflow_action
22              This  option determines how the daemon should react to overflow‐
23              ing its internal queue. When this happens, it  means  that  more
24              events  are  being  received  than it can get rid of. This error
25              means that it is going to lose the current event its  trying  to
26              dispatch. It has the following choices: ignore, syslog, suspend,
27              single, and halt.  If set to  ignore,  the  audisp  daemon  does
28              nothing.   syslog  means that it will issue a warning to syslog.
29              suspend will cause the audisp daemon to stop processing  events.
30              The daemon will still be alive. The single option will cause the
31              audisp daemon to put the computer system in  single  user  mode.
32              halt  option  will  cause the audisp daemon to shutdown the com‐
33              puter system.
34
35       priority_boost
36              This is a non-negative number that tells the  audit  event  dis‐
37              patcher  how much of a priority boost it should take. This boost
38              is in addition to the boost provided from the audit daemon.  The
39              default is 4. No change is 0.
40
41       max_restarts
42              This  is  a  non-negative number that tells the audit event dis‐
43              patcher how many times it can try to restart a  crashed  plugin.
44              The default is 10.
45
46       name_format
47              This  option  controls how computer node names are inserted into
48              the audit event stream. It  has  the  following  choices:  none,
49              hostname,  fqd,  numeric, and user.  None means that no computer
50              name is inserted into the audit event.   hostname  is  the  name
51              returned by the gethostname syscall. The fqd means that it takes
52              the hostname and resolves it with  dns  for  a  fully  qualified
53              domain  name  of that machine.  Numeric is similar to fqd except
54              it resolves the IP address of the machine.   User  is  an  admin
55              defined string from the name option. The default value is none.
56
57       name   This  is the admin defined string that identifies the machine if
58              user is given as the name_format option.
59

SEE ALSO

61       audispd(8)
62
63
64
65Red Hat                            Jan 2008                   AUDISPD.CONF:(5)
Impressum