Search found 7 matches

by abush
Mon Feb 04, 2002 7:35 pm
Forum: Help: General
Topic: using rrdtool PHP extension
Replies: 1
Views: 8352

Has there been any planning on testing/using the rrdtool PHP3 or PHP4 extension that comes with RRDTool (in the contrib directory i think)? Last i looked this was not officially listed on the PHP site as an extension but works ok. The performance of the application should improve since the code woul...
by abush
Mon Feb 04, 2002 7:21 pm
Forum: Help: General
Topic: cricket user has some questions....
Replies: 3
Views: 7047

... The problem with Cricket/RRD though of course is that the graphs lose granularity over time. I've been asked to see if there's a way we can keep a full archive of past data, so that I can click on a router interface and look at its bandwidth in detail from 9 months ago, for instance. ... This i...
by abush
Fri Feb 01, 2002 9:22 am
Forum: Help: General
Topic: How much is too much?
Replies: 8
Views: 8173

This is a problem with all the front ends that i have used. Cricket does a decent job and is written in Perl, but eventually it falls behind too. I have recently started to use mon (http://kernel.org/software/mon/) and it appears to have a good design that compensates for the polling/checking times....
by abush
Thu Jan 31, 2002 4:43 pm
Forum: Help: General
Topic: program to import RRD's
Replies: 12
Views: 14404

Well the copy/paste looks pretty bad...
If there is a person/place that i can send this too for a more stable home let me know.

Thanks,
-ab
by abush
Thu Jan 31, 2002 4:40 pm
Forum: Help: General
Topic: program to import RRD's
Replies: 12
Views: 14404

program to import RRD's

I have attached a program (import-rrd.php) that can be used to import existing RRD's that you may have been created using other tools or even by hand. The program is very young and done quickly so it is very messy but works for me. To use: 1) copy attached source to a file named import-rrd.php in yo...
by abush
Tue Jan 29, 2002 4:09 pm
Forum: Help: General
Topic: Import of existing rrd's
Replies: 3
Views: 5222

Yes i have already created a program that will use the rrdtool dump and parse the XML. I was just wondering if this would be useful to others or if anyoone else had already started a similar project. I'm about 3/4 of the way done with the program. If anyone wants to try it let me know. Thanks, -ab
by abush
Tue Jan 29, 2002 7:53 am
Forum: Help: General
Topic: Import of existing rrd's
Replies: 3
Views: 5222

I am currently working on a page that will import an existing rrd into the cacti db structure. Before i get too far has anyone already done this? Here is what i hope it will do: 1) user can upload rrd's to the rra directory and then import them OR 2) users can post the rrd to the web server from the...