From owner-freebsd-net@FreeBSD.ORG Fri Apr 7 08:41:10 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4470816A402 for ; Fri, 7 Apr 2006 08:41:10 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D8F43D53 for ; Fri, 7 Apr 2006 08:41:09 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 7 Apr 2006 10:41:07 +0200 Date: Fri, 7 Apr 2006 10:41:08 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Nate Nielsen In-Reply-To: <20060407072514.56BCDDCACDB@mail.npubs.com> Message-ID: <20060407104021.I57973@beagle.kn.op.dlr.de> References: <20060406202102.B9CCBDCACC2@mail.npubs.com> <20060406203653.L30410@maildrop.int.zabbadoz.net> <20060407072514.56BCDDCACDB@mail.npubs.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 07 Apr 2006 08:41:07.0978 (UTC) FILETIME=[03BC0EA0:01C65A1F] Cc: "freebsd-net@FreeBSD.org" , "Bjoern A. Zeeb" Subject: Re: bsnmp-regex SNMP module X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 08:41:10 -0000 On Fri, 7 Apr 2006, Nate Nielsen wrote: NN>-----BEGIN PGP SIGNED MESSAGE----- NN>Hash: SHA1 NN> NN>Bjoern A. Zeeb wrote: NN>> On Thu, 6 Apr 2006, Nate Nielsen wrote: NN>> NN>>> A thousand apologies if announcing this here is inappropriate, but since NN>>> it's related to FreeBSD's very own bsnmpd... NN>>> NN>>> bsnmp-regex is an SNMP module that allows one to create arbitrary NN>>> counters from logs, program output or other text. NN>>> NN>>> If you're interested: NN>>> http://memberwebs.com/nielsen/software/bsnmp-regex/ NN>> NN>> could you make it a port and submit it? NN> NN>Anyone want to help with the FreeBSD port? NN> NN>Never done a port before. I could figure it out, but I have a bunch more NN>software waiting for me to open source (ie: autotool, document, round NN>out, licensing). NN> NN>A bunch of it is SNMP stuff: NN> * bsnmp-ping module (measures latencies/reachability) NN> * bsnmp-host module (RFC 2790 ie: uptime, cpu load, memory, disks) Is that different from the hostres module we have in the tree? harti