Added missing prometheus.yml configuration on README file

This commit is contained in:
Vincent Composieux 2019-05-10 14:44:04 +02:00
parent 845bc85934
commit cc6acaf60c
No known key found for this signature in database
GPG Key ID: 7306974ABA6382AC
1 changed files with 9 additions and 0 deletions

View File

@ -85,6 +85,15 @@ $ ./pihole_exporter -pihole_hostname 192.168.1.10 -pihole_password azerty
...
```
Once the exporter is running, you also have to update your `prometheus.yml` configuration to let it scrape the exporter:
```yaml
scrape_configs:
- job_name: 'pihole'
static_configs:
- targets: ['localhost:9311']
```
## Available CLI options
```bash
# Interval of time the exporter will fetch data from PI-Hole