Add the stand-alone data collector for DRBD
authorMichele Tartara <mtartara@google.com>
Tue, 27 Nov 2012 09:16:45 +0000 (10:16 +0100)
committerMichele Tartara <mtartara@google.com>
Wed, 12 Dec 2012 12:09:34 +0000 (13:09 +0100)
commit332b1340479fd50ed39f6d9cd84c646e229ae9a9
treedf877d342ff183556ab75ae4cb67ba31708f98fa
parent61e062dd958dd0300d1afe220668ea4554e2dc4f
Add the stand-alone data collector for DRBD

It is implemented as a single binary receiving, as its first parameter,
the name of the actual data collector to be run.
This way, its structure can be used for all the future data collectors.

Also, factored out of bdev.py into constants.py the location of the DRBD
status file.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
.gitignore
Makefile.am
htools/Ganeti/DataCollectors/Drbd.hs [new file with mode: 0644]
htools/Ganeti/DataCollectors/Program.hs [new file with mode: 0644]
htools/mon-collector.hs [new file with mode: 0644]
man/footer.rst
man/mon-collector.rst [new file with mode: 0644]