From b40dea9d5cb3a6c4995d1695dbd25379522cd10b Mon Sep 17 00:00:00 2001 From: Nikolas Rank <88087871+nikolas2111@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:16:07 +0200 Subject: [PATCH] Update default config file path in README.md (#125) * Update default config file path in README.md * Also edit config path in download path for default config file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9b43be..5887865 100644 --- a/README.md +++ b/README.md @@ -156,10 +156,10 @@ make release-docker-multi-arch ## Aerospike Prometheus Exporter Configuration -- Aerospike Prometheus Exporter requires a configuration file to run. Check [default configuration file](ape.toml). +- Aerospike Prometheus Exporter requires a configuration file to run. Check [default configuration file](configs/ape.toml). ```bash mkdir -p /etc/aerospike-prometheus-exporter - curl https://raw.githubusercontent.com/aerospike/aerospike-prometheus-exporter/master/ape.toml -o /etc/aerospike-prometheus-exporter/ape.toml + curl https://raw.githubusercontent.com/aerospike/aerospike-prometheus-exporter/master/configs/ape.toml -o /etc/aerospike-prometheus-exporter/ape.toml ``` - Edit `/etc/aerospike-prometheus-exporter/ape.toml` to add `db_host` (default `localhost`) and `db_port` (default `3000`) to point to an Aerospike server IP and port.