-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmain.yml
71 lines (56 loc) · 1.55 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
exporter_exporter_version: 0.3.0
exporter_exporter_system_group: "exp-exp"
exporter_exporter_system_additional_groups: ''
exporter_exporter_system_user: "{{ exporter_exporter_system_group }}"
exporter_exporter_web_listen_address: "0.0.0.0:9999"
exporter_exporter_config_file: /etc/expexp.yaml
# config.dirs and config.skip-dirs configurations are not supported
exporter_exporter_web_bearer_token: ''
# OR
exporter_exporter_web_bearer_token_file: ''
exporter_exporter_web_proxy_path: ''
exporter_exporter_web_telemetry_path: ''
exporter_exporter_web_tls_ca: ''
exporter_exporter_web_tls_cert: ''
exporter_exporter_web_tls_key: ''
exporter_exporter_web_tls_listen_address: ''
exporter_exporter_web_tls_verify: false
exporter_exporter_ca_file: ''
exporter_exporter_cert_file: ''
exporter_exporter_key_file: ''
exporter_exporter_certs_path: ''
exporter_exporter_cert_owner: ''
exporter_exporter_cert_group: ''
exporter_exporter_cert_mode: ''
exporter_exporter_key_path: ''
exporter_exporter_key_owner: ''
exporter_exporter_key_group: ''
exporter_exporter_key_mode: ''
exporter_exporter_configuration:
# Mandatory, example
# modules:
# node:
# method: http
# http:
# port: 9100
# mtail:
# method: http
# http:
# port: 3903
# cadvisor:
# verify: false
# method: http
# http:
# port: 4194
# somescript:
# method: exec
# timeout: 1s
# exec:
# command: /tmp/myscript.sh
# args:
# - "myarg1"
# - "myarg2"
# env:
# THING: "1"
# THING2: "2"