Sha256: aae7d52a4d2fdca7a6fd6bd17ace61d01e8b76b19b0dfbae5031c62e2d08c50a

Contents?: true

Size: 618 Bytes

Versions: 17

Compression:

Stored size: 618 Bytes

Contents

# Sample config for Prometheus.

global:
  scrape_interval:     15s
  evaluation_interval: 15s


  external_labels:
      monitor: 'example'


rule_files:
  # - "first.rules"
  # - "second.rules"

# himself
scrape_configs:
  - job_name: 'prometheus'
    scrape_interval: 5s
    scrape_timeout: 5s
    static_configs:
      - targets: ['{{ groups['supervision_master'][0] }}:9090']

 # PushGateway
  - job_name: node
    static_configs:
      - targets: ['{{ groups['supervision_gateway'][0] }}:9091']

alerting:
  alertmanagers:
  - static_configs:
    - targets:
      -  '{{ groups['supervision_master'][0] }}:9093'

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
prometheus-splash-0.9.1 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.9.0 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.8.6 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.8.5 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.8.4 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.8.3 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.8.2 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.8.1 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.8.0 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.7.0 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.6.1 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.6.0 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.5.3 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.5.2 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.5.0 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.4.5 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2
prometheus-splash-0.4.4 templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2