2019-04-24 18:18:44 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
|
|
|
prometheus:
|
2019-06-16 02:33:24 +02:00
|
|
|
dir: /opt/prometheus
|
|
|
|
base_dir: /opt/prometheus-2.10.0
|
2019-06-08 19:39:21 +02:00
|
|
|
version: '2.10.0'
|
|
|
|
pkg:
|
|
|
|
name: prometheus
|
|
|
|
binary: prometheus
|
|
|
|
use_upstream_archive: False
|
|
|
|
archive:
|
|
|
|
name: /opt
|
|
|
|
uri: https://github.com/prometheus/prometheus/releases/download/
|
|
|
|
source: None
|
2019-06-16 02:33:24 +02:00
|
|
|
source_hash: f4233783826f18606b79e5cef0686e4a9c2030146a3c7ce134f0add09f5adcb7 #linux amd64
|
2019-06-08 19:39:21 +02:00
|
|
|
trim_output: True
|
|
|
|
enforce_toplevel: True
|
2019-06-16 02:33:24 +02:00
|
|
|
archive_suffix: tar.gz
|
|
|
|
archive_format: tar
|
2019-04-24 18:18:44 +02:00
|
|
|
rootgroup: root
|
2019-06-08 19:39:21 +02:00
|
|
|
kernel: {{ grains.kernel | lower }}
|
2019-04-24 18:18:44 +02:00
|
|
|
config_file: /etc/prometheus/prometheus.yml
|
|
|
|
config: {}
|
2019-06-08 19:39:21 +02:00
|
|
|
environ_file: /etc/default/prometheus.sh
|
|
|
|
environ: []
|
2019-04-24 18:18:44 +02:00
|
|
|
service:
|
|
|
|
name: prometheus
|
2019-04-26 14:02:30 +02:00
|
|
|
user: prometheus
|
|
|
|
group: prometheus
|
2019-04-26 13:09:43 +02:00
|
|
|
exporters:
|
|
|
|
node:
|
2019-06-08 19:39:21 +02:00
|
|
|
pkg:
|
|
|
|
name: prometheus-node-exporter
|
2019-04-26 13:09:43 +02:00
|
|
|
service: prometheus-node-exporter
|
2019-06-16 02:33:24 +02:00
|
|
|
|
|
|
|
linux:
|
|
|
|
#'Alternatives system' priority: zero disables (default)
|
|
|
|
altpriority: 0
|