From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Add error-handling actions to audisp-remote Date: Fri, 29 Aug 2008 10:49:01 -0400 Message-ID: <200808291049.01620.sgrubb@redhat.com> References: <200808281847.m7SIlbHs001641@greed.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <200808281847.m7SIlbHs001641@greed.delorie.com> 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 Thursday 28 August 2008 14:47:37 DJ Delorie wrote: > The goal of this patch is to robustify the error handling in the > client end of the remote protocol. =C2=A0The following changes are made > by this patch: > > * Failure to send a record to the aggregator results in a series of > =C2=A0 retry attempts, tunable by the administrator. > > * Overall network failure (after retries) and server-indicated error > =C2=A0 conditions now have admin-specified actions associated with them= . > > * Miscellaneous additional error handling for reads and writes. > > Comments? Applied. Thanks for the patch ! -Steve