aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomasTJdev <ttjarloev@gmail.com>2018-10-27 14:26:22 +0200
committerThomasTJdev <ttjarloev@gmail.com>2018-10-27 14:26:22 +0200
commit5525a50a74ae788ad27d8cac9eefe5421d436e51 (patch)
tree231f8d9f6b710c27989151b577b68d3647e2a3a2
parentecc06f7acc6c71a64809954d04017980d5df7979 (diff)
downloadpackages-5525a50a74ae788ad27d8cac9eefe5421d436e51.tar.gz
packages-5525a50a74ae788ad27d8cac9eefe5421d436e51.zip
Add sermon
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fb7b565..4a6d4d2 100644
--- a/packages.json
+++ b/packages.json
@@ -11229,5 +11229,19 @@
"description": "Terse and composable error handling.",
"license": "MIT",
"web": "https://github.com/quelklef/nim-sugerror"
+ },
+ {
+ "name": "sermon",
+ "url": "https://github.com/ThomasTJdev/nim_sermon",
+ "method": "git",
+ "tags": [
+ "monitor",
+ "storage",
+ "memory",
+ "process"
+ ],
+ "description": "Monitor the state and memory of processes and URL response.",
+ "license": "MIT",
+ "web": "https://github.com/ThomasTJdev/nim_sermon"
}
]