Prometheus - Fixes (#382)

Updated external port
Dont forget the HealthCheck
Updated graphs
This commit is contained in:
Edward Marshall
2017-01-06 16:33:01 +00:00
committed by Bill Maxwell
parent 1fb913de9e
commit 83345b2551
4 changed files with 154 additions and 1 deletions
@@ -0,0 +1,51 @@
.catalog:
name: "Prometheus"
version: "2.1.0"
description: "Prometheus Monitoring Solution"
uuid: prometheus-2
minimum_rancher_version: v1.1.99
questions:
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
health_check:
port: 9173
interval: 5000
unhealthy_threshold: 3
request_line: ''
healthy_threshold: 2
response_timeout: 5000