darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
126 stars 36 forks source link

Customize reports #138

Closed delumerlino closed 8 years ago

delumerlino commented 8 years ago

Hi there, is there a way to customize standard reports?

Thank you

darold commented 8 years ago

You have a configuration directive called CustomHeader that allow you to redefined the page header, see configuration file for more details. You can also customize the squidanalyzer.css file generated after the installation, but you may need to reapply your changes after SquidAnalyzer upgrade.

I have in plan to rewrite squidanalyzer with the bootstrap javascript library but unfortunately not enough time to work on it.

delumerlino commented 8 years ago

Thanks, I will look to it!