@@ -33,6 +33,7 @@ Role Variables
33
33
prometheus_install : true
34
34
prometheus_node_exporter_install : true
35
35
prometheus_alert_manager_install : true
36
+ prometheus_push_gateway_install : false
36
37
37
38
prometheus_owner : ' prometheus'
38
39
prometheus_group : ' prometheus'
@@ -57,6 +58,9 @@ prometheus_node_exporter_version: '0.14.0'
57
58
# Alert manager
58
59
prometheus_alert_manager_version : ' 0.8.0'
59
60
61
+ # Pushgateway
62
+ prometheus_push_gateway_version : ' 0.4.0'
63
+
60
64
# Prometheus
61
65
# https://prometheus.io/docs/operating/configuration/
62
66
@@ -96,11 +100,6 @@ prometheus_config_scrape_configs:
96
100
consul_sd_configs :
97
101
- server : " localhost:8500"
98
102
99
- # - job_name: service-marathon
100
- # marathon_sd_configs:
101
- # - servers:
102
- # - 'http://localhost.com:8080'
103
-
104
103
# == ALERT MANAGER ==
105
104
prometheus_alertmanager__notification_queue_capacity : 10000
106
105
# The capacity of the queue for pending alert manager notifications.
@@ -264,7 +263,7 @@ prometheus_collector__ntp__server:
264
263
# NTP server to use for ntp.
265
264
prometheus_collector__procfs :
266
265
# procfs mountpoint. (default "/proc")
267
- prometheus_collector__runit__servicedir :
266
+ prometheus_collector__runit__servicedir : ' /etc/service '
268
267
# Path to runit service directory. (default "/etc/service")
269
268
prometheus_collector__supervisord__url :
270
269
# XML RPC endpoint (default "http://localhost:9001/RPC2")
0 commit comments