formula-prometheus-ng/prometheus/defaults.yaml

53 lines
2.2 KiB
YAML

prometheus:
user: prometheus
group: prometheus
server:
version: 2.5.0.linux-amd64
install_dir: /opt
source: https://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus-2.5.0.linux-amd64.tar.gz
source_hash: https://github.com/prometheus/prometheus/releases/download/v2.5.0/sha256sums.txt
args:
config_file: /etc/prometheus/prometheus.yml
storage:
local_path: /var/lib/prometheus/metrics
alertmanager:
version: 0.15.3.linux-amd64
install_dir: /opt
source: https://github.com/prometheus/alertmanager/releases/download/v0.15.3/alertmanager-0.15.3.linux-amd64.tar.gz
source_hash: https://github.com/prometheus/alertmanager/releases/download/v0.15.3/sha256sums.txt
args:
config_file: /etc/alertmanager/alertmanager.yml
storage:
path: /var/lib/alertmanager
exporter:
node:
version: 0.17.0.linux-amd64
install_dir: /opt
source: https://github.com/prometheus/node_exporter/releases/download/v0.17.0/node_exporter-0.17.0.linux-amd64.tar.gz
source_hash: https://github.com/prometheus/node_exporter/releases/download/v0.17.0/sha256sums.txt
url: ""
args: []
blackbox:
version: 0.14.0.linux-amd64
install_dir: /opt
source: https://github.com/prometheus/blackbox_exporter/releases/download/v0.14.0/blackbox_exporter-0.14.0.linux-amd64.tar.gz
source_hash: https://github.com/prometheus/blackbox_exporter/releases/download/v0.14.0/sha256sums.txt
url: ""
args:
config_file: /etc/prometheus/blackbox_exporter.yml
haproxy:
version: 0.10.0.linux-amd64
install_dir: /opt
source: https://github.com/prometheus/haproxy_exporter/releases/download/v0.10.0/haproxy_exporter-0.10.0.linux-amd64.tar.gz
source_hash: https://github.com/prometheus/haproxy_exporter/releases/download/v0.10.0/sha256sums.txt
url: ""
args:
scrape_uri: 'unix:/run/haproxy/admin.sock'
rabbitmq:
version: 0.24.0.linux-amd64
install_dir: /opt
source: https://github.com/kbudde/rabbitmq_exporter/releases/download/v0.24.0/rabbitmq_exporter-0.24.0.linux-amd64.tar.gz
source_hash: sha256=dbbd44a5a4b4a22ba338b9732c014587bc11513a5d6d2e3e519fc313b1cc46d4
url: ""
args: []