mirror of https://github.com/Icinga/icinga2.git
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:
parent
7cc8d81d5d
commit
c7e4c2af5a
|
@ -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_crta | **Optional.** The RTA critical threshold in milliseconds. Defaults to 5000.
|
||||||
ping_cpl | **Optional.** The packet loss critical threshold in %. Defaults to 100.
|
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_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>
|
### hostalive4 <a id="plugin-check-command-hostalive4"></a>
|
||||||
|
|
Loading…
Reference in New Issue