From e10f9abd9c1e9e4b5e857a795e7301673e407721 Mon Sep 17 00:00:00 2001 From: Ruslan Islamgaliev <islamgaliev@google.com> Date: Thu, 5 Oct 2017 11:28:11 +0100 Subject: [PATCH] Add a link to Lusitaniae's repo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2445ae5..85a4e3a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +This repository is obsolete. The exporter is now maintened here: https://github.com/Lusitaniae/apache_exporter + # Apache Exporter for Prometheus Exports apache mod_status statistics via HTTP for Prometheus consumption. @@ -36,4 +38,4 @@ docker build -t apache_exporter . ``` docker run -d -p 9117:9117 apache_exporter \ -scrape_uri "https://your.server.com/server-status/?auto" -``` \ No newline at end of file +``` -- GitLab