[DOC] How to run reed-alert - reed-alert - Lightweight agentless alerting system for server
HTML git clone git://bitreich.org/reed-alert/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/reed-alert/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 58cdbb7571edd559b97f75f61106262cf9e18a38
DIR parent fdcfc187b8fc26ac6e936d135f2b565f769193d7
HTML Author: solene rapenne <solene@dataswamp.org>
Date: Fri, 7 Oct 2016 15:49:52 +0200
[DOC] How to run reed-alert
Diffstat:
M README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)
---
DIR diff --git a/README.md b/README.md
@@ -9,8 +9,22 @@ The code is very rough for now. I will try to make the config file
easier than it is actually, but I think it's already easy enough for
people who need to kind of tool.
+I try to avoid usage of external libraries so the deployment is easy
+as it only requires a Common LISP interpreter and a few files.
+
reed-alert is regularly tested on FreeBSD/OpenBSD/Linux
+How to use
+==========
+
+It has been tested with both **sbcl** and **ecl** which should be
+available in most distribution people use.
+
+To start reed-alert
+
++ sbcl : **sbcl --script config_file.lisp**
++ ecl : **ecl -shell config_file.lisp**
+
Defining notification system
============================