From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Add error-handling actions to audisp-remote Date: Mon, 22 Dec 2008 15:04:38 -0500 Message-ID: <200812221504.38754.sgrubb@redhat.com> References: <200808281847.m7SIlbHs001641@greed.delorie.com> <007e01c95e89$09ad4290$958da70a@truly> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <007e01c95e89$09ad4290$958da70a@truly> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Monday 15 December 2008 02:45:02 am Chu Li wrote: > Recently I used audisp-remote function and I found in audisp-remote.conf > there is "remote_ending_action" parameter. From the manpage, it's the same > with "disk_error_action". But from the codes, its meaning seems to be "the > action taken when the remote audit ends". Yes. The action options do the same thing. But when its in effect is different. > So I set it as "syslog" and then stopped the remote audit, then the local > audisp-remote stopped but no message about "remote ending". The intention is that it should output something. > I think if "network_retry_time" is reached, whatever the > "fail-safe"(e.g. remote_ending_action) action is set in audisp-remote.conf. > The audisp-remote will exit. Is that true? Could be. I'll play with this more. -Steve