mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
feat(prometheus): add node, pihole and ollama exporters to be scraped
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user