What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How to enable Hit Counter for apache

Votes:

0

Hi, how to count the users access our apps/website using PRTG. Hope u guys can help me to find it out.

thanks - nazir ( PRTG Free user 100 sensor )

http-sensor snmp snmp-sensor

Created on Sep 1, 2015 4:05:00 AM



3 Replies

Votes:

0

That's not really PRTGs field - you might want to use tools like Piwik or Google Analytics. They offer a very deep insight into the visitor behavior.

Created on Sep 1, 2015 6:24:55 AM by  Stephan Linke [Paessler Support]



Votes:

0

Ok, the idea is, when our web-server get hit ... so we can monitor how many users access ..so we cam simply do the analysis with single dashboard and report on PRTG for the management to prof it.

-thanks

Created on Sep 1, 2015 6:41:41 AM



Votes:

0

Okay, if it's only that, you can use the apache status modstatus sensors :) Either PerfStats or Totals. Note that you have to enable server status for that. Make sure they're only reachable by PRTG and hosts that need it:

<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Satisfy Any

    Allow from prtg.mydomain.local

    AuthType basic
    AuthName "Apache status"
    AuthUserFile /etc/apache2/passwd-server-status
    Require valid-user
</Location>

Passwords can be configured within the sensor settings, in case you consider it a necessity :)

Created on Sep 1, 2015 7:00:23 AM by  Stephan Linke [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.