doc/: ITL: correct ping_timeout default

ITL config says it's 10, not 0, and running check_ping itself confirms that.
This commit is contained in:
Alexander Aleksandrovič Klimov 2024-05-27 10:32:49 +02:00 committed by GitHub
parent 7cc8d81d5d
commit c7e4c2af5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ ping_wpl | **Optional.** The packet loss warning threshold in %. Defaults
ping_crta | **Optional.** The RTA critical threshold in milliseconds. Defaults to 5000.
ping_cpl | **Optional.** The packet loss critical threshold in %. Defaults to 100.
ping_packets | **Optional.** The number of packets to send. Defaults to 5.
ping_timeout | **Optional.** The plugin timeout in seconds. Defaults to 0 (no timeout).
ping_timeout | **Optional.** The plugin timeout in seconds. Defaults to 10.
### hostalive4 <a id="plugin-check-command-hostalive4"></a>