diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-09-07 22:14:12 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-09-07 22:14:12 -0700 |
commit | b0c0189066a486f9da4a048c7780dbc640031d27 (patch) | |
tree | 6ad5997b7ce9e3d4a0232071f103622aca2395ca /playbooks/roles/mon/templates/volumes/prometheus | |
parent | 9859fc0ee7503d853b5d028f0594b6f885d27dc3 (diff) | |
download | infra-b0c0189066a486f9da4a048c7780dbc640031d27.tar.gz infra-b0c0189066a486f9da4a048c7780dbc640031d27.zip |
Remove portainer and add some monitoring updates
Diffstat (limited to 'playbooks/roles/mon/templates/volumes/prometheus')
-rw-r--r-- | playbooks/roles/mon/templates/volumes/prometheus/config.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/playbooks/roles/mon/templates/volumes/prometheus/config.yml b/playbooks/roles/mon/templates/volumes/prometheus/config.yml index be59f7f..7476367 100644 --- a/playbooks/roles/mon/templates/volumes/prometheus/config.yml +++ b/playbooks/roles/mon/templates/volumes/prometheus/config.yml @@ -1,5 +1,5 @@ global: - scrape_interval: 20s + scrape_interval: 30s scrape_configs: - job_name: prometheus @@ -22,6 +22,13 @@ scrape_configs: - targets: - traefik_traefik:5577 + - job_name: proxmox + static_configs: + - targets: + - piplup.liz.coffee:9001 + - togepi.liz.coffee:9001 + - roton.liz.coffee:9001 + - job_name: headscale static_configs: - targets: |