-
Notifications
You must be signed in to change notification settings - Fork 18
/
xapi-rrdd.opam
41 lines (41 loc) · 1.03 KB
/
xapi-rrdd.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
opam-version: "2.0"
synopsis: "Performance monitoring daemon for xapi"
description: """
This daemon monitors "datasources" i.e. time-varying values such as
performance counters and records the samples in RRD archives. These
archives can be used to examine historical performance trends."""
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "https://github.com/xapi-project/xcp-rrdd"
bug-reports: "https://github.com/xapi-project/xcp-rrdd/issues"
depends: [
"ocaml" {>= "4.02.0"}
"dune" {build}
"dune-build-info"
"astring"
"gzip"
"http-svr"
"inotify"
"io-page"
"mtime"
"ounit" {with-test}
"ppx_deriving_rpc"
"rpclib"
"systemd"
"ezxenstore"
"uuid"
"xapi-backtrace"
"xapi-idl"
"xapi-rrd"
"xapi-rrd-transport"
"xapi-stdext-threads"
"xapi-stdext-unix"
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/xapi-project/xcp-rrdd.git"
url {
src: "https://github.com/xapi-project/xcp-rrdd/archive/master.tar.gz"
}