Explain about states folder - 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 36ceae466600023b8ed4a1893d87cd10720a2be5
DIR parent 4bcecb442fac7f560879d7ac07bf86a2911d7514
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Wed, 24 Oct 2018 06:48:54 +0200
Explain about states folder
Diffstat:
M README | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
---
DIR diff --git a/README b/README
@@ -46,13 +46,25 @@ Usage
=====
Install reed-alert
-----------------
+------------------
$ cd reed-alert
$ make
$ sudo make install
$ /usr/local/bin/reed-alert ~/monitoring/my_config.lisp
+
+Special folder
+--------------
+
+reed-alert will create a folder using the following path, in order to
+save the probes states between each invocation.
+
+ ~/.reed-alert/states/
+
+If you delete it, you will lose the failures states of previous run.
+
+
Reed-alert start automation
---------------------------