Update README.md
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Amazed 2023-10-28 21:49:54 +02:00
parent d9d6000cec
commit 3b13f28dc8
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ docker run -it --rm git.hipstercat.fr/hipstercat/jellyseer-exporter:main --help
Example: Run the image with a mounted configuration file and published port:
```
docker run --init --name prometheus-jellyseer-exporter -d -p 127.0.0.1:9223:9223 -v /path/to/pve.yml:/etc/pve.yml git.hipstercat.fr/hipstercat/jellyseer-exporter:main
docker run --init --name prometheus-jellyseer-exporter -d -p 127.0.0.1:9223:9223 -v /path/to/jellyseer.yml:/etc/jellyseer.yml git.hipstercat.fr/hipstercat/jellyseer-exporter:main
```
Prometheus Jellyseer Exporter will now be reachable at http://localhost:9223/.
@ -60,7 +60,7 @@ scrape_configs:
static_configs:
- targets:
- 192.168.1.2:9223 # Jellyseer server with Jellyseer exporter.
metrics_path: /pve
metrics_path: /jellyseer
params:
module: [default]
```