formula-prometheus-ng/prometheus/defaults.yaml

71 lines
3.1 KiB
YAML
Raw Normal View History

2016-10-04 11:03:07 -04:00
prometheus:
user: prometheus
group: prometheus
2016-10-04 11:03:07 -04:00
server:
2019-05-10 04:29:36 -04:00
version: 2.9.2.linux-amd64
2016-10-04 11:03:07 -04:00
install_dir: /opt
2019-05-10 04:29:36 -04:00
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
2016-10-04 11:03:07 -04:00
args:
config_file: /etc/prometheus/prometheus.yml
rules_path: /etc/prometheus/rules
2016-10-04 11:03:07 -04:00
storage:
local_path: /var/lib/prometheus/metrics
2019-05-10 03:14:12 -04:00
url: https://prometheus.io/docs/introduction/overview/
2016-10-04 11:03:07 -04:00
alertmanager:
2019-05-10 04:37:39 -04:00
version: 0.17.0.linux-amd64
2016-10-04 11:03:07 -04:00
install_dir: /opt
2019-05-10 04:37:39 -04:00
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
2016-10-04 11:03:07 -04:00
args:
config_file: /etc/alertmanager/alertmanager.yml
storage:
path: /var/lib/alertmanager
url: https://prometheus.io/docs/alerting/alertmanager/
exporter:
2016-10-04 11:03:07 -04:00
node:
2019-05-10 04:40:36 -04:00
version: 0.18.0.linux-amd64
2016-10-04 11:03:07 -04:00
install_dir: /opt
2019-05-10 04:40:36 -04:00
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: []
2016-12-12 07:44:45 -05:00
blackbox:
version: 0.14.0.linux-amd64
2016-12-12 07:44:45 -05:00
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
2016-12-12 07:44:45 -05:00
args:
url: https://github.com/prometheus/blackbox_exporter
2016-12-12 07:44:45 -05:00
config_file: /etc/prometheus/blackbox_exporter.yml
service_args: []
2016-12-12 12:45:30 -05:00
haproxy:
version: 0.10.0.linux-amd64
2016-12-12 12:45:30 -05:00
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
2016-12-12 12:45:30 -05:00
args:
url: https://github.com/prometheus/haproxy_exporter
scrape_uri: 'unix:/run/haproxy/admin.sock'
service_args: []
2017-11-21 06:23:50 -05:00
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: []
2019-05-13 11:20:37 -04:00
postgres:
2019-05-13 11:11:04 -04:00
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
2019-05-13 15:16:12 -04:00
user: postgres
group: postgres
2019-05-13 11:11:04 -04:00
service_args: []