From owner-freebsd-questions@FreeBSD.ORG Fri Jun 22 15:28:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AC3316A468 for ; Fri, 22 Jun 2007 15:28:43 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id CA0CB13C448 for ; Fri, 22 Jun 2007 15:28:42 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so389713pyb for ; Fri, 22 Jun 2007 08:28:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=DlxXmLg/4SWtg85xCyeosCJMoyMV7xWf4fReI+f7Dwm0Wt7H8cJod58cTa6AIo3D4hW4yQPMtPJIm192MRjg75cdCXgknnxypJxgC5dSGcbakBO8BCVsMy2TgPd/7NprJV4/JPJhnqZ1jM8fOZplwiB0RS477ladiByHZ2PHFpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=EzGX3hJpSpgQm46/37EcTX616U9z3bLsBkjzVxUkfgHhkxeeb5x24d9vyJVQU/9JLVd3+8cesMFjjf95vP2ZhOfqCFDYKTyeyfAIoq6VbCLm/83lne0n9b7l76zmSy1qV+RscktPzbITdeE7XHboHTe1aaPzqVyREIjvsbznEGw= Received: by 10.65.114.11 with SMTP id r11mr5842473qbm.1182526121999; Fri, 22 Jun 2007 08:28:41 -0700 (PDT) Received: by 10.65.241.18 with HTTP; Fri, 22 Jun 2007 08:28:41 -0700 (PDT) Message-ID: Date: Fri, 22 Jun 2007 12:28:41 -0300 From: Agus To: "Garrett Cooper" In-Reply-To: <467BE66C.2030808@u.washington.edu> MIME-Version: 1.0 References: <467BE66C.2030808@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: What System Logs analysis tool to use.....? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 15:28:43 -0000 2007/6/22, Garrett Cooper : > > Agus wrote: > > Hi list, how r u doing? > > > > Today i was going to install swatch in my freeBSD 6.1. but googling > > around i > > found that there are more logs analyzers...so i was wondering if u could > > recommend me one which is light in resources... > > > > Thanks to everyone and i hear your opinions and suggestions.... > > > > salutes, > And what info do you want to analyze? 'Log analysis' seems like a > trivial problem for Perl.. > -Garrett > OK...good question.... I would be analysing syslogs and trying to find failed logins, passwd, panic, file system full, su...and probably some others that doesnt come to me now... Thanks...