#61 Add scrape job for exporter-nvidia

This commit is contained in:
Joey Hafner 2022-08-11 10:09:31 -07:00
parent 469a5224cc
commit 58245269c4

View File

@ -68,6 +68,11 @@ scrape_configs:
static_configs: static_configs:
- targets: ['exporter-qbittorrent:8000'] - targets: ['exporter-qbittorrent:8000']
- job_name: 'exporter-nvidia'
scrape_interval: 5s
static_configs:
- targets: ['exporter-nvidia:9445']
# scrape IoT devices # scrape IoT devices
- job_name: 'tasmota' - job_name: 'tasmota'
scrape_interval: 5s scrape_interval: 5s