mirage-monitoring and dns-primary-git-monitoring
This commit is contained in:
parent
e942085670
commit
29bb977296
2 changed files with 44 additions and 1 deletions
43
packages/mirage-monitoring.0.0.1/opam
vendored
Normal file
43
packages/mirage-monitoring.0.0.1/opam
vendored
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
opam-version: "2.0"
|
||||||
|
maintainer: "Robur <team@robur.coop>"
|
||||||
|
authors: ["Robur <team@robur.coop>"]
|
||||||
|
homepage: "https://github.com/roburio/mirage-monitoring"
|
||||||
|
doc: "https://roburio.github.io/mirage-monitoring"
|
||||||
|
dev-repo: "git+https://github.com/roburio/mirage-monitoring.git"
|
||||||
|
bug-reports: "https://github.com/roburio/mirage-monitoring/issues"
|
||||||
|
license: "AGPL-3.0-only"
|
||||||
|
|
||||||
|
depends: [
|
||||||
|
"ocaml" {>= "4.11.0"}
|
||||||
|
"dune"
|
||||||
|
"logs" {>= "0.6.3"}
|
||||||
|
"metrics" {>= "0.4.0"}
|
||||||
|
"metrics-lwt" {>= "0.2.0"}
|
||||||
|
"metrics-influx" {>= "0.2.0"}
|
||||||
|
"mirage-time" {>= "2.0.0"}
|
||||||
|
"tcpip" {>= "7.0.0"}
|
||||||
|
"mirage-solo5" {>= "0.6.4" & < "0.7.0"}
|
||||||
|
"ocaml-freestanding" {>= "0.4.5"}
|
||||||
|
"mirage-runtime"
|
||||||
|
"memtrace-mirage" {>= "0.2.1.2.2"}
|
||||||
|
"mirage-clock" {>= "4.0.0"}
|
||||||
|
]
|
||||||
|
build: [
|
||||||
|
["dune" "subst"] {dev}
|
||||||
|
["dune" "build" "-p" name "-j" jobs]
|
||||||
|
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||||
|
]
|
||||||
|
synopsis: "Monitoring of MirageOS unikernels"
|
||||||
|
description: """
|
||||||
|
Reporting metrics to Influx, Telegraf. Dynamic adjusting log level and metrics
|
||||||
|
sources, memprof profiling.
|
||||||
|
"""
|
||||||
|
url {
|
||||||
|
src:
|
||||||
|
"https://github.com/roburio/mirage-monitoring/releases/download/v0.0.1/mirage-monitoring-0.0.1.tbz"
|
||||||
|
checksum: [
|
||||||
|
"sha256=eeab5fdc332a97c361bc1c76ea7124a761ac8e2e88214129e2085b73cf02142b"
|
||||||
|
"sha512=d990da8398ae70ed5644bcff6eb995370798a5bb33a7b309e5ea15831959e93db20183d24c2a35b95e36bda870e8df6f4e584416f9dc5010c75a99bbf00ff504"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
x-commit-hash: "f949c87e4c741397b486f4470629a7ba9b7024af"
|
|
@ -20,12 +20,12 @@ depends: [ "arp" { >= "3.0.0" & < "4.0.0"}
|
||||||
"mirage-console-solo5" { >= "0.6.1" & < "0.7.0"}
|
"mirage-console-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||||
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
|
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.11.0"}
|
||||||
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
|
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
|
||||||
|
"mirage-monitoring"
|
||||||
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
|
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||||
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
|
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
|
||||||
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
|
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||||
"mirage-types" { >= "3.10.0" & < "3.11.0"}
|
"mirage-types" { >= "3.10.0" & < "3.11.0"}
|
||||||
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
|
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
|
||||||
"monitoring-experiments" { >= "0.0.2"}
|
|
||||||
"ocaml" {build & >= "4.08.0"}
|
"ocaml" {build & >= "4.08.0"}
|
||||||
"ocamlbuild" {build}
|
"ocamlbuild" {build}
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
|
|
Loading…
Reference in a new issue