You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
379 B
17 lines
379 B
2 years ago
|
prometheus_user: prometheus
|
||
|
prometheus_group: prometheus
|
||
|
|
||
|
prometheus_conf_dir: /etc/prometheus
|
||
|
prometheus_conf_file: "{{ prometheus_conf_dir }}/prometheus.yml"
|
||
|
prometheus_snmp_file: "{{ prometheus_conf_dir }}/snmp.yml"
|
||
|
prometheus_data_dir: /opt/tsdb
|
||
|
|
||
|
prometheus_port: 9090
|
||
|
prometheus_snmp_port: 9116
|
||
|
|
||
|
prometheus_default_config:
|
||
|
scrape_interval: '90s'
|
||
|
scrape_timeout: '10s'
|
||
|
|
||
|
|