# Where to write collected metric. Required. You may add additional stores # using the --remoteWrite.url="..." in ARGS= below. Default VMDB: #DB_URL=http://localhost:8428/api/v1/write # Where to store temp. data (passed via --remoteWrite.tmpDataPath). Default: #DATA_DIR=/var/lib/vmagent # Any options to pass verbatim to the vmagent. See 'vmagent -h'. # # Interesting options/flags and their defaults: # '--httpAuth.password=secret', '--httpAuth.username=' # '--tls=false', '--tlsCertFile=""', '--tlsKeyFile=secret' # '--http.pathPrefix=','--http.disableResponseCompression' # '--httpListenAddr=8429', '--graphiteListenAddr=', '--influxListenAddr=' # '--opentsdbHTTPListenAddr=4242', '--opentsdbListenAddr=4242' # '--promscrape.config', '--promscrape.disableCompression' # '--promscrape.disableKeepAlive=true' # Multiple Args allowed: for every --remoteWrite.url in the same order # '--remoteWrite.basicAuth.username="secret,..."' # '--remoteWrite.basicAuth.password="secret,..."' ARGS="--remoteWrite.flushInterval=5s"