packages feed

nagios-check-0.3.2: lib/System/Nagios/Plugin.hs

module System.Nagios.Plugin
(
      -- * Plugin types and control flow
      module System.Nagios.Plugin.Check
      -- * Nagios performance data
    , module System.Nagios.Plugin.PerfData
) where

import           System.Nagios.Plugin.Check
import           System.Nagios.Plugin.PerfData