diff --git a/yandextank/plugins/Telegraf/collector.py b/yandextank/plugins/Telegraf/collector.py index 16b3082..560262c 100644 --- a/yandextank/plugins/Telegraf/collector.py +++ b/yandextank/plugins/Telegraf/collector.py @@ -74,7 +74,7 @@ class MonitoringCollector(object): "timestamp": ts, "data": { agent.host: { - "comment": "test", + "comment": agent.config.get("comment", ""), "metrics": prepared_results } }