diff --git a/callibrate.py b/tools/callibrate.py similarity index 99% rename from callibrate.py rename to tools/callibrate.py index 6d16a9fae..b10b9d426 100755 --- a/callibrate.py +++ b/tools/callibrate.py @@ -32,7 +32,7 @@ # You should never need to change in the usual case TMP_FOLDER = '/tmp/green-metrics-tool' LOG_LEVELS = ['debug', 'info', 'warning', 'error', 'critical'] -CONF_FILE = 'config.yml' +CONF_FILE = '../config.yml' # Globals metric_providers= []