Fix ping default parameter - reed-alert - Lightweight agentless alerting system for server
 (HTM) 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 8c2bf8ce1fbb624bbb60654950a00742084b548a
 (DIR) parent f21b8c0e4e6021c7db52f98fb76953096bbc2793
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       Date:   Tue, 10 Apr 2018 08:44:15 +0200
       
       Fix ping default parameter
       
       Diffstat:
         M probes.lisp                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/probes.lisp b/probes.lisp
       @@ -104,7 +104,7 @@
        
        (create-probe
         ping
       - (command-return-code (list "ping" "-w1" "-i0.3" "-c2" (getf params :host))))
       + (command-return-code (list "ping" "-w1" "-c2" (getf params :host))))
        
        (create-probe
         number-of-processes