Add the core of the instance status collector
authorMichele Tartara <mtartara@google.com>
Thu, 25 Apr 2013 14:28:58 +0000 (14:28 +0000)
committerMichele Tartara <mtartara@google.com>
Mon, 13 May 2013 13:20:25 +0000 (14:20 +0100)
commitd7e9323b920ead6f65d565d2ba47588a5a11932f
treecc5e24cb741b505e5a0378b9dafee9645af78b29
parent45ee86764f2707533f95cb1d2a15701c421fe3c0
Add the core of the instance status collector

Add the Xen instance status data collector with only its core features.
The next commits will add more reporting functionalities.

The access to the collector is made possible through the mon-collector
tool.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
Makefile.am
src/Ganeti/DataCollectors/InstStatus.hs [new file with mode: 0644]
src/Ganeti/DataCollectors/InstStatusTypes.hs [new file with mode: 0644]
src/Ganeti/DataCollectors/Program.hs