Ad Widget

Collapse

Monitor Webserer access log

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thensel
    Junior Member
    • Jun 2012
    • 8

    #1

    Monitor Webserer access log

    Hi,

    I want to monitor my apache accesslog for number of requests (per hour, day, ...)

    I like to use zabbix as a very simple piwik lookalike I just want to know how many requests my webserver served in the last hour,day so on.

    Is this possible?

    The log item searches for specified strings in log files and returns the corresponding line. This is not what i want.
  • sthon
    Member
    • Jul 2015
    • 30

    #2
    I did this implementation via a script.
    I count some predefined events in the logfiles for the last 10 minutes.
    In zabbix I use a script item who does the Job and Returns only the value of it.
    So I have a graph like hits per ten minutes.

    Comment

    • thensel
      Junior Member
      • Jun 2012
      • 8

      #3
      Thank you for your answer! I do the same by now. I thought there may be a better "native" solution.

      Comment

      Working...