Hi Xani,

I would like to create a dashboard to display collectd values coming from
many different servers. From my understanding, collectd can "push" values to
a specific server, provided it speaks collectd protocol -- but here I'd like
to do it the other way, ie. pulling collectd data directly from the
individual servers (and then populate a dashboard with this raw data).

I should note that the servers are slices, so not on the same private
network. In essence, what I'd like to do is:

$ collectd_get_data *slice1.mydomain.com*
  <PRINTS ALL COLLECTD VALUES FROM SLICE slice1.mydomain.com>

$ collectd_get_data *slice2.mydomain.com*
  <PRINTS ALL COLLECTD VALUES FROM SLICE slice2.mydomain.com>

So where should I start ?

 -- Sébastien



2010/1/27 XANi <[email protected]>

>  Dnia 2010-01-27, śro o godzinie 09:46 -0500, Sébastien Pierre pisze:
>
>  Hi there !
>
>
>
>  I have collectd running on multiple machines which are not on the same
> network, and I would like to know how to read collectd values from these.
> For now I'm using Munin to get graphics, but I'd eventually use graphs of my
> own.
>
>  Is there an easy way, from command line or using a scripting language to
> read collectd values ?
>
>
>
>  Thanks !
>
>
>
>  There are multiple ways.. what exactly u want collectd to do ? :)
>
>   --
> Mariusz Gronczewski (XANi) <[email protected]>
> GnuPG: 0xEA8ACE64http://devrandom.pl
>
>
_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to