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
  •  loginuser@fw:/home/login > psql reporting -U reporting -c "SELECT sum(requests) FROM websecurity WHERE logday:[:D]ate = '2014-06-27';"
     sum
    -----
     90
    (1 row)

     loginuser@fw:/home/login > grep web_requests /var/log/reporting/inline/dashboard.ph
              'web_requests' => '90',



    The question is: does /usr/local/bin/gen_inline_reporting_data.plx get data from http.log?


     loginuser@fw:/home/login > wc -l /var/log/http.log
    338770 /var/log/http.log
     loginuser@fw:/home/login >
Reply
  •  loginuser@fw:/home/login > psql reporting -U reporting -c "SELECT sum(requests) FROM websecurity WHERE logday:[:D]ate = '2014-06-27';"
     sum
    -----
     90
    (1 row)

     loginuser@fw:/home/login > grep web_requests /var/log/reporting/inline/dashboard.ph
              'web_requests' => '90',



    The question is: does /usr/local/bin/gen_inline_reporting_data.plx get data from http.log?


     loginuser@fw:/home/login > wc -l /var/log/http.log
    338770 /var/log/http.log
     loginuser@fw:/home/login >
Children
No Data