Configuration

global:
  scrape_interval: 15s
  scrape_timeout: 10s
  evaluation_interval: 15s
scrape_configs:
- job_name: CodeFabrik - monitoring
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - localhost:9090
  - targets:
    - node-exporter:9100
  - targets:
    - cadvisor:8080
  - targets:
    - traefik:8080
- job_name: CodeFabrik - cloud
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.cloud.code-fabrik.com
  - targets:
    - cadvisor.cloud.code-fabrik.com
  basic_auth:
    username: monitor
    password: <secret>
- job_name: CodeFabrik - cloud-dev
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.cloud-dev.code-fabrik.com
  - targets:
    - cadvisor.cloud-dev.code-fabrik.com
  - targets:
    - node.cloud-dev.code-fabrik.com:8080
  basic_auth:
    username: monitor
    password: <secret>
- job_name: AnotherAwesome - services
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.services.anotherawesome.net
  - targets:
    - cadvisor.services.anotherawesome.net
  basic_auth:
    username: monitoring
    password: <secret>
- job_name: AnotherAwesome - test
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.test.anotherawesome.net
  - targets:
    - cadvisor.test.anotherawesome.net
  basic_auth:
    username: monitoring
    password: <secret>
- job_name: AnotherAwesome - worker
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.worker.anotherawesome.net
  - targets:
    - cadvisor.worker.anotherawesome.net
  basic_auth:
    username: monitoring
    password: <secret>
- job_name: AnotherAwesome - demo
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.demo.apparatgaming.com
  - targets:
    - cadvisor.demo.apparatgaming.com
  basic_auth:
    username: monitoring
    password: <secret>
- job_name: CodeFabrik - docker-mirror
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.docker-mirror.code-fabrik.com
  - targets:
    - cadvisor.docker-mirror.code-fabrik.com
  basic_auth:
    username: monitor
    password: <secret>
- job_name: Apparat - rmg-staging
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.rmg-staging.apparatgaming.com
  - targets:
    - cadvisor.rmg-staging.apparatgaming.com
  basic_auth:
    username: monitoring
    password: <secret>
- job_name: Apparat - BI database
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.bi-db.apparatgaming.net
  - targets:
    - cadvisor.bi-db.apparatgaming.net
  basic_auth:
    username: monitoring
    password: <secret>
- job_name: CodeFabrik - zeitfabrik-staging
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.zeitfabrik-staging.code-fabrik.com
  - targets:
    - cadvisor.zeitfabrik-staging.code-fabrik.com
  basic_auth:
    username: monitor
    password: <secret>
- job_name: CodeFabrik - zeitfabrik-monitoring
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.zeitfabrik-monitoring.code-fabrik.com
  - targets:
    - cadvisor.zeitfabrik-monitoring.code-fabrik.com
  basic_auth:
    username: monitor
    password: <secret>
- job_name: CodeFabrik - zeitfabrik-production
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.zeitfabrik-production.code-fabrik.com
  - targets:
    - cadvisor.zeitfabrik-production.code-fabrik.com
  basic_auth:
    username: monitor
    password: <secret>
- job_name: Unfold - services
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.services.unfld.net
  - targets:
    - cadvisor.services.unfld.net
  - targets:
    - node.services.unfld.net:8080
  basic_auth:
    username: monitor
    password: <secret>
- job_name: Unfold - worker
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.worker.unfld.net
  - targets:
    - cadvisor.worker.unfld.net
  - targets:
    - node.worker.unfld.net:8080
  basic_auth:
    username: monitor
    password: <secret>
- job_name: Unfold - logging-whow
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.logging.whow.unfld.net
  - targets:
    - cadvisor.logging.whow.unfld.net
  - targets:
    - node.logging.whow.unfld.net:8080
  basic_auth:
    username: monitor
    password: <secret>
- job_name: Unfold - whow-develop
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.whow-develop.unfld.net
  - targets:
    - cadvisor.whow-develop.unfld.net
  - targets:
    - node.whow-develop.unfld.net:8080
  basic_auth:
    username: monitor
    password: <secret>
- job_name: Unfold - whow-backoffice
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.back-office.rgs.unfld.net
  - targets:
    - cadvisor.back-office.rgs.unfld.net
  - targets:
    - node.back-office.rgs.unfld.net:8080
  basic_auth:
    username: monitor
    password: <secret>
- job_name: Unfold - test
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node.test.unfld.net
  - targets:
    - cadvisor.test.unfld.net
  - targets:
    - node.test.unfld.net:8080
  basic_auth:
    username: monitor
    password: <secret>
- job_name: Unfold - tracking
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node-tracking.gamesrvr.net
  basic_auth:
    username: monitor
    password: <secret>
- job_name: Unfold - rmg-back-office
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - node-rmg-back-office.gamesrvr.net
  basic_auth:
    username: monitor
    password: <secret>