<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Goldburt, Dan wrote:
<blockquote
 cite="mid57E557D9D8FCEB4DB0B8DB430C6DBD08069041C4@SBKE2KMB03.win.dowjones.net"
 type="cite">
  <pre wrap="">Larry,

I'm using Cacti also, so I could install the boost plugin. From what
I've read (and the documentation is still in its formative state, as far
as I can tell), the relevant features only mention batched updates to
RRD. We don't have issues with performance on update. Can you please
describe any fetch/export services that boost provides. I also don't
understand how "This service allows you to add multiple Cacti servers to
your web farm allowing all the servers
to participate in the "on demand" RRD update and viewing process." This
is the first I've heard about distributed Cacti backends. Sorry if I
seem to be veering too far into the Cacti domain for this listserve's
intentions. But if Cacti can separate the server that populates the rrd
files from the server that presentats the data, that's what I'd be
interested in.

Thanks,
Dan

  </pre>
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
From: Larry Adams [<a class="moz-txt-link-freetext" href="mailto:larryjadams@comcast.net">mailto:larryjadams@comcast.net</a>] 
Sent: Thursday, March 29, 2007 9:30 AM
To: Goldburt, Dan
Cc: <a class="moz-txt-link-abbreviated" href="mailto:rrd-developers@lists.oetiker.ch">rrd-developers@lists.oetiker.ch</a>; <a class="moz-txt-link-abbreviated" href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a>
Subject: Re: [rrd-developers] RRD Web service

Goldburt, Dan wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Greetings RRDers,

I am wondering if any of you have done or have any advice on a 
webservice arround rrdtool. We have a large repository of rrd files 
and would like to make that data available from a remote server.

I know you can run rrdtool as a service (from the Remote Control 
section of the docs), but I'm looking for something that 
      </pre>
    </blockquote>
    <pre wrap="">will allow me 
    </pre>
    <blockquote type="cite">
      <pre wrap="">to make requests via HTTP.

Has anyone used the POE component here:

      </pre>
    </blockquote>
    <pre wrap=""><a class="moz-txt-link-freetext" href="http://backpan.perl.org/authors/id/T/TC/TCAINE/POE-Component-RRDTool-0">http://backpan.perl.org/authors/id/T/TC/TCAINE/POE-Component-RRDTool-0</a>
    </pre>
    <blockquote type="cite">
      <pre wrap="">.1
8.readme

Would it still function with RRD 1.2?

Thanks for any direction,
DG

_______________________________________________
rrd-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rrd-developers@lists.oetiker.ch">rrd-developers@lists.oetiker.ch</a>
<a class="moz-txt-link-freetext" href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers</a>

  
      </pre>
    </blockquote>
    <pre wrap="">I use Cacti and the Boost plugin to provide these services.  
But of course, I am a Cacti developer, so it's easy for me to decide.

Larry Adams

    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
rrd-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rrd-developers@lists.oetiker.ch">rrd-developers@lists.oetiker.ch</a>
<a class="moz-txt-link-freetext" href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers</a>

  </pre>
</blockquote>
Dan,<br>
<br>
This is exactly what boost is designed for.&nbsp; The poller takes
instructions as to what to update from the web servers, then the web
servers sym link to the RRA folder and perform the graph rendering.&nbsp; It
also provides for PNG caching that is a big winner for larger sites.&nbsp;
As far as fetch and export are concerned, that would be very easy to
implement.&nbsp; Right now the boost_server has very limited syntax and
security built in, but adding those two commands to the set of
acceptable commands would not be too much work.&nbsp; I would be willing to
colaborate in order to make it more of a generic server.<br>
<br>
As per the documentation, the users using Boost have dropped poller
times a whole order of magnitude.&nbsp; That's pretty cool when you used to
poll things in 3 minutes, it's now taking 30 seconds.<br>
<br>
Boost will allow you to expand to several servers, then all you need is
to provide a load ballancer in front of the main server.&nbsp; I have not
written any formal documentation on the distributed approach, but in
the Linux/Unix space, it's easy enough.&nbsp; You know I used to love
DOS/Windows for 27 years but Linux RULES!!!&nbsp; Contact me privately if
you would like to consult more on this subject.<br>
<br>
Regards,<br>
<br>
Larry Adams<br>
aka TheWitness<br>
<a class="moz-txt-link-abbreviated" href="http://www.cacti.net">www.cacti.net</a><br>
<br>
</body>
</html>