fix unused templates
This commit is contained in:
parent
4a0efc56e3
commit
a2af2c78ba
1 changed files with 1 additions and 5 deletions
|
@ -4,13 +4,9 @@ server:
|
|||
grpc_listen_port: 0
|
||||
|
||||
clients:
|
||||
- url: https://loki.callpipe.com/loki/api/v1/push
|
||||
- url: https://logs.janky.solutions
|
||||
external_labels:
|
||||
hostname: "{{ inventory_hostname }}"
|
||||
tls_config:
|
||||
ca_file: /etc/step/certs/root_ca.crt
|
||||
cert_file: /etc/step/certs/callpipe.crt
|
||||
key_file: /etc/step/certs/callpipe.key
|
||||
|
||||
scrape_configs:
|
||||
- job_name: journald
|
||||
|
|
Loading…
Reference in a new issue