Files
lisglosips/infra/server-b/s06/prometheus/prometheus.yml
T

41 lines
804 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
external_labels:
environment: development
platform: lisglosips
rule_files:
- /etc/prometheus/rules/*.yml
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ["127.0.0.1:9090"]
- job_name: node
static_configs:
- targets: ["100.90.90.90:9100"]
labels:
server: server-a
- targets: ["127.0.0.1:9100"]
labels:
server: server-b
- job_name: mysql
static_configs:
- targets: ["127.0.0.1:9104"]
- job_name: postgresql_homer
static_configs:
- targets: ["127.0.0.1:9187"]
- job_name: redis
static_configs:
- targets: ["127.0.0.1:9121"]
- job_name: heplify_server
static_configs:
- targets: ["127.0.0.1:9096"]