ma wbob/telegraf: re-enable mqtt output
This commit is contained in:
parent
9c46aa4ee0
commit
2c636e1657
@ -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 New Issue
Block a user