FreshPorts -- The Place For Ports Thu, 18 Mar 2010 6:29 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
collectd 4.5.1_1 net-mgmt on this many watch lists=2 search for ports that depend on this port
Systems & network statistics collection daemon
Maintained by: daniel@roe.ch search for ports maintained by this maintainer
Port Added: 08 Oct 2007 19:28:40


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/pkg-config, devel/gmake
Required Libraries: devel/libstatgrab, net/liboping, databases/rrdtool, net-mgmt/net-snmp

To install the port: cd /usr/ports/net-mgmt/collectd/ && make install clean
To add the package: pkg_add -r collectd


Configuration Options
===> The following configuration options are available for collectd-4.5.1_1:
     CGI=Off (default) "Install collection.cgi (requires RRDTOOL)"
     DEBUG=Off (default) "Enable debugging"
     APACHE=Off (default) "Input: Apache mod_status (libcurl)"
     APCUPS=Off (default) "Input: APC UPS (apcupsd)"
     NUTUPS=Off (default) "Input: NUT UPS daemon"
     INTERFACE=On (default) "Input: Network interfaces (libstatgrab)"
     MBMON=Off (default) "Input: MBMon"
     MYSQL=Off (default) "Input: MySQL"
     PING=On (default) "Input: Network latency (liboping)"
     SNMP=On (default) "Input: SNMP"
     XMMS=Off (default) "Input: XMMS"
     RRDTOOL=On (default) "Output: RRDTool"
===> Use 'make config' to modify these settings

Master Sites:
http://collectd.org/files/
http://mirror.roe.ch/dist/collectd/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-05-06
    Affects: users of net-mgmt/collectd
    Author: daniel@roe.ch
    Reason: 
      Previously, net-mgmt/collectd used to remove the config file even if it
      was changed by the user. This has now been fixed.
    
      To upgrade without losing your configuration, copy
      ${PREFIX}/etc/collectd.conf away to a safe place before upgrading
      net-mgmt/collectd.
    
      In addition, the default location of the data files changed from
      ${PREFIX}/var/lib/collectd to /var/db/collectd; you may want to move your
      data files and edit your configuration accordingly.
    
    

Number of commits found: 10

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
24 Sep 2009 15:25:51
Original commit files touched by this commit  4.5.1_1
pav search for other commits by this committer
- Add option for sysutils/nut

PR:             ports/137381
Submitted by:   Svein Skogen <svein@stillbilde.net>,
                Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Feature safe:   yes
15 Jul 2009 17:56:10
Original commit files touched by this commit  4.5.1_1
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
23 Jan 2009 15:43:14
Original commit files touched by this commit  4.5.1_1
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
01 Nov 2008 22:19:09
Original commit files touched by this commit  4.5.1
miwi search for other commits by this committer
- Update to 4.5.1

PR:             128391
Submitted by:   Daniel Roethlisberger <daniel@roe.ch> (maintainer)
09 Sep 2008 14:50:49
Original commit files touched by this commit  4.1.2_3
gahr search for other commits by this committer
- Unbreak on sparc64

PR:             122381
Approved by:    portmgr
24 Jun 2008 13:34:56
Original commit files touched by this commit  4.1.2_3
rafan search for other commits by this committer
- Chase rrdtool 1.3.0 update, bump PORTREVISION

PR:             ports/124749
Submitted by:   Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
09 May 2008 15:23:03
Original commit files touched by this commit  4.1.2_2
itetcu search for other commits by this committer
- glib is pulled by xmms so don't depend explicitly on it
- get xmms cflsgs from xmms-config
06 May 2008 11:45:17
Original commit files touched by this commit  4.1.2_2
itetcu search for other commits by this committer
- Transfer maintainership to daniel@roe.ch [1]
- Do not delete modified config files on uninstall [2]
- Reduce filesystem hierarchy pollution by moving
  $PREFIX/var/{run,lib}/* to /var/run (PID file) and
  /var/db/collectd (default location of databases) [2]
- Add an rc script [2]
- Optionally install collection.cgi from contrib/ [2]
- Fix WITH_APACHE dependencies and plist [1]
- Fix WITH_XMMS and WITH_INTERFACE dependencies [2]
- fixes for depends, plist, ... [3]

PR:             ports/122791 [1], ports/123367 [2]
Submitted by:   Daniel Roethlisberger [1],[2], itetcu@ (me) [3]
Approved by:    Matt Peterson (former maintainer) [2]
27 Mar 2008 10:58:30
Original commit files touched by this commit  4.1.2_1
kuriyama search for other commits by this committer
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
08 Oct 2007 19:28:19
Original commit files touched by this commit  4.1.2
miwi search for other commits by this committer
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>

Number of commits found: 10

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21406
Broken 172
Deprecated 45
Ignore 896
Forbidden 2
Restricted 387
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 2
new 48 hours4
new 7 days19
new fortnight49
new month96

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.182 seconds.