FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 8:16 PM BST
Port details
collectd5 5.1.0_1 net-mgmt on this many watch lists=3 search for ports that depend on this port
Systems & network statistics collection daemon
Maintained by: ports@bsdserwis.com search for ports maintained by this maintainer
Port Added: 07 Sep 2011 02:23:56
License: not specified in port


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
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/pkg-config, devel/gmake, devel/automake, devel/autoconf
Required Libraries: ftp/curl, textproc/libxml2, devel/libstatgrab, net/liboping, databases/rrdtool, net-mgmt/net-snmp, devel/libltdl
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for collectd-5.1.0_1:
     CGI=Off (default) "Install collection.cgi (requires RRDTOOL)"
     BIND=On (default) "Enable BIND 9.5+ statistics"
     DEBUG=Off (default) "Enable debugging"
     APACHE=Off (default) "Input: Apache mod_status (libcurl)"
     APCUPS=Off (default) "Input: APC UPS (apcupsd)"
     CURL=Off (default) "Input: CURL generic web statistics"
     CURL_JSON=Off (default) "Input: CURL JSON generic web statistics"
     CURL_XML=Off (default) "Input: CURL XML generic web statistics"
     DBI=Off (default) "Input: database abstraction library"
     DISK=Off (default) "Input: Disk performance statistics"
     GCRYPT=Off (default) "Build with libgcrypt"
     NUTUPS=Off (default) "Input: NUT UPS daemon"
     INTERFACE=On (default) "Input: Network interfaces (libstatgrab)"
     MBMON=Off (default) "Input: MBMon"
     MEMCACHED=Off (default) "Input: Memcached"
     MYSQL=Off (default) "Input: MySQL"
     NGINX=Off (default) "Input: Nginx"
     OPENVPN=Off (default) "Input: OpenVPN statistics"
     PDNS=Off (default) "Input: PowerDNS"
     PGSQL=Off (default) "Input: PostgreSQL"
     PING=On (default) "Input: Network latency (liboping)"
     PYTHON=Off (default) "Input: Python plugin"
     ROUTEROS=Off (default) "Input: RouterOS plugin"
     SNMP=On (default) "Input: SNMP"
     TOKYOTYRANT=Off (default) "Input: Tokyotyrant database"
     XMMS=Off (default) "Input: XMMS"
     RRDTOOL=On (default) "Output: RRDTool"
     RRDCACHED=On (default) "Output: RRDTool Cached (require RRDTOOL)"
===> Use 'make config' to modify these settings

Master Sites:
http://collectd.org/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 11

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
11 May 2012 20:38:09
Original commit files touched by this commit  5.1.0_1
ade search for other commits by this committer
Update autoconf to 2.69 and automake to 1.12

PR:             166836
Tested by:      Multiple -exp runs (pav)
07 May 2012 18:52:09
Original commit files touched by this commit  5.1.0_1
sylvio search for other commits by this committer
- Chase rrdtool shlib version bump.
12 Apr 2012 05:56:09
Original commit files touched by this commit  5.1.0
dhn search for other commits by this committer
- Update to 5.1.0

PR:             ports/166830
Submitted by:   Mark Felder <feld@feld.me>
Approved by:    Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
11 Feb 2012 05:21:35
Original commit files touched by this commit  5.0.1_1
eadler search for other commits by this committer
Use a direct depend on nginx instead of a USE_ variable which does not seem to
exist

Submitted by:   Alex Kozlov
14 Jan 2012 08:57:23
Original commit files touched by this commit  5.0.1_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
09 Jan 2012 21:13:48
Original commit files touched by this commit  5.0.1_1
pawel search for other commits by this committer
- Use autotools at build time, they are used when installed on system anyway
  (this eliminates packaging errors seen only on live systems while
   tinderbox builds are fine)
- Fix installation of collectd.conf.sample, patch src/Makefile.am to always
  install it with same name
- Remove libgcrypt version check from configure.in, it breaks automake
  process when libgcrypt is not installed
- Don't patch configure script, it's created on build phase now

PR:             ports/163709
Reported by:    Garrett Cooper <yanegomi@gmail.com>
Approved by:    maintainer
26 Dec 2011 16:31:28
Original commit files touched by this commit  5.0.1_1
pawel search for other commits by this committer
- Add MEMCACHED, PYTHON, TOKYOTYRANT options [1]
- Clean up CONFIGURE_ARGS [1]
- Remove 6.x bits, not supported anymore
- Use bsd.port.options.mk instead of bsd.port.pre.mk
- Fix build for NUTUPS option

PR:             ports/163473 [1]
Submitted by:   Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]
13 Dec 2011 15:51:49
Original commit files touched by this commit  5.0.1
novel search for other commits by this committer
- Update to 5.0.1
- Add RRDCACHED knob

PR:             163190
Submitted by:   Krzysztof Stryjek (maintainer)
Feature safe:   yes
23 Sep 2011 22:26:39
Original commit files touched by this commit  5.0.0
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
13 Sep 2011 11:45:25
Original commit files touched by this commit  5.0.0
erwin search for other commits by this committer
Set LATEST_LINK to not overlap with net-mgmt/collectd

PR:             160582
Submitted by:   Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
07 Sep 2011 02:23:41
Original commit files touched by this commit  5.0.0
zi search for other commits by this committer
Repocopy from net-mgmt/collectd
Update to 5.0.0

PR:             ports/159223
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Approved by:    wxs, tabthorpe (mentors, implicit), maintainer

Number of commits found: 11

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours7
new 7 days62
new fortnight184
new month254

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

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