community-catalog/templates/Prometheus/2/rancher-compose.yml
Edward Marshall c4637677e8 Updated prometheus config to be version 1 compliant (#256)
Updates to Prometheus config

Actually updated the version this time
2016-08-26 12:11:51 -04:00

58 lines
1.0 KiB
YAML

.catalog:
name: "Prometheus"
version: "1.3.0"
description: "Prometheus Monitoring Solution"
uuid: prometheus-2
minimum_rancher_version: v0.59.0
questions:
ranch-eye:
upgrade_strategy:
start_first: true
node-exporter:
upgrade_strategy:
start_first: true
prometheus:
scale: 1
health_check:
port: 9090
interval: 5000
unhealthy_threshold: 3
request_line: ''
healthy_threshold: 2
response_timeout: 5000
influxdb:
scale: 1
health_check:
port: 8086
interval: 5000
unhealthy_threshold: 3
request_line: ''
healthy_threshold: 2
response_timeout: 5000
grafana:
scale: 1
health_check:
port: 3000
interval: 5000
unhealthy_threshold: 3
request_line: ''
healthy_threshold: 2
response_timeout: 5000
prometheus-rancher-exporter:
scale: 1
upgrade_strategy:
start_first: true
health_check:
port: 9010
interval: 5000
unhealthy_threshold: 3
request_line: ''
healthy_threshold: 2
response_timeout: 5000