From owner-cvs-all@FreeBSD.ORG Tue Sep 23 02:02:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E4EB1065671; Tue, 23 Sep 2008 02:02:16 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7FA8FC19; Tue, 23 Sep 2008 02:02:16 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8N22GsZ084456; Tue, 23 Sep 2008 02:02:16 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8N22Gci084455; Tue, 23 Sep 2008 02:02:16 GMT (envelope-from koitsu) Message-Id: <200809230202.m8N22Gci084455@repoman.freebsd.org> From: Jeremy Chadwick Date: Tue, 23 Sep 2008 02:02:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/rrdbot Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/rrdbot/files patch-parse.c pkg-message.in rrdbot.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2008 02:02:16 -0000 koitsu 2008-09-23 02:02:16 UTC FreeBSD ports repository Added files: net-mgmt/rrdbot Makefile distinfo pkg-descr pkg-plist net-mgmt/rrdbot/files patch-parse.c pkg-message.in rrdbot.in Log: RRDBot is an SNMP polling daemon which writes the polled values to an RRD database. It can poll many different SNMP sources in an efficient manner. It has no large external dependencies, and its configuration is stored in text files. It has full support for MIB definition files and using textual MIBs instead of numerical OIDs. A nice feature is the querying of SNMP tables without using a specific index. Indexes of the rows in an SNMP table may change from time to time, and are less than ideal for long term tracking of a given value. For example RRDBot can query the traffic on your router based on the 'xl0' interface name. RRDBot also contains tools to simplify the creation of RRD files, and the various archives contained in them. Revision Changes Path 1.1 +35 -0 ports/net-mgmt/rrdbot/Makefile (new) 1.1 +3 -0 ports/net-mgmt/rrdbot/distinfo (new) 1.1 +43 -0 ports/net-mgmt/rrdbot/files/patch-parse.c (new) 1.1 +32 -0 ports/net-mgmt/rrdbot/files/pkg-message.in (new) 1.1 +36 -0 ports/net-mgmt/rrdbot/files/rrdbot.in (new) 1.1 +16 -0 ports/net-mgmt/rrdbot/pkg-descr (new) 1.1 +58 -0 ports/net-mgmt/rrdbot/pkg-plist (new)