Re: [PATCH master] Add monitoring HTTP API structure
On Thu, Mar 7, 2013 at 8:10 AM, Michele Tartara wrote: > Add all the supported commands to the API. > The actual response is still to be implemented. > > Signed-off-by: Michele Tartara LGTM Thanks, Guido
[PATCH master] Add monitoring HTTP API structure
Add all the supported commands to the API. The actual response is still to be implemented. Signed-off-by: Michele Tartara --- src/Ganeti/Monitoring/Server.hs | 48 +++ 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/src/Ganeti/Monitoring/Serve