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

Jeremy Chadwick koitsu at FreeBSD.org
Tue Sep 23 02:02:16 UTC 2008


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)


More information about the cvs-ports mailing list