Bug 116736 - New port: net-mgmt/collectd
Summary: New port: net-mgmt/collectd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-29 13:30 UTC by Matt Peterson
Modified: 2007-10-08 19:32 UTC (History)
0 users

See Also:


Attachments
collectd.txt (6.56 KB, text/plain)
2007-09-29 13:30 UTC, Matt Peterson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Peterson 2007-09-29 13:30:01 UTC
Here's a freshly cooked up port for collectd - a network & systems
stats gathering program (think of it as the backend poller of mrtg,
cricket or cacti).  This requires my recently submitted port for
liboping.  Also, it's been a few years since I've made a port, so I'm
sure some obvious problems exist, such as plist and others.  portlint
thinks it's good and it works for me, YMMV.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-09-30 04:56:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-08 19:28:32 UTC
miwi        2007-10-08 18:28:19 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/collectd    Makefile distinfo pkg-descr pkg-plist 
  Log:
  collectd is a small daemon written in C for performance. It reads various
  system & network statistics along with updating output RRD or CSV files.
  The daemon is very fast and allows for frequent polling of values, with
  support for polling as frequent as every 10 seconds.
  
  WWW: http://www.collectd.org/
  
  PR:             ports/116736
  Submitted by:   Matt Peterson <matt at peterson.org>
  
  Revision  Changes    Path
  1.139     +1 -0      ports/net-mgmt/Makefile
  1.1       +151 -0    ports/net-mgmt/collectd/Makefile (new)
  1.1       +3 -0      ports/net-mgmt/collectd/distinfo (new)
  1.1       +6 -0      ports/net-mgmt/collectd/pkg-descr (new)
  1.1       +52 -0     ports/net-mgmt/collectd/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-10-08 19:32:19 UTC
State Changed
From-To: open->closed

New port added. Thanks!