I have looked into this some more and the graphs are not showing on the web page because the graphs are created in /var/lib/smokeping/cache/MyCo and Apache is looking in /htdocs/smokeping/cache/MyCo.
I changed the imgcache path in /etc/smokeping/config to /srv/www/htdocs/smokeping/cache and gave wwwrun permissions to modify the folder and now it looks like it is working. On 5/15/2012 6:18 PM, Greg Stucky wrote: > I just redid the computer I was using to run smokeping and used OpenSUSE > 12.1. I had some initial issues getting Smokeping to run without errors > and to be able to view the webpage. Right now everything seems to be > running with the exception of viewing the graphs on the web interface. > > If i browse the /var/smokeping/cache/MyCo folder there are several PNG > files. However they contain no data points. If I view the webpage the > graphs are not included on the page. > > I used rrdtool info data1.rrd to make sure data was being stored and > there is data in the database. I have included a sample below > > sample > filename = "data1.rrd" > rrd_version = "0003" > step = 300 > last_update = 1337103846 > header_size = 19264 > ds[uptime].index = 0 > ds[uptime].type = "GUAGE" > ds[uptime].minimal_heartbeat = 600 > ds[uptime].min = 0.0000000000e+00 > ds[uptime].max = NaN > ds[uptime].last_ds = "U" > ds[uptime].value = 0.000000000e+00 > ds[uptime].unknow_sec =246 > . > . > . > . > > rra[6].cf = "MIN" > rra[6].rows = 720 > rra[6].cur_row = 501 > rra[6].pdp_per_row = 144 > rra[6].xff = 5.00000000000e-01 > rra[6].cdp_prep[0].value = NaN > rra[6].cdp_prep[0].unknown_datapoints = 68 > rra[6].cdp_prep[1].value = NaN > rra[6].cdp_prep[1].unknown_datapoints = 68 > rra[6].cdp_prep[2].value = NaN > rra[6].cdp_prep[2].unknown_datapoints = 68 > rra[6].cdp_prep[3].value = NaN > rra[6].cdp_prep[3].unknown_datapoints = 68 > > Any suggestions would be appreciated. > > _______________________________________________ > smokeping-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users > _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
