apache_exporter icon indicating copy to clipboard operation
apache_exporter copied to clipboard

Prometheus exporter for Apache.

Results 28 apache_exporter issues
Sort by recently updated
recently updated
newest added

Which are interesting Apache metrics too. I wrote such an [exporter for Munin](https://github.com/munin-monitoring/contrib/blob/master/plugins/apache/apache_cache_disk_count) (GPLv2), but contribution under MIT is a bit less appealing. But basically, it's : `htcacheclean -a -p...

enhancement
help wanted

I am very new to both Grafana and Apache exporter, and i was curious. What is the difference between this one: # TYPE apache_accesses_total counter and this one: # TYPE...

Set to format: Prometheus-Apache-Exporter/%s

At the moment Apache exporter uses the default Go HTTP User-Agent (`Go-http-client/1.1`), spamming HTTP request logs with the following: ``` ::1 - - [03/Jan/2024:09:44:01 +0100] "GET /server-status?auto HTTP/1.1" 403 6865...

Hi @Lusitaniae Metric apache_duration_ms_total is missing and apache version is unknown. Can someone provide some guidance on how to handle this? ``` [root@centos-test /]# curl -s http://x.x.x.x:9117/metrics | grep apache...

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....

help wanted

My Apache server requires a cert and key in order to scrape it. Please allow user to configure these settings.

help wanted

Hey @Lusitaniae . First of all thank you very much for writing and maintaining this exporter! Also for accepting suggestions and PRs! May I bluntly bring up the idea to...

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.0.0. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed Changes feat: add support for pull_request_target and only-new-issues by @​kovetskiy in golangci/golangci-lint-action#506 feat: add option...

dependencies
github_actions