Update file vmagent.yaml.j2
This commit is contained in:
parent
53ff6e7afe
commit
d23390161e
@ -19,6 +19,21 @@ scrape_configs:
|
||||
regex: '(.*):{{ monitoring_ports.node_exporter }}'
|
||||
replacement: '${1}'
|
||||
|
||||
# ========== cAdvisor для мониторинга Docker на всех серверах ==========
|
||||
# - job_name: 'cadvisor'
|
||||
# static_configs:
|
||||
# - targets:
|
||||
#{% for server in monitoring_groups.cadvisor_servers %}
|
||||
# - '{{ server }}:{{ monitoring_ports.cadvisor }}'
|
||||
#{% endfor %}
|
||||
# scrape_interval: 30s
|
||||
# metrics_path: /metrics
|
||||
# relabel_configs:
|
||||
# - source_labels: [__address__]
|
||||
# target_label: instance
|
||||
# regex: '(.*):{{ monitoring_ports.cadvisor }}'
|
||||
# replacement: '${1}'
|
||||
|
||||
# ========== Proxmox VE ==========
|
||||
- job_name: 'proxmox'
|
||||
static_configs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user