mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
Merge pull request #247 from Tonsofattraction/patch-2
parse host comment from config;
This commit is contained in:
commit
a85894b4d1
@ -74,7 +74,7 @@ class MonitoringCollector(object):
|
|||||||
"timestamp": ts,
|
"timestamp": ts,
|
||||||
"data": {
|
"data": {
|
||||||
agent.host: {
|
agent.host: {
|
||||||
"comment": "test",
|
"comment": agent.config.get("comment", ""),
|
||||||
"metrics": prepared_results
|
"metrics": prepared_results
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user