test
This commit is contained in:
parent
d5738e26de
commit
460f5e1304
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
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 = {
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
report_active = false;
|
report_active = false;
|
||||||
};
|
};
|
||||||
disk = {
|
disk = {
|
||||||
ignore_fs = '["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]';
|
ignore_fs = "['tmpfs', 'devtmpfs', 'devfs', 'iso9660', 'overlay', 'aufs', 'squashfs']";
|
||||||
};
|
};
|
||||||
diskio = {};
|
diskio = {};
|
||||||
kernel = {};
|
kernel = {};
|
||||||
|
|
Loading…
Reference in a new issue