30 Commits

Author SHA1 Message Date
landry
65cbb87679 Fix patch, somehow i failed at merging this.. noticed by rpe@, thanks! 2014-09-26 22:19:32 +00:00
landry
52a62809c3 Long awaited update to collectd 5.4.1.
- remove useless MESSAGE, provide an rc script instead
- enable pf, target_v5upgrade, tail_csv and write_graphite plugins
- backport fixes from FreeBSD and NetBSD to build with newer libstatgrab
  (upstream collectd github ticket #445)
- remove the check and inclusion of pcap-bpf.h, we dont have/need it
- users of the previous 4.x version should refer to
  https://collectd.org/wiki/index.php/V4_to_v5_migration_guide for the
upgrade path.

tested on ppc & amd64.
2014-09-25 20:10:13 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
sthen
d28ae1dd0c include vmmeter.h 2014-07-11 00:12:15 +00:00
ajacoutot
892849cf02 Sync wantlib after kerberos removal from postgresql. 2014-04-21 13:33:08 +00:00
landry
5737d43f49 Install the example collectd.conf with 644 mode, and use @mode 640 for
the @sample version.
2014-01-24 20:40:17 +00:00
krw
ae52e93779 Replace circleq inpt_queue with tailq, as inpt_queue is now a TAILQ.
Spotted in bulk build by sthen@.
2013-12-28 20:44:21 +00:00
kili
a8f63b995c Unbreak after rrdtool update, While here tweak WANTLIB-*
a little bit.

ok sthen@
2013-11-06 20:45:48 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
naddy
8d3589eb6c actually bump subpackage 2012-09-25 11:37:35 +00:00
jasper
7b5bd51a46 remove -lpthread vs. -pthread patches/chunks 2012-09-23 19:33:02 +00:00
naddy
8772c908e9 arpa/inet.h and netinet/in.h can now be #included in either order 2012-08-05 20:28:51 +00:00
jasper
9041fc74ae - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 14:40:06 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
jasper
4f6e160902 - disable -Werror to unbreak the build after the recent libgcrypt update. 2012-04-05 09:20:12 +00:00
sthen
6141dc8a95 bump; net/if.h changes (missed with the last batch) 2011-11-18 01:08:01 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
ajacoutot
ebf18cf0c6 Use the gettext MODULE 2011-07-07 00:22:37 +00:00
jasper
5b965fc5da SECURITY UPDATE of collectd to 4.10.2, among the regular bugfixes is a fix
for SA42393, collectd "cu_rrd_create_file()" Denial of Service Vulnerability.

ok landry@
2010-11-29 20:20:41 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
espie
709b054ab9 USE_GROFF=Yes 2010-10-19 07:43:00 +00:00
landry
56a34dfaf4 Update to collectd 4.10.1, from Simon Kuhnle, thanks! 2010-09-07 11:12:05 +00:00
landry
db55a93296 Make snmp/rrdtool/pgsql/mysql subpackages RUN_DEPENDS on -main
subpackage, same version. It makes very little sense to only install a
plugin.. bump corresponding REVISIONs.
With tweaks from sthen@, agreed by espie@
2010-08-08 07:41:40 +00:00
landry
233c804269 Make sure netinet/in.h is included before arpa/inet.h.
Fixes build with -Wsystem-headers. While here use REVISION/fix DEPENDS
2010-07-22 14:40:49 +00:00
landry
c5ecc41930 Oops. collectd-snmp manpage doesnt belong to -main, and it's already in
-snmp. Fixes conflicts between pkgs.
2010-06-29 20:17:18 +00:00
landry
5fd12e4669 Full stop for DESCR-files, pass --disable-static to LIBTOOL_FLAGS, and
@comment .la for plugins. Bump PKGNAMEs.
prodded by/ok ajacoutot@
2010-06-24 06:53:36 +00:00
landry
da4ec499a5 Import of collectd 4.10, yet another monitoring daemon :
collectd gathers statistics about the system it is running on and stores
this information. Those statistics can then be used to find current
performance bottlenecks (i.e. performance analysis) and predict future
system load (i.e. capacity planning). Or if you just want pretty graphs
of your private server and are fed up with some homegrown solution
you're at the right place, too ;).

Reworked by bernd@ to use MULTI_PACKAGES instead of FLAVORS, thanks!
With feedback from Nico Szalay.

ok bernd@
2010-06-23 18:04:26 +00:00