diff --git a/engine/process.go b/engine/process.go index 4e2beb66..04409926 100644 --- a/engine/process.go +++ b/engine/process.go @@ -31,6 +31,7 @@ func processPing(process *process.Process) interface{} { res := map[string]interface{}{ "engine": share.BUILDNAME, "version": share.VERSION, + "root": config.Conf.Root, } return res }