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

I tried to follow the instructions, but... ``` $ docker run --rm -v $(pwd):/usr/local/go/src/github.com/Lusitaniae/apache_exporter -w /usr/local/go/src/github.com/Lusitaniae/apache_exporter golang:bullseye make >> checking code style >> checking license header mkdir -p /go/bin curl...

We have installed apache_exporter in both test server and prod server and exporting the metrics to prometheus. The thing is all the configuration files looks similar wrt apache, and apache_exporter,...

We are trying to run the Apache Exporter executable as a Windows service. When running the script using command-line; it works fine. As a windows service, we get the error:...

Hello, how does the topic already say. I have that error when I started the service from systemd an read in the log from journalctl: `apache_exporter: error: unknown long flag...

enhancement
help wanted

I get an error trying to configure the syslog logging format: ``` ./apache_exporter --log.format="logger:syslog?appname=bob&local=7" --log.level="warn" apache_exporter: error: unrecognized log format "logger:syslog?appname=bob&local=7", try --help ``` The format string is taken from...

I tried to locally build the project and got this: ((HEAD detached at v0.11.0)) $ make >> checking code style >> checking license header >> running golangci-lint GO111MODULE=on go list...

I think that this fix is not correct, we should instead use a MustNewConstMetric and collect it on every scrape. The current approach is fragile because if 2 prometheus scrape...

enhancement
help wanted

Hi, after the recent frequent version updates, the exporter returns both (all) of the last versions. ``` # HELP apache_info Apache version information # TYPE apache_info gauge apache_info{mpm="worker",version="Apache/2.4.50 (Debian) OpenSSL/1.1.1l"}...

bug
help wanted

Hi @Lusitaniae , I m trying to send the data for workers to cloudwatch , but cloudwatch is not detecting the metrics in console since the name has special characters...

Hello. Thank you for this project! I wondered if you could support adding multiple headers via CLI options. e.g. `apache_exporter --header "Accept: */*" --header "User-Agent: something" --scrape_uri ...` The reason...

enhancement
help wanted