Update dashboard to default to datasource named "Prometheus" and not with a specific ID.

Updated some translations/naming.
This commit is contained in:
Vegard Fladby
2023-07-20 08:51:53 +02:00
parent f5f3926e0f
commit 9d5a7c0bef
3 changed files with 48 additions and 186 deletions

View File

@@ -24,7 +24,7 @@ docker run -e IMMICH_PORT=8010 -e IMMICH_HOST=192.168.178.1 -p 8000:8000 friendl
```
Add this to your prometheus.yml
```
- job_name: "qbittorrent_exporter"
- job_name: "immich_exporter"
static_configs:
- targets: ['yourimmichexporter:port']
```