Maybe ntop looks for rrds of specific names. If it's found, it uses it to run an rrdgraph request. ntop doesn't care how that .rrd file got there.
If you were to create an arbitrary rrd and try to display a graph from it? Maybe... You would have to add some stand-alone html pages for that, creating the request in the format ntop is looking for... Do a view source in the frame displaying the graphs to see the format. In the code, plugins/rrdPlugin.c, graphCounter() and handleRRDHTTPrequest() are the routines to look for. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kenneth Porter Sent: Tuesday, August 12, 2003 5:01 PM To: [EMAIL PROTECTED] Subject: RE: [Ntop] Not all protocols captured in rrd --On Tuesday, August 12, 2003 9:41 AM -0500 "Burton M. Strauss III" <[EMAIL PROTECTED]> wrote: > You can only get a packet into ONE bucket - you've got overlaps, so 1st > matched wins. Ok, thanks. If I create my own rrd in the same directory, will ntop display it? I could then run another process to run behind ntop, generating the aggregate rrd from the individual ones. (I could also add some other load-related graphs to look for correlations.) _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
