|
The short answer is that you cannot.
routers2 expects to have the graphdir all to itself for temporary storage of the .png files, so it should not really matter what goes in there. All the .png temporary files are created with huge names summarising the cfg file, target, and display options and you should probably have a periodic job to delete old files from this directory, if possible. It looks as if in your system you have put the graphpath into the root of your cfgpath for some reason, and using the same place as your RRDpath (workdir) root! This might get a bit confusing, not to mention the security implications of running it this way (people can get hold of your .cfg files (very insecure) or your .rrd files (insecure if you use different levels of access).
Why not have your .cfg files under one directory (outside of wwwroot), and your workdir (RRDPath) in another directory (outside of wwwroot) and your graphpath under wwwroot/graphs ? This is the way we do it here.
Steve
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|