feat(prometheus): add node, pihole and ollama exporters to be scraped

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-07-05 19:37:46 +00:00
parent d294e44129
commit 5618e6b3c4
+15
View File
@@ -32,3 +32,18 @@ scrape_configs:
static_configs:
- targets:
- opengist:3021
- job_name: node
static_configs:
- targets:
- 192.168.100.32:5040
- job_name: pihole-exporter
static_configs:
- targets:
- pihole-exporter:2051
- job_name: ollama-exporter
static_configs:
- targets:
- ollama-exporter:5021