Safe Haskell | Safe-Infered |
---|
Logical Volumes data collector.
- defaultCharNum :: Int
- dcName :: String
- dcVersion :: DCVersion
- dcFormatVersion :: Int
- dcCategory :: Maybe DCCategory
- dcKind :: DCKind
- dcReport :: IO DCReport
- options :: IO [OptType]
- arguments :: [ArgCompletion]
- getLvInfo :: Maybe FilePath -> IO [LVInfo]
- getInstDiskList :: Options -> IO [(RealInstanceData, [Disk])]
- addInstNameToOneLv :: [(RealInstanceData, [Disk])] -> LVInfo -> LVInfo
- addInstNameToLv :: [(RealInstanceData, [Disk])] -> [LVInfo] -> [LVInfo]
- buildJsonReport :: Options -> IO JSValue
- buildDCReport :: Options -> IO DCReport
- main :: Options -> [String] -> IO ()
Documentation
defaultCharNum :: IntSource
dcFormatVersion :: IntSource
The version number for the data format of this data collector.
dcCategory :: Maybe DCCategorySource
The category of this data collector.
The data exported by the data collector, taken from the default location.
Command line options
arguments :: [ArgCompletion]Source
The list of arguments supported by the program.
getInstDiskList :: Options -> IO [(RealInstanceData, [Disk])]Source
addInstNameToOneLv :: [(RealInstanceData, [Disk])] -> LVInfo -> LVInfoSource
addInstNameToLv :: [(RealInstanceData, [Disk])] -> [LVInfo] -> [LVInfo]Source
buildJsonReport :: Options -> IO JSValueSource
buildDCReport :: Options -> IO DCReportSource