ekg/ekg.cabal
Iustin Pop 42357a50ea Add a Label metric type
This is used to hold Text values, which are free-form and can be used
for (e.g.) hostname, command line, etc.

I've used Text, but I'm not sure whether String would make more sense
for (what are supposed to be) such small values.
2012-04-17 22:21:30 +02:00

49 lines
1.8 KiB
Text

name: ekg
version: 0.3.0.5
synopsis: Remote monitoring of processes
description:
This library lets you remotely monitor a running process over HTTP.
It provides a simple way to integrate a monitoring server into any
application.
homepage: https://github.com/tibbe/ekg
license: BSD3
license-file: LICENSE
author: Johan Tibell
maintainer: johan.tibell@gmail.com
category: System, Network
build-type: Simple
cabal-version: >=1.6
data-files: assets/index.html assets/monitor.js assets/monitor.css
assets/jquery.flot.min.js assets/jquery-1.6.4.min.js
assets/bootstrap-1.4.0.min.css
assets/chart_line_add.png assets/cross.png
extra-source-files: LICENSE.icons LICENSE.javascript README.md
assets/jquery-1.6.4.js assets/jquery.flot.js
library
exposed-modules: System.Remote.Counter
System.Remote.Gauge
System.Remote.Label
System.Remote.Monitoring
other-modules: Paths_ekg
System.Remote.Counter.Internal
System.Remote.Gauge.Internal
System.Remote.Label.Internal
build-depends: aeson < 0.7,
base >= 4.5 && < 5,
bytestring < 1.0,
containers < 0.5,
filepath < 1.4,
snap-core < 0.9,
snap-server < 0.9,
text < 0.12,
time < 1.5,
transformers < 0.4,
unordered-containers < 0.3
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/tibbe/ekg.git