habbix-0.1.0.0: Multi-Axis library/executable and misc. zabbix tools

Copyright(C) 2014 Samuli Thomasson
LicenseMIT (see the file LICENSE)
MaintainerSamuli Thomasson <samuli.thomasson@paivola.fi>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Models

Description

Models in our db, and possibly in the zabbix db. Also provides migrateAll that migrates an empty or partial db schema to ours.

__Note that we do not provide any indices, that are crucial for multi-axis-graphs dashboard performance.__ Refer to that documentation no how to set them up.

Documentation

data Host

Constructors

Host 

Fields

hostHost :: !Text
 
hostStatus :: !Int
 
hostAvailable :: !Int
 
hostName :: !Text
 

type HostId = Key Host

data Item

Constructors

Item 

Fields

itemType :: !Int
 
itemHost :: !(Key Host)
 
itemName :: !Text
 
itemKey_ :: !Text
 
itemDescription :: !Text
 
itemValueType :: !Int
 

type ItemId = Key Item