stats/telegraf: disable mqtt output
This commit is contained in:
parent
edfcd18ea4
commit
d8c03b74fa
|
@ -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