This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web Filtering Counter reports wrong information

Can anyone explain how UTM counts web requests? It Shows for example Web Filtering is active, 6 requests served today. This is nonsense because it processes every day circa 100000 requests. Because of that reporting shows also wrong/nonsense information.


This thread was automatically locked due to age.
Parents
  • For 9.113-1 (I don't have 9.2xx handy) the number in the dashboard comes from /var/log/reporting/inline/dashboard.ph which I think is generated by /usr/local/bin/gen_inline_reporting_data.plx.

    Compare (adjust for date as needed):
    psql reporting -U reporting -c "SELECT sum(requests) FROM websecurity WHERE logday:[:D]ate = '2014-06-26';"


    grep web_requests /var/log/reporting/inline/dashboard.ph


    Note the dashboard is only updated every 15 minutes with a +2 minute offset (2, 17, 32 and 47) so there is likely a relatively small discrepancy between the "live" database results and the variably "stale" inline/dashboard number.
Reply
  • For 9.113-1 (I don't have 9.2xx handy) the number in the dashboard comes from /var/log/reporting/inline/dashboard.ph which I think is generated by /usr/local/bin/gen_inline_reporting_data.plx.

    Compare (adjust for date as needed):
    psql reporting -U reporting -c "SELECT sum(requests) FROM websecurity WHERE logday:[:D]ate = '2014-06-26';"


    grep web_requests /var/log/reporting/inline/dashboard.ph


    Note the dashboard is only updated every 15 minutes with a +2 minute offset (2, 17, 32 and 47) so there is likely a relatively small discrepancy between the "live" database results and the variably "stale" inline/dashboard number.
Children
No Data