> Hi Michael, > > This sounds interesting would you care to share your scripts that do > this. > > Thanks, >
Sorry for the late reply. feel free to use it as you like: http://files.stummi.org/nreport.tar.gz in fact, this script isn't realy special and there may could better ways to realize that, but it worked for me this way. As this script was intendet to use just for me, you may want or have to change some things. it goes to /opt/nreport first so the files should be there. Some common settings are made in "global". It doesn't support if the website needs login yet. But all downloads go through one function (in "functions"), so you just have provide --user and --pass to the wget-call there. cronjobs: 05 0 * * * /opt/nreport/nreport daily 10 0 * * 1 /opt/nreport/nreport weekly 15 0 * 1 * /opt/nreport/nreport monthly Kind regards, Michael _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
