This commit is contained in:
iFargle 2023-07-05 19:53:01 +09:00
parent 507af84adf
commit 263ebce2fc

View file

@ -21,10 +21,10 @@
outputs = { outputs = {
influxdb_v2 = { influxdb_v2 = {
urls = [ "https://influx.sysctl.io/" ]; urls = [ "https://influx.sysctl.io/" ];
token = "${TELEGRAF_TOKEN}"; token = "$TELEGRAF_TOKEN";
organization = "default"; organization = "default";
bucket = "telegrafdb"; bucket = "telegrafdb";
http_headers = '{ "Authorization = Token ${TELEGRAF_TOKEN}" }'; http_headers = "{ \"Authorization = Token $TELEGRAF_TOKEN}" }";
}; };
}; };
inputs = { inputs = {