ganeti

Safe HaskellSafe-Infered

Ganeti.DataCollectors.InstStatus

Contents

Description

Instance status data collector.

Synopsis

Documentation

dcName :: StringSource

The name of this data collector.

dcVersion :: DCVersionSource

The version of this data collector.

dcFormatVersion :: IntSource

The version number for the data format of this data collector.

dcCategory :: Maybe DCCategorySource

The category of this data collector.

dcKind :: DCKindSource

The kind of this data collector.

dcReport :: IO DCReportSource

The report of this data collector.

Command line options

arguments :: [ArgCompletion]Source

The list of arguments supported by the program.

buildStatus :: Map String Domain -> Map Int UptimeInfo -> Instance -> IO InstStatusSource

buildInstStatusReport :: Maybe String -> Maybe Int -> IO DCReportSource

main :: Options -> [String] -> IO ()Source

Main function.