Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / DataCollectors / CLI.hs @ 55abd2c7

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
55abd2c7 12/19/2012 01:10 pm Iustin Pop

Add a custom CLI module for DataCollectors

Currently, the mon-collector binary uses the HTools/CLI module, which
is OK but mean it links in lots of htools code. By copying that module
to DataCollectors/CLI and removing the unneeded code, we reduce the
number of modules it depends on fro 20 to 12, meaning both a shorter...