opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors:  "xen-api@lists.xen.org"
homepage: "https://github.com/xapi-project/xcp-rrdd"
bug-reports: "https://github.com/xapi-project/xcp-rrdd/issues"
dev-repo: "git+https://github.com/xapi-project/xcp-rrdd.git"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "dune" {build}
  "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-monadic"
  "xapi-stdext-std"
  "xapi-stdext-threads"
  "xapi-stdext-unix"
]
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."""
url {
  src: "https://github.com/xapi-project/xcp-rrdd/archive/master.tar.gz"
}
