formula-prometheus-ng/prometheus/defaults.yaml

40 lines
1.6 KiB
YAML
Raw Normal View History

2016-10-04 11:03:07 -04:00
prometheus:
server:
2016-12-12 06:43:54 -05:00
version: 1.4.1.linux-amd64
2016-10-04 11:03:07 -04:00
install_dir: /opt
source: https://github.com/prometheus/prometheus/releases/download/v1.4.1/prometheus-1.4.1.linux-amd64.tar.gz
2016-12-12 06:43:54 -05:00
source_hash: sha1=3e78173e7d65623e79e0292da16e6155de947185
2016-10-04 11:03:07 -04:00
args:
config_file: /etc/prometheus/prometheus.yml
storage:
local_path: /var/lib/prometheus/metrics
alertmanager:
2016-12-12 06:42:25 -05:00
version: 0.5.1.linux-amd64
2016-10-04 11:03:07 -04:00
install_dir: /opt
2016-12-12 06:42:25 -05:00
source: https://github.com/prometheus/alertmanager/releases/download/v0.5.1/alertmanager-0.5.1.linux-amd64.tar.gz
source_hash: sha1=8f82ccc0db806991256084faee9335353d8e3f0d
2016-10-04 11:03:07 -04:00
args:
config_file: /etc/alertmanager/alertmanager.yml
storage:
path: /var/lib/alertmanager
exporters:
node:
version: 0.13.0.linux-amd64
2016-10-04 11:03:07 -04:00
install_dir: /opt
source: https://github.com/prometheus/node_exporter/releases/download/v0.13.0/node_exporter-0.13.0.linux-amd64.tar.gz
source_hash: sha1=84ca5f711962319f6f7823208b9d867ab1c0e3e7
2016-12-12 07:44:45 -05:00
blackbox:
version: 0.3.0.linux-amd64
install_dir: /opt
source: https://github.com/prometheus/blackbox_exporter/releases/download/v0.3.0/blackbox_exporter-0.3.0.linux-amd64.tar.gz
source_hash: sha1=89ac98c062315ba35eda257ca88c8c4b43f38d47
args:
config_file: /etc/prometheus/blackbox_exporter.yml
2016-12-12 12:45:30 -05:00
haproxy:
version: 0.7.1.linux-amd64
install_dir: /opt
source: https://github.com/prometheus/haproxy_exporter/releases/download/v0.7.1/haproxy_exporter-0.7.1.linux-amd64.tar.gz
source_hash: sha1=56849253e280db3db2aa80f1013ecfe242536d32
args:
scrape_uri: 'unix:/run/haproxy/admin.sock'