Francois-Xavier Bourlet | 2 May 2011 19:51

Wiki page, Plugin:LXC

Hello,

I am the maintainer of the upcoming plugin LXC. I do not have enough
permissions to create the wiki page LXC. Is somebody with necessary
rights could do it for me? (octo?)

Regards,
--

-- 
François-Xavier Bourlet
Francois-Xavier Bourlet | 3 May 2011 07:04

latests commit, build error

Hello,

At the time I am checking, the latests commit
(99364c70a7039ed496dbe429fb86ee41e464fc76) remove something that the
execution of ./build.sh file try to access:
configure.in:4868: required file `src/owniptc/Makefile.in' not found

Its easy to never see this error when you are updating from the same
build since the src/owniptc directory is part of the .gitignore file.
But trying on a fresh build do not work with the error mentioned
above.

I dont really have time to investigate further right now, so I let you
now about this error.

thanks
--

-- 
François-Xavier Bourlet
Gregory Szorc | 3 May 2011 09:09
Picon
Gravatar

Graphite/Carbon Writer Plugin

In a shameless plug, I wanted to inform the community of a Collectd writer plugin I wrote that sends data to Graphite/Carbon (http://graphite.wikidot.com/start). In a nutshell, it is an alternative data back-end and front-end to RRDs.

I've worked with Collectd data in both RRD and Graphite, and I feel that Graphite is a better experience. I have yet to see a RRD front-end as polished or feature complete as Graphite. But, I haven't seen every RRD front-end, so you may reach a different conclusion.

You can find the code at https://github.com/indygreg/collectd-carbon

Gregory Szorc
gregory.szorc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org

_______________________________________________
collectd mailing list
collectd@...
http://mailman.verplant.org/listinfo/collectd
Bill Harris | 3 May 2011 15:51

Compiling 5.0 on Ubuntu 11.04



Is there a patch to fix this iptc issue with collectd on Ubunutu Server (11.04) i386?

Bill

 gcc -DHAVE_CONFIG_H -I. -I. -I../../src -Wall -Werror -g -O2 -c libip4tc.c  -fPIC -DPIC -o .libs/libip4tc.o
In file included from libip4tc.c:136:0:
libiptc.c:84:8: error: redefinition of ‘struct xt_error_target’
/usr/include/linux/netfilter/x_tables.h:69:8: note: originally defined here
make[3]: *** [libip4tc.lo] Error 1
make[3]: Leaving directory `/home/bharris/work/collectd-5.0.0/src/owniptc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
make: *** [all-recursive] Error 1
_______________________________________________
collectd mailing list
collectd@...
http://mailman.verplant.org/listinfo/collectd
Lindsay Holmwood | 3 May 2011 16:28
Picon
Gravatar

Re: Graphite/Carbon Writer Plugin

On 3 May 2011 09:09, Gregory Szorc <gregory.szorc@...> wrote:
> In a shameless plug, I wanted to inform the community of a Collectd writer
> plugin I wrote that sends data to Graphite/Carbon
> (http://graphite.wikidot.com/start). In a nutshell, it is an alternative
> data back-end and front-end to RRDs.

Very cool, thanks for writing and releasing this! Great to see more
work being done on the visualisation front.

>
> I've worked with Collectd data in both RRD and Graphite, and I feel that
> Graphite is a better experience. I have yet to see a RRD front-end as
> polished or feature complete as Graphite. But, I haven't seen every RRD
> front-end, so you may reach a different conclusion.

I'd be very interested to hear how you think Visage compares with Graphite.

Cheers,
Lindsay
Francois-Xavier Bourlet | 3 May 2011 19:15

Re: Compiling 5.0 on Ubuntu 11.04

if you are compiling from the latests sources, you can still checkout
to the latest but one commit, and try again to build. Pay attention
that clean.sh do not clean everything. you would like to checkout in a
empty directory before building.

On Tue, May 3, 2011 at 6:51 AM, Bill Harris <savoy9020@...> wrote:
>
>
> Is there a patch to fix this iptc issue with collectd on Ubunutu Server
> (11.04) i386?
>
> Bill
>
>  gcc -DHAVE_CONFIG_H -I. -I. -I../../src -Wall -Werror -g -O2 -c libip4tc.c
>  -fPIC -DPIC -o .libs/libip4tc.o
> In file included from libip4tc.c:136:0:
> libiptc.c:84:8: error: redefinition of ‘struct xt_error_target’
> /usr/include/linux/netfilter/x_tables.h:69:8: note: originally defined here
> make[3]: *** [libip4tc.lo] Error 1
> make[3]: Leaving directory `/home/bharris/work/collectd-5.0.0/src/owniptc'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
> make: *** [all-recursive] Error 1
>
> _______________________________________________
> collectd mailing list
> collectd@...
> http://mailman.verplant.org/listinfo/collectd
>
>

--

-- 
François-Xavier Bourlet
Bill Harris | 3 May 2011 19:43

Re: Compiling 5.0 on Ubuntu 11.04

I was compiling from the posted 5.00 source tar file.

I will pull down the svn and give it a try.

Thanks,
Bill

On 5/3/11 12:15 PM, "Francois-Xavier Bourlet"
<francois-xavier.bourlet@...> wrote:

> if you are compiling from the latests sources, you can still checkout
> to the latest but one commit, and try again to build. Pay attention
> that clean.sh do not clean everything. you would like to checkout in a
> empty directory before building.
> 
> On Tue, May 3, 2011 at 6:51 AM, Bill Harris <savoy9020@...> wrote:
>> 
>> 
>> Is there a patch to fix this iptc issue with collectd on Ubunutu Server
>> (11.04) i386?
>> 
>> Bill
>> 
>>  gcc -DHAVE_CONFIG_H -I. -I. -I../../src -Wall -Werror -g -O2 -c libip4tc.c
>>  -fPIC -DPIC -o .libs/libip4tc.o
>> In file included from libip4tc.c:136:0:
>> libiptc.c:84:8: error: redefinition of Œstruct xt_error_target¹
>> /usr/include/linux/netfilter/x_tables.h:69:8: note: originally defined here
>> make[3]: *** [libip4tc.lo] Error 1
>> make[3]: Leaving directory `/home/bharris/work/collectd-5.0.0/src/owniptc'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
>> make[1]: *** [all] Error 2
>> make[1]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
>> make: *** [all-recursive] Error 1
>> 
>> _______________________________________________
>> collectd mailing list
>> collectd@...
>> http://mailman.verplant.org/listinfo/collectd
>> 
>> 
> 
> 
Gregory Szorc | 3 May 2011 20:57
Picon
Gravatar

Re: Graphite/Carbon Writer Plugin

On Tue, May 3, 2011 at 7:28 AM, Lindsay Holmwood <lindsay <at> holmwood.id.au> wrote:

I'd be very interested to hear how you think Visage compares with Graphite.

I haven't used Visage, but I just watched the video at http://auxesis.github.com/visage/ and already think Visage is one of the best RRD visualizers. I share your opinion that the graphing portion of RRD lacks and I believe your approach of using newer visualizer tools/technology without sacrificing the RRD storage format (for better or worse - the Graphite people have opinions worth reading on that) is worth pursuing.

Visage and Graphite both have interactive graphs, wildcard/dynamic metrics collections/graphing, and the ability to save graphs (all features that I don't want to live without once I've used). However, it appears Graphite still has an edge when it comes to data transformations. With Graphite, you can perform functions on data, such as summing, taking derivatives or integrals, calculate moving average, filter min or max values, etc. This is all done dynamically, of course. If Visage (or any other RRD front-end) could do that, I think it would be on roughly equal ground with Graphite.

Keep up the great work!

Gregory
_______________________________________________
collectd mailing list
collectd@...
http://mailman.verplant.org/listinfo/collectd
Bill Harris | 4 May 2011 18:04

Re: Compiling 5.0 on Ubuntu 11.04

Hmm, not very familiar with git..

I tried a "git clone git://github.com/octo/collectd.git"
but it didn't have a configure file, so tried with "autoconf"

That didn't work to well either.

The daily builds don't appear to be working.. Is there a recent
daily build somewhere else I could get?

I did see where the supplied iptc was removed.. recently.

Bill

On 5/3/11 12:15 PM, "Francois-Xavier Bourlet"
<francois-xavier.bourlet@...> wrote:

> if you are compiling from the latests sources, you can still checkout
> to the latest but one commit, and try again to build. Pay attention
> that clean.sh do not clean everything. you would like to checkout in a
> empty directory before building.
> 
> On Tue, May 3, 2011 at 6:51 AM, Bill Harris <savoy9020@...> wrote:
>> 
>> 
>> Is there a patch to fix this iptc issue with collectd on Ubunutu Server
>> (11.04) i386?
>> 
>> Bill
>> 
>>  gcc -DHAVE_CONFIG_H -I. -I. -I../../src -Wall -Werror -g -O2 -c libip4tc.c
>>  -fPIC -DPIC -o .libs/libip4tc.o
>> In file included from libip4tc.c:136:0:
>> libiptc.c:84:8: error: redefinition of Œstruct xt_error_target¹
>> /usr/include/linux/netfilter/x_tables.h:69:8: note: originally defined here
>> make[3]: *** [libip4tc.lo] Error 1
>> make[3]: Leaving directory `/home/bharris/work/collectd-5.0.0/src/owniptc'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
>> make[1]: *** [all] Error 2
>> make[1]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
>> make: *** [all-recursive] Error 1
>> 
>> _______________________________________________
>> collectd mailing list
>> collectd@...
>> http://mailman.verplant.org/listinfo/collectd
>> 
>> 
> 
> 
Francois-Xavier Bourlet | 4 May 2011 18:59

Re: Compiling 5.0 on Ubuntu 11.04

try something like:

$clone git://github.com/octo/collectd.git
$cd collectd

now checkout to the lastest but one commit:

$git checkout HEAD^

(yes the "^" is important)

then configure the build system:

$./build.sh

then configure the build itself:

$./configure

build:

$make

install:

sudo make install

If thats still do not build correctly, i notice that build.sh create
the missing files, and if you go back to the latest commit:

$git checkout master

The missing files are now present, and so

$./build.sh

will work again, then you can continue on the configure&make steps.

Hope I helped you,

On Wed, May 4, 2011 at 9:04 AM, Bill Harris <savoy9020@...> wrote:
> Hmm, not very familiar with git..
>
> I tried a "git clone git://github.com/octo/collectd.git"
> but it didn't have a configure file, so tried with "autoconf"
>
> That didn't work to well either.
>
> The daily builds don't appear to be working.. Is there a recent
> daily build somewhere else I could get?
>
> I did see where the supplied iptc was removed.. recently.
>
> Bill
>
>
>
>
> On 5/3/11 12:15 PM, "Francois-Xavier Bourlet"
> <francois-xavier.bourlet@...> wrote:
>
>> if you are compiling from the latests sources, you can still checkout
>> to the latest but one commit, and try again to build. Pay attention
>> that clean.sh do not clean everything. you would like to checkout in a
>> empty directory before building.
>>
>> On Tue, May 3, 2011 at 6:51 AM, Bill Harris <savoy9020@...> wrote:
>>>
>>>
>>> Is there a patch to fix this iptc issue with collectd on Ubunutu Server
>>> (11.04) i386?
>>>
>>> Bill
>>>
>>>  gcc -DHAVE_CONFIG_H -I. -I. -I../../src -Wall -Werror -g -O2 -c libip4tc.c
>>>  -fPIC -DPIC -o .libs/libip4tc.o
>>> In file included from libip4tc.c:136:0:
>>> libiptc.c:84:8: error: redefinition of Œstruct xt_error_target¹
>>> /usr/include/linux/netfilter/x_tables.h:69:8: note: originally defined here
>>> make[3]: *** [libip4tc.lo] Error 1
>>> make[3]: Leaving directory `/home/bharris/work/collectd-5.0.0/src/owniptc'
>>> make[2]: *** [all-recursive] Error 1
>>> make[2]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
>>> make[1]: *** [all] Error 2
>>> make[1]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'
>>> make: *** [all-recursive] Error 1
>>>
>>> _______________________________________________
>>> collectd mailing list
>>> collectd@...
>>> http://mailman.verplant.org/listinfo/collectd
>>>
>>>
>>
>>
>
>
>

--

-- 
François-Xavier Bourlet

Gmane