Re: [collectd] [PATCH] Interface option for network plugin

2010-03-09 Thread Max Henkel
Hi octo and list! On Tue, Mar 09, 2010 at 06:17:35PM +0100, Florian Forster wrote: [...] On Fri, Feb 26, 2010 at 12:49:02PM +0100, Max Henkel wrote: +#if KERNEL_LINUX + struct ip_mreqn mreq; +#else + struct ip_mreq mreq; +#endif As far as I see, the only

Re: [collectd] [PATCH] Interface option for network plugin

2010-03-14 Thread Max Henkel
Hello list! On Tue, Mar 09, 2010 at 08:07:20PM +0100, Max Henkel wrote: On Tue, Mar 09, 2010 at 06:17:35PM +0100, Florian Forster wrote: [...] On Fri, Feb 26, 2010 at 12:49:02PM +0100, Max Henkel wrote: [...] @@ -2842,6 +2929,8 @@ static int network_config (oconfig_item_t *ci

[collectd] [PATCH] configure.in: have_htonll should depend on linker check

2010-05-04 Thread Max Henkel
Hello all! During cross-compiling I've observed, that commit 35602ac1 introduced an unresolvable (regarding cross-compiling) configure error. According to the AIX documentation htonll is located in the ISODE Library and thus the linking should fail, if it is not available. Hence it might not be

[collectd] [PATCH] configure.in: htonll check depends on linker

2010-05-04 Thread Max Henkel
Fixing a cross-compile issue by depending only on a linker check. --- configure.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 88ff302..7a22b8b 100644 --- a/configure.in +++ b/configure.in @@ -967,7 +967,7 @@ fi AC_MSG_CHECKING([if

Re: [collectd] [PATCH] configure.in: have_htonll should depend on linker check

2010-05-04 Thread Max Henkel
Hello Manuel and list! On Tue, May 04, 2010 at 04:04:28PM +0200, Manuel Luis Sanmartín Rozada wrote: On Tue, May 4, 2010 at 10:17 AM, Max Henkel hen...@gmx.at wrote: [...] During cross-compiling I've observed, that commit 35602ac1 introduced an unresolvable (regarding cross-compiling

Re: [collectd] Combining graphs

2010-10-21 Thread Max Henkel
Hello Hanno! First I should mention that collection3 is not supported [1][2]. Nonetheless I will give you some hints. You can find all of the following information in the perl-scripts of collection3. On Thu, 21 Oct 2010 22:01:50 +1300, Hanno Schupp wrote: […] It delivers three separate graphs.