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, [EMAIL PROTECTED] 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/
> * [EMAIL PROTECTED]
> 
> --
> Unsubscribe mailto:[EMAIL PROTECTED]
> Help        mailto:[EMAIL PROTECTED]
> Archive     http://www.ee.ethz.ch/~slist/rrd-users
> WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi
> 
> 
> 
> 


--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to