feat: job specific file sd configs
Some checks failed
Ansible Lint Check / lint (push) Failing after 1m4s
Some checks failed
Ansible Lint Check / lint (push) Failing after 1m4s
This commit is contained in:
parent
0d92344f16
commit
0f524cf9a1
1 changed files with 13 additions and 1 deletions
|
|
@ -28,7 +28,19 @@ scrape_configs:
|
|||
{% endfor %}
|
||||
file_sd_configs:
|
||||
- files:
|
||||
- "/file-configs/*.yml"
|
||||
- "/file-configs/*.node.yml"
|
||||
|
||||
- job_name: 'node_clearnet'
|
||||
scrape_interval: 5s
|
||||
scheme: https
|
||||
basic_auth:
|
||||
username: metrics
|
||||
password: "{{ node_exporter_password }}"
|
||||
tls_config:
|
||||
insecure_skip_verify: true
|
||||
file_sd_configs:
|
||||
- files:
|
||||
- "/file-configs/*.oldnode.yml"
|
||||
|
||||
alerting:
|
||||
alertmanagers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue