🚑 Fix hostname
This commit is contained in:
parent
6077bb0d78
commit
e66431d9b6
@ -91,12 +91,12 @@ promtail_scrape_config:
|
||||
journal:
|
||||
labels:
|
||||
job: node
|
||||
host: "{{ ansible_hostname }}"
|
||||
host: "{{ inventory_hostname }}"
|
||||
max_age: 12h
|
||||
relabel_configs:
|
||||
- source_labels:
|
||||
- __journal__systemd_unit
|
||||
target_label: unit
|
||||
- source_labels:
|
||||
- __journal__systemd_unit
|
||||
target_label: unit
|
||||
|
||||
promtail_target_config: []
|
||||
promtail_positions_config:
|
||||
|
Loading…
Reference in New Issue
Block a user