-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yaml
50 lines (41 loc) · 1.01 KB
/
main.yaml
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
# Grafana Dashboard
grafana_http_port: 3000
grafana_admin_password: 'SUSE1234'
# Prometheus
prometheus_port: 9090
prometheus_args:
- storage.tsdb.retention.time=40d
- web.enable-lifecycle
- web.listen-address=:{{prometheus_port}}
# Prometheus Alertmanager
prometheus_alertmanager_port: 9093
prometheus_alertmanager_args:
- web.listen-address=:{{prometheus_alertmanager_port}}
# Node exporter
node_exporter_port: 9100
node_exporter_args:
- collector.systemd
- no-collector.mdadm
- collector.ksmd
- collector.meminfo_numa
- no-collector.rapl
- no-collector.zfs
- no-collector.udp_queues
- no-collector.softnet
- no-collector.sockstat
- no-collector.nfsd
- no-collector.netdev
- no-collector.infiniband
- no-collector.arp
- web.listen-address=:{{node_exporter_port}}
# Loki
loki_port: 3100
# Promtail
promtail_port: 9080
# Collectd
collectd_port: 9103
ping_target: 192.168.1.163 # Please change this IP to a valid one
# pcm: set port
pcm_port: 9738
pcm_args:
- p {{pcm_port}}