Files
configpolicy/roles/vmagent/templates/vmagent.sysconfig.j2
Dustin C. Hatch 60505657f3 r/vmagent: Deploy vmagent
The *vmagent* role installs and configures the scraping and routing
agent used in the Victoria Metrics ecosystem.
2022-08-10 22:18:43 -05:00

5 lines
145 B
Django/Jinja

remoteWrite_url={{ vmagent_remotewrite_url }}
{% if vmagent_config is not none %}
promscrape_config=/etc/victoria-metrics/scrape.yml
{% endif %}