diff options
author | pmikus <pmikus@cisco.com> | 2021-08-04 13:11:35 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-08-04 13:16:27 +0000 |
commit | 5b5790e52de6562ec6d5e6a9ddf2df24f8be7993 (patch) | |
tree | a56b80eca2cd3bf33426a1b58b2c96ebd0e5cf09 /fdio.infra.terraform/1n_nmd/prometheus/conf | |
parent | 8e1dfc4ab336302999f91ea0386093b0bc879974 (diff) |
Infra: Update monitoring for new layout
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I299515fc676a9995e006bbb197068160044dbd98
Diffstat (limited to 'fdio.infra.terraform/1n_nmd/prometheus/conf')
-rw-r--r-- | fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl b/fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl index 3d0b2c2eef..4451d72f7a 100644 --- a/fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl +++ b/fdio.infra.terraform/1n_nmd/prometheus/conf/nomad/prometheus.hcl @@ -476,13 +476,13 @@ scrape_configs: - job_name: 'Consul Cluster' static_configs: + - targets: [ '10.30.51.22:8500' ] + - targets: [ '10.30.51.24:8500' ] + - targets: [ '10.30.51.25:8500' ] + - targets: [ '10.30.51.26:8500' ] - targets: [ '10.30.51.28:8500' ] - targets: [ '10.30.51.29:8500' ] - targets: [ '10.30.51.30:8500' ] - - targets: [ '10.30.51.32:8500' ] - - targets: [ '10.30.51.33:8500' ] - - targets: [ '10.30.51.34:8500' ] - - targets: [ '10.30.51.35:8500' ] - targets: [ '10.30.51.39:8500' ] - targets: [ '10.30.51.40:8500' ] - targets: [ '10.30.51.50:8500' ] @@ -505,7 +505,7 @@ scrape_configs: static_configs: - targets: [ 'gerrit.fd.io' ] - targets: [ 'jenkins.fd.io' ] - - targets: [ '10.30.51.32' ] + - targets: [ '10.32.8.17' ] params: module: [ 'icmp_v4' ] relabel_configs: @@ -534,7 +534,7 @@ scrape_configs: - job_name: 'Jenkins Job Health Exporter' static_configs: - - targets: [ '10.30.51.32:9186' ] + - targets: [ '10.30.51.22:9186' ] metric_relabel_configs: - source_labels: [ __name__ ] regex: '^(vpp.*|csit.*)_(success|failure|total|unstable|reqtime_ms)$' @@ -548,13 +548,13 @@ scrape_configs: - job_name: 'Node Exporter' static_configs: + - targets: [ '10.30.51.22:9100' ] + - targets: [ '10.30.51.24:9100' ] + - targets: [ '10.30.51.25:9100' ] + - targets: [ '10.30.51.26:9100' ] - targets: [ '10.30.51.28:9100' ] - targets: [ '10.30.51.29:9100' ] - targets: [ '10.30.51.30:9100' ] - - targets: [ '10.30.51.32:9100' ] - - targets: [ '10.30.51.33:9100' ] - - targets: [ '10.30.51.34:9100' ] - - targets: [ '10.30.51.35:9100' ] - targets: [ '10.30.51.39:9100' ] - targets: [ '10.30.51.40:9100' ] - targets: [ '10.30.51.50:9100' ] |