Skip to content

Commit

Permalink
fix: update node exporter hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 4, 2024
1 parent adf9049 commit 46dc9da
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ prometheus:
- job_name: 'haproxy'
static_configs:
- targets:
- 'jump-k8s.lab:8404'
- 'jump.lab:8404'
- 'k8s.lab:8404'

- job_name: 'mysql'
- job_name: 'mariadb'
static_configs:
- targets:
- 'mariadb-1.lab:9104'
Expand All @@ -218,8 +218,7 @@ prometheus:
- 'lb-2.lab:9100'
- 'vpn-1.lab:9100'
- 'vpn-2.lab:9100'
- 'jump-k8s.lab:9100'
- 'bedroom.lab:9100'
- 'jump.lab:9100'
- 'proxmox-1.lab:9100'
- 'proxmox-2.lab:9100'
- 'k3s-control-1.lab:9100'
Expand Down

0 comments on commit 46dc9da

Please sign in to comment.