...so that they can be reused without depending on the HTools interface functions which are fatal in case of errors.
Signed-off-by: Klaus Aehlig <[email protected]> --- src/Ganeti/HTools/Backend/MonD.hs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Ganeti/HTools/Backend/MonD.hs b/src/Ganeti/HTools/Backend/MonD.hs index 744d52d..ad7e490 100644 --- a/src/Ganeti/HTools/Backend/MonD.hs +++ b/src/Ganeti/HTools/Backend/MonD.hs @@ -41,6 +41,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. module Ganeti.HTools.Backend.MonD ( queryAllMonDDCs , pMonDData + , Report(..) + , DataCollector + , dName + , fromCurl + , mkReport + , totalCPUCollector + , xenCPUCollector ) where import Control.Monad -- 2.4.3.573.g4eafbef
