Safe Haskell | None |
---|
Ganeti.DataCollectors.Lv
Contents
Description
Logical Volumes data collector.
Synopsis
- dcName :: String
- dcVersion :: DCVersion
- dcFormatVersion :: Int
- dcCategory :: Maybe DCCategory
- dcKind :: DCKind
- dcReport :: IO DCReport
- options :: IO [OptType]
- arguments :: [ArgCompletion]
- main :: Options -> [String] -> IO ()
Documentation
dcFormatVersion :: Int Source #
The version number for the data format of this data collector.
dcCategory :: Maybe DCCategory Source #
The category of this data collector.
dcReport :: IO DCReport Source #
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.