80 lines
1.9 KiB
YAML
80 lines
1.9 KiB
YAML
global:
|
|
scrape_interval: 15s # By default, scrape targets every 15 seconds.
|
|
|
|
# Attach these labels to any time series or alerts when communicating with
|
|
# external systems (federation, remote storage, Alertmanager).
|
|
# external_labels:
|
|
# monitor: 'codelab-monitor'
|
|
|
|
# A scrape configuration containing exactly one endpoint to scrape:
|
|
# Here it's Prometheus itself.
|
|
scrape_configs:
|
|
- job_name: "Prometheus Server"
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ["5.75.153.161:9090"]
|
|
|
|
- job_name: 'node'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['5.75.153.161:9100']
|
|
|
|
- job_name: "Phx Yuri"
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ["162.55.52.253: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"]
|
|
|
|
- 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"] |