apache_exporter icon indicating copy to clipboard operation
apache_exporter copied to clipboard

Apache server-status issue

Open Kenzi007220 opened this issue 2 years ago • 1 comments
trafficstars

Hi, The official httpd docs states clearly the correct syntax - (https://httpd.apache.org/docs/2.4/mod/mod_status.html#machinereadable). https://github.com/Lusitaniae/apache_exporter/blob/master/apache_exporter.go#L32

This is clearly causing an issue, since we are using LocationMatch (with negative lookahead) for the redirects. Due to this, all scrape requests are landing on https://www.XXX.com/?auto and resulting in failures. image

Can you please prepare an HF for it?

Kenzi007220 avatar Mar 16 '23 12:03 Kenzi007220

Hey @Kenzi007220 would you like to submit a pull request with a fix?

blkperl avatar Apr 05 '23 05:04 blkperl