Explain about states folder

This commit is contained in:
Solene Rapenne 2018-10-24 06:48:54 +02:00
parent 4bcecb442f
commit 36ceae4666
1 changed files with 13 additions and 1 deletions

14
README
View File

@ -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
---------------------------