In this way, maintD can treat RSS observations in the same way as hbal does.
Signed-off-by: Klaus Aehlig <[email protected]> --- src/Ganeti/HTools/Backend/MonD.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ganeti/HTools/Backend/MonD.hs b/src/Ganeti/HTools/Backend/MonD.hs index c6ccd37..53fd2f6 100644 --- a/src/Ganeti/HTools/Backend/MonD.hs +++ b/src/Ganeti/HTools/Backend/MonD.hs @@ -50,6 +50,7 @@ module Ganeti.HTools.Backend.MonD , xenCPUCollector , kvmRSSCollector , scaleMemoryWeight + , useInstanceRSSData ) where import Control.Monad -- 2.6.0.rc2.230.g3dd15c0
