👌 IMPROVE: Added All Phoenix Server
This commit is contained in:
@@ -9,30 +9,72 @@ global:
|
||||
# A scrape configuration containing exactly one endpoint to scrape:
|
||||
# Here it's Prometheus itself.
|
||||
scrape_configs:
|
||||
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
|
||||
- job_name: "Prometheus Server"
|
||||
# Override the global default and scrape targets from this job every 5 seconds.
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["localhost:9090"] # "10.2.0.0", "10.2.0.3", "10.2.0.4"
|
||||
|
||||
- job_name: "Phx Yuri Server"
|
||||
# Override the global default and scrape targets from this job every 5 seconds.
|
||||
- targets: ["5.75.153.161:9090"]
|
||||
|
||||
- job_name: 'node'
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["162.55.52.253:3000"]
|
||||
- job_name: "Demo"
|
||||
# Override the global default and scrape targets from this job every 5 seconds.
|
||||
- targets: ['5.75.153.161:9100']
|
||||
|
||||
- job_name: "Phx Yuri"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["demo.promlabs.com:10000"]
|
||||
- targets: ["162.55.52.253:9100"]
|
||||
|
||||
# Example job for node_exporter
|
||||
# - job_name: 'node_exporter'
|
||||
# static_configs:
|
||||
# - targets: ['node_exporter:9100']
|
||||
- job_name: "lhl"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["116.203.53.137:9100"]
|
||||
|
||||
- job_name: "Phx Beta RC"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["116.203.53.137:9100"]
|
||||
|
||||
- job_name: "Gitea"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["49.13.146.138:9100"]
|
||||
|
||||
- job_name: "Team City"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["23.88.107.109:9100"]
|
||||
|
||||
- job_name: "Ambio"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["116.203.28.202:9100"]
|
||||
|
||||
- job_name: "Trachtenmode Schmid"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["142.132.165.231:9100"]
|
||||
|
||||
# Example job for cadvisor
|
||||
# - job_name: 'cadvisor'
|
||||
# static_configs:
|
||||
# - targets: ['cadvisor:8080']
|
||||
- job_name: "Phx Internal"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["5.75.183.139:9100"]
|
||||
|
||||
- job_name: "Benzinger Demo"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["162.55.54.75:9100"]
|
||||
|
||||
- job_name: "CTS"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["116.203.75.215:9100"]
|
||||
|
||||
- job_name: "Ansible Master"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["167.235.254.4:9100"]
|
||||
|
||||
- job_name: "Alpha"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["157.90.161.42:9100"]
|
||||
Reference in New Issue
Block a user