Is there a way to monitor apache with New Relic?
Asked Answered
I

2

6

Can I monitor static pages served with Apache from New Relic?

A module perhaps I should include?

Inappropriate answered 5/9, 2012 at 20:52 Comment(0)
C
5

New Relic now has plugins. One publisher has already published a plugin for Apache.

If this plugin does not monitor Apache for you in a way that is useful, you can fork this project and improve it or create your own.

Cordie answered 19/6, 2013 at 17:16 Comment(1)
does it help to monitor Apache's error and access logs ?Doormat
T
1

New Relic doesn't have an Apache monitor just yet, and the web application monitors we have see requests after Apache hands them over, so there's very little visibility there, too.

New Relic DOES support a "queueing time" measure that will let you know how long requests are sitting in your Apache and pre-web application layer. This involves modifying your Apache configuration to include a special HTTP header that includes a timestamp of when Apache started processing the request.

You can read more about that here: https://newrelic.com/docs/features/tracking-front-end-time

Terrorism answered 27/2, 2013 at 17:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.