From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 04:23:27 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD2B81065670 for ; Thu, 22 Jul 2010 04:23:27 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 840978FC1C for ; Thu, 22 Jul 2010 04:23:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 564B63A3918; Thu, 22 Jul 2010 11:23:25 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1279772605; x= 1281587005; bh=Y1X0yQxHp7NNkjObHSoc8r1MCON8yBsgzUlzu//RBLo=; b=m 4J5o+JXcmzsFyiIcpq2q4Xuxplys1n5H9GH23IVicaabrM932nw1INAnWd+HJH6W 6is1lT9s3Qp5GzDPyJrGIRHvd1Y3Tgbrfie1Cjk/QblOaSxcUR3WVLF4kJ3/zx3e 8uROISrOT6ypswfg/7Hi7FUsDicgkeqws9D7aEJgUw= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7MmeY8gRB4qV; Thu, 22 Jul 2010 11:23:25 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id DD8293A38A4; Thu, 22 Jul 2010 11:23:24 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o6M4NOXL081510; Thu, 22 Jul 2010 11:23:24 +0700 (ICT) (envelope-from on) Date: Thu, 22 Jul 2010 11:23:24 +0700 (ICT) Message-Id: <201007220423.o6M4NOXL081510@banyan.cs.ait.ac.th> From: Olivier Nicole To: bergdave55@yahoo.com In-reply-to: <167011.83792.qm@web120416.mail.ne1.yahoo.com> (message from Dave Berg on Wed, 21 Jul 2010 17:53:12 -0700 (PDT)) References: <167011.83792.qm@web120416.mail.ne1.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: remote syslog program specification question 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: Thu, 22 Jul 2010 04:23:27 -0000 > send everything from any facility.level to the loghost EXCEPT things from > $program that's level .info or lower. (so anything that's from $program.notice *.notice @loghost If your program logs to a give facility, for example your program logs to local7: local7.notice @loghost anything using the facility local7, with a level equal or greater than notice, will be sent to the loghost. Best regards, Olivier