From 63f5cbc0ae660168d5797db78d3d1f8d75dff4ae Mon Sep 17 00:00:00 2001 From: Alexey Lavrenuke Date: Wed, 11 Jan 2017 18:24:24 +0300 Subject: [PATCH] fix base config --- setup.py | 2 +- yandextank/core/config/00-base.ini | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3257c45..1e245de 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='yandextank', - version='1.8.29-11', + version='1.8.29-12', description='a performance measurement tool', longer_description=''' Yandex.Tank is a performance measurement and load testing automatization tool. diff --git a/yandextank/core/config/00-base.ini b/yandextank/core/config/00-base.ini index 7213cfa..e02ea33 100644 --- a/yandextank/core/config/00-base.ini +++ b/yandextank/core/config/00-base.ini @@ -5,8 +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.Monitoring -plugin_telegraf=yandextank.plugins.Telegraf +plugin_monitoring=yandextank.plugins.Telegraf plugin_console=yandextank.plugins.Console plugin_tips=yandextank.plugins.TipsAndTricks plugin_rcassert=yandextank.plugins.RCAssert