ma wbob/telegraf: re-enable mqtt output
This commit is contained in:
parent
59442323ac
commit
716aec58fd
|
@ -17,13 +17,13 @@ in {
|
|||
# data_format = "influx";
|
||||
#}];
|
||||
|
||||
#mqtt = [{
|
||||
# servers = [ mqtt_server ];
|
||||
# topic_prefix = "/telegraf";
|
||||
# data_format = "json";
|
||||
# qos = 0;
|
||||
# batch = false;
|
||||
#}];
|
||||
mqtt = [{
|
||||
servers = [ mqtt_server ];
|
||||
topic_prefix = "/telegraf";
|
||||
data_format = "json";
|
||||
qos = 0;
|
||||
batch = false;
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue