URI: 
       add a reminder example - 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 f9282edcbce6f644b23e7584dc26a0ce02e1c145
   DIR parent c4ede0c1755cdee8fa38a400584032d528012ff5
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Wed, 16 Jan 2019 15:19:30 +0100
       
       add a reminder example
       
       Diffstat:
         M example-full.lisp                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/example-full.lisp b/example-full.lisp
       @@ -29,7 +29,7 @@
        (=> mail number-of-processes :limit 1) ;; failure
        
        ;; check if service is running
       -(=> mail service :name "httpd")
       +(=> mail service :name "httpd" :reminder 2) ;; reminds every 2 check when it's failing
        (=> mail service :name "ospfd")   ;; failure : not started
        (=> mail service :name "unknown") ;; failure : not known