This commit is contained in:
parent
d9d6000cec
commit
3b13f28dc8
@ -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:
|
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/.
|
Prometheus Jellyseer Exporter will now be reachable at http://localhost:9223/.
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ scrape_configs:
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 192.168.1.2:9223 # Jellyseer server with Jellyseer exporter.
|
- 192.168.1.2:9223 # Jellyseer server with Jellyseer exporter.
|
||||||
metrics_path: /pve
|
metrics_path: /jellyseer
|
||||||
params:
|
params:
|
||||||
module: [default]
|
module: [default]
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user