monky-2.2.1.0: A system state collecting library and application

Maintainermoepi
Stabilitytesting
PortabilityLinux
Safe HaskellNone
LanguageHaskell2010

Monky.Examples.Disk

Description

 

Synopsis

Documentation

getDiskHandle Source #

Arguments

:: String

The UUID of the device to monitor. It has to be mounted at monky startup!

-> IO DiskH 

Get a disk handle by uuid. This special cases btrfs

getDiskHandleTag Source #

Arguments

:: String

Which tag to give to libblkid

-> String

The value of the tag

-> IO DiskH 

Get a disk handle from a given tag

data DiskH Source #

The handle type for this module