diff --git a/server/core/config_runtime.cc b/server/core/config_runtime.cc index 84f564d65..e15f56ee2 100644 --- a/server/core/config_runtime.cc +++ b/server/core/config_runtime.cc @@ -1949,6 +1949,10 @@ MXS_MONITOR* runtime_create_monitor_from_json(json_t* json) runtime_destroy_monitor(rval); rval = NULL; } + else + { + monitor_start(rval, rval->parameters); + } } }