6 lines
165 B
Django/Jinja
6 lines
165 B
Django/Jinja
- job_name: 'prometheus'
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
relabel_configs:
|
|
- replacement: '{{ inventory_hostname }}'
|
|
target_label: instance
|