Tool to monitor Apache Server?

Discussion in 'Apache' started by Abhik, Mar 23, 2011.

  1. #1
    Hello,
    Is there any windows based application to monitor my webserver?
    My server runs CentOS 64bit and Apache 2.2.17.

    I won't mind going for a paid software, but a free one will be great.
     
    Abhik, Mar 23, 2011 IP
  2. manojsamtani

    manojsamtani Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Apache server status can be checked by enabling following in httpd.conf:

    ExtendedStatus On

    <Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from .example.com
    </Location>

    Then restart apache and access from browser via http://servername/server-status

    Or even we can use apachetop tool.
     
    manojsamtani, Mar 24, 2011 IP
  3. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #3
    I know that, thanks.

    What I am basically looking is a software which will monitor my server from my own computer and provide suggestions to improve the performance.
    Is there any such tool?
     
    Abhik, Mar 24, 2011 IP
  4. Omery

    Omery Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you can try cacti from cacti.net
     
    Omery, Mar 24, 2011 IP
  5. Omery

    Omery Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    is apachetop can run on windows os?
     
    Omery, Mar 24, 2011 IP
  6. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #6
    Nope.. I don't think so..
     
    Abhik, Mar 25, 2011 IP
  7. CI-Andrew

    CI-Andrew Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #7
    Why would you want such a thing when you can login via SSH from windows and run any of the performance monitoring tools you desire?
     
    CI-Andrew, Apr 5, 2011 IP
  8. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #8
    It's because I want 24x7 monitoring with reports..
     
    Abhik, Apr 7, 2011 IP
  9. CI-Andrew

    CI-Andrew Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #9
    As was already mentioned above, I recommend cacti. Great software and will show graphs of all the things monitored so you can see historical data to see how performance is doing.
     
    CI-Andrew, Apr 8, 2011 IP
  10. saima.spider

    saima.spider Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    use nagios we can have firefox plugins for nagios so that we can sound alerts when some service goes down they will also generate graphs
     
    saima.spider, Apr 14, 2011 IP
  11. Tritontrax

    Tritontrax Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Cacti, Mon and Nagios are all good solutions for monitoring webservers. Nagios and Cacti are more complex to set up than Mon. Mon will give you a quick and clean solution with a small learning curve. All are free, open source software.
     
    Tritontrax, Apr 28, 2011 IP