You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redirected the remote plugin's SIGUSR1 status output to a dedicated
/run/audit/remote.state file, logging each metric on its own line and
noting glibc memory statistics when available.
Updated the audisp-remote manual to document the state report and list
its file in the FILES section.
\fBaudisp-remote\fP is a plugin for the audit event dispatcher that performs remote logging to an aggregate logging server.
8
+
When the plugin is sent \fBSIGUSR1\fP, it writes a state report to \fBremote.state\fP.
8
9
9
10
.SH TIPS
10
11
If you are aggregating multiple machines, you should edit auditd.conf to set the name_format to something meaningful and the log_format to enriched. This way you can tell where the event came from and have the user name and groups resolved locally before it is sent off of the machine.
11
12
12
13
.SH SIGNALS
13
14
.TP
14
15
SIGUSR1
15
-
Causes the audisp-remote program to write the value of some of its internal flags to syslog. The
16
+
Causes the audisp-remote program to write a state report to
17
+
.Bremote.state
18
+
in
19
+
.BR /run/audit .
20
+
The
16
21
.IR suspend
17
22
flag tells whether or not logging has been suspended. The
18
23
.IR remote_ended
19
24
flag tells if the connection was broken by the server saying it can't log events. The
20
25
.IR transport_ok
21
26
flag tells whether or not the connection to the remote server is healthy. The
22
-
.IR queue_size
23
-
tells how many records are enqueued to be sent to the remote server.
27
+
.IR queue_length
28
+
tells how many records are enqueued to be sent to the remote server. The
29
+
.IR max_queued_length
30
+
shows the peak queue length since startup. The report also records glibc memory
31
+
consumption when available.
24
32
.TP
25
33
SIGUSR2
26
34
Causes the audisp-remote program to resume logging if it were suspended due to an error.
@@ -29,6 +37,7 @@ Causes the audisp-remote program to resume logging if it were suspended due to a
0 commit comments