Updated prometheus config to be version 1 compliant (#256)
Updates to Prometheus config Actually updated the version this time
This commit is contained in:
committed by
Bill Maxwell
parent
b1f224c4af
commit
c4637677e8
@@ -0,0 +1,57 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user