URI: 
       Modify ping to be faster and more useful - 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 9b9ba4d5082ee71bf28c9d0f361ee16ff64e6caf
   DIR parent 05af8b622cc297dac094cfd6ffcb7a39987a26a9
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Thu, 25 Jan 2018 19:35:18 +0100
       
       Modify ping to be faster and more useful
       
       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" "-c2" (getf params :host))))
       + (command-return-code (list "ping" "-w1" "-i0.3" "-c2" (getf params :host))))
        
        (create-probe
         number-of-processes