Re: [collectd] Use Curl anyauth (digest+basic) instead of just digest in write_http plugin

2010-01-20 Thread Florian Forster
Hi Paul, On Sun, Jan 17, 2010 at 12:57:59PM -0700, Paul Sadauskas wrote: Subject pretty much says it all. 1-line patch/diff is here: http://github.com/absperf/collectd/commit/3d27b2b4da122ffee3951425b200d4d2c4a0a74c thanks for the patch :) I have cherry-picked the commit into the

Re: [collectd] [patch] swap plugin - swap in/out does not work for kernels 2.6

2010-01-20 Thread Lorin Scraba
On Wed, Jan 20, 2010 at 1:24 AM, Mirko Buffoni briar...@eswat.org wrote: At 15.22 19/01/2010 -0800, you wrote: It works on RedHat9 and 6 (don't ask). A more gracefull solution is having a configuration option for choosing /proc/foo format I suppose... Hope it helps some sysadmins like me that are

Re: [collectd] [patch] swap plugin - swap in/out does not work for kernels 2.6

2010-01-20 Thread Mirko Buffoni
Try to build it with only the plugins you really need. I got 4.9.0 on redhat 6 :) Naturally that's what I tried to do first :) And since I need DNS, I included pcap requirement. Here is a compilation error with 4.8.1 make[4]: Entering directory

Re: [collectd] [patch] swap plugin - swap in/out does not work for kernels 2.6

2010-01-20 Thread Lorin Scraba
On Wed, Jan 20, 2010 at 7:59 AM, Mirko Buffoni briar...@eswat.org wrote: Try to build it with only the plugins you really need. I got 4.9.0 on redhat 6 :) Here is a compilation error with 4.8.1 make[4]: Entering directory `/usr/src/redhat/BUILD/collectd-4.8.1/src/libcollectdclient' /bin/sh

Re: [collectd] [patch] swap plugin - swap in/out does not work for kernels 2.6

2010-01-20 Thread Florian Forster
Hi Lorin, On Tue, Jan 19, 2010 at 03:22:32PM -0800, Lorin Scraba wrote: It works on RedHat9 and 6 (don't ask). A more gracefull solution is having a configuration option for choosing /proc/foo format I suppose... Hope it helps some sysadmins like me that are forced to maintained anqituities

Re: [collectd] [patch] swap plugin - swap in/out does not work for kernels 2.6

2010-01-20 Thread Lorin Scraba
Regarding ext_hdr structure I suppose older pcap lib does not support ipv6 but I didn't check. You could try to compile a new libpcap and pass  --with-libpcap to collectd's configure script. That's actually ip6_ext structure defined in ip6.h in later versions of glibc. Available trough