Update file vmagent.yaml.j2
This commit is contained in:
parent
d23390161e
commit
02b5c31b5f
@ -19,21 +19,6 @@ scrape_configs:
|
|||||||
regex: '(.*):{{ monitoring_ports.node_exporter }}'
|
regex: '(.*):{{ monitoring_ports.node_exporter }}'
|
||||||
replacement: '${1}'
|
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 ==========
|
# ========== Proxmox VE ==========
|
||||||
- job_name: 'proxmox'
|
- job_name: 'proxmox'
|
||||||
static_configs:
|
static_configs:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user