[rrd-users] Re: distributed rrd files
Keith Sinclair
keith at sinclair.org.au
Wed May 30 16:26:58 MEST 2001
Team,
To enable distributed management in NMIS (http://www.sins.com.au/nmis/)
I use a couple of simple CGI scripts which can be polled from another
system to get information like what is being managed and summary stats,
etc. The graphing routine is all done by CGI too, so i can just embed
graphics in any web page I like. Very easy to scale and easy to manage,
just deploy the software and manage a list of servers.
I even have a very basic lightweight HTML for dumb browsers, ie WAP, etc.
Is that enough information?
Regards
Keith
Philip Molter wrote:
> On Wed, May 30, 2001 at 03:10:13PM +0200, rrd-users at gulu.net wrote:
> :
> : Hallo.
> : I have several machines collecting different rrd data.
> : DEF:inoctets="scp some_host:/data/CPU.rrd /data/CPU.rrd"=/data/CPU.rrd:input:AVERAGE
> : Maybe there should be a possibility to specify a number of seconds for
> : if the file was modified less than this number of seconds ago the command
> : should not be executed.
> :
> : Tobi, is this possible?
> : Are there other ways to solve this?
>
> Tobi,
>
> This would be a major RFE for us as well. We're developing a
> distributed system using RRD and the ability to use files off multiple
> machines would be a big plus. As for now, I think there are issues
> with byte-ordering or system architecture, something that prevents one
> from just transferring files and using them. Rather than using
> commands of some sort, I would recommend a URL-based schema of some
> sort (easily parseable by existing libraries) and then a lightweight
> RRD-specific daemon to handle the reading of the file. As far as I can
> tell, there's no reason to send the entire file back and forth over the
> network if all you're doing is, say, graphing something specific.
>
> krd, for now, what would probably work best is if you NFS mounted the
> machines. If they're all the same architecture/OS, it should work just
> fine.
>
> * Philip Molter
> * DataFoundry.net
> * http://www.datafoundry.net/
> * philip at datafoundry.net
>
> --
> Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
> Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
> Archive http://www.ee.ethz.ch/~slist/rrd-users
> WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
>
>
>
>
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list