From c7e4c2af5ae4d6c5b2555e3a85bf30708af2736a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Mon, 27 May 2024 10:32:49 +0200 Subject: [PATCH] doc/: ITL: correct ping_timeout default ITL config says it's 10, not 0, and running check_ping itself confirms that. --- doc/10-icinga-template-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 5ad573f42..2c64779d3 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -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