mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
Merge pull request #360 from nnugumanov/release-1.8.35
disguise hostname by default
This commit is contained in:
commit
5adaeac1bc
@ -5,7 +5,6 @@ plugin_ShellExec=yandextank.plugins.ShellExec
|
||||
plugin_phantom=yandextank.plugins.Phantom
|
||||
plugin_aggregate=yandextank.plugins.Aggregator
|
||||
plugin_autostop=yandextank.plugins.Autostop
|
||||
;plugin_monitoring=yandextank.plugins.Monitoring
|
||||
plugin_telegraf=yandextank.plugins.Telegraf
|
||||
plugin_console=yandextank.plugins.Console
|
||||
plugin_tips=yandextank.plugins.TipsAndTricks
|
||||
@ -21,3 +20,9 @@ ammo_type=caseline
|
||||
|
||||
[overload]
|
||||
api_address=https://overload.yandex.net/
|
||||
|
||||
[telegraf]
|
||||
disguise_hostnames=1
|
||||
|
||||
[monitoring]
|
||||
disguise_hostnames=1
|
||||
|
@ -5,7 +5,7 @@ plugin_ShellExec=yandextank.plugins.ShellExec
|
||||
plugin_phantom=yandextank.plugins.Phantom
|
||||
plugin_aggregate=yandextank.plugins.Aggregator
|
||||
plugin_autostop=yandextank.plugins.Autostop
|
||||
plugin_monitoring=yandextank.plugins.Telegraf
|
||||
plugin_telegraf=yandextank.plugins.Telegraf
|
||||
plugin_console=yandextank.plugins.Console
|
||||
plugin_tips=yandextank.plugins.TipsAndTricks
|
||||
plugin_rcassert=yandextank.plugins.RCAssert
|
||||
@ -17,3 +17,9 @@ ammo_type=caseline
|
||||
|
||||
[overload]
|
||||
api_address=https://overload.yandex.net/
|
||||
|
||||
[telegraf]
|
||||
disguise_hostnames=1
|
||||
|
||||
[monitoring]
|
||||
disguise_hostnames=1
|
||||
|
Loading…
Reference in New Issue
Block a user