Fix ping default parameter

This commit is contained in:
Solene Rapenne 2018-04-10 08:44:15 +02:00
parent f21b8c0e4e
commit 8c2bf8ce1f
1 changed files with 1 additions and 1 deletions

View File

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