Skip to content

Commit

Permalink
Update default config file path in README.md (#125)
Browse files Browse the repository at this point in the history
* Update default config file path in README.md

* Also edit config path in download path for default config file
  • Loading branch information
nikolas2111 authored Aug 20, 2024
1 parent 2e0a1cb commit b40dea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b40dea9

Please sign in to comment.