Re: [Spong-users] rrd tool
Brought to you by:
apremselaar,
sljohnson
|
From: Stephen L J. <sjo...@mo...> - 2001-02-19 17:25:27
|
On Feb 19, Joao Rechena wrote: > Hello, by some reason my spong-rrd has stoped ... It dosent'e generate > the graphics anymore..... > It creates the index.html and the pages for eache host .. but dosen't > create the .gif's... > > Any one has some clue it is goes a --debug > > Mon Feb 19 16:35:41 2001 Processing host zbr.zbr.com > Mon Feb 19 16:35:41 2001 data_rrd_disk DB's found, running DiskGen > Mon Feb 19 16:35:41 2001 data_rrd_la DB's found, running LoadAvgGen First of all, the spong-rrd program only creates CGI scripts for all of the databases it finds. The CGI scripts actually does all of the graphing using the rrdcgi program from the RRD Tool package. Make sure that you have all of the configuration variables in 'spong-rrd' set correctly. Double check the values against the data_rrd_* module's config variables. Check in the $SPONGTMP/spong-server.log and/or syslog logs for any errors that the data_rrd_* modules may be having while processing status messages. Check to make sure that the *.rrd databases have data in them. Use 'rrdtool fetch' or 'rrdtool dump' to look at the data in you databases. Next check you web servers's error log files. Any problems that rrgcgi is having should be logged in there. That is everything that I can think of off the top of my head. Let me know that you find, and we will go from there. Stephen L Johnson <sjo...@mo...> |