Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2008 02:02:16 +0000 (UTC)
From:      Jeremy Chadwick <koitsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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
Message-ID:  <200809230202.m8N22Gci084455@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809230202.m8N22Gci084455>