67 lines
3 KiB
YAML
67 lines
3 KiB
YAML
prometheus:
|
|
user: prometheus
|
|
group: prometheus
|
|
server:
|
|
version: 2.9.2.linux-amd64
|
|
install_dir: /opt
|
|
source: https://github.com/prometheus/prometheus/releases/download/v2.9.2/prometheus-2.9.2.linux-amd64.tar.gz
|
|
source_hash: https://github.com/prometheus/prometheus/releases/download/v2.9.2/sha256sums.txt
|
|
args:
|
|
config_file: /etc/prometheus/prometheus.yml
|
|
storage:
|
|
local_path: /var/lib/prometheus/metrics
|
|
url: https://prometheus.io/docs/introduction/overview/
|
|
alertmanager:
|
|
version: 0.17.0.linux-amd64
|
|
install_dir: /opt
|
|
source: https://github.com/prometheus/alertmanager/releases/download/v0.17.0/alertmanager-0.17.0.linux-amd64.tar.gz
|
|
source_hash: https://github.com/prometheus/alertmanager/releases/download/v0.17.0/sha256sums.txt
|
|
args:
|
|
config_file: /etc/alertmanager/alertmanager.yml
|
|
storage:
|
|
path: /var/lib/alertmanager
|
|
url: https://prometheus.io/docs/alerting/alertmanager/
|
|
exporter:
|
|
node:
|
|
version: 0.18.0.linux-amd64
|
|
install_dir: /opt
|
|
source: https://github.com/prometheus/node_exporter/releases/download/v0.18.0/node_exporter-0.18.0.linux-amd64.tar.gz
|
|
source_hash: https://github.com/prometheus/node_exporter/releases/download/v0.18.0/sha256sums.txt
|
|
args:
|
|
url: https://github.com/prometheus/node_exporter
|
|
service_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
|
|
args:
|
|
url: https://github.com/prometheus/blackbox_exporter
|
|
config_file: /etc/prometheus/blackbox_exporter.yml
|
|
service_args: []
|
|
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
|
|
args:
|
|
url: https://github.com/prometheus/haproxy_exporter
|
|
scrape_uri: 'unix:/run/haproxy/admin.sock'
|
|
service_args: []
|
|
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
|
|
args:
|
|
url: https://github.com/kbudde/rabbitmq_exporter
|
|
service_args: []
|
|
postgres:
|
|
version: 0.4.7_linux-amd64
|
|
install_dir: /opt
|
|
source: https://github.com/wrouesnel/postgres_exporter/releases/download/v0.4.7/postgres_exporter_v0.4.7_linux-amd64.tar.gz
|
|
source_hash: sha256=c34d61bb4deba8efae06fd3c9979b96dae3f3c757698ce3384c80fff586c667b
|
|
args:
|
|
url: https://github.com/wrouesnel/postgres_exporter
|
|
service_args: []
|
|
|