From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/attachments/158749-patch-check_ping-timeout | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/attachments/158749-patch-check_ping-timeout (limited to 'web/attachments/158749-patch-check_ping-timeout') diff --git a/web/attachments/158749-patch-check_ping-timeout b/web/attachments/158749-patch-check_ping-timeout new file mode 100644 index 0000000..35d3dfb --- /dev/null +++ b/web/attachments/158749-patch-check_ping-timeout @@ -0,0 +1,11 @@ +--- check_ping.c.org 2005-06-14 12:40:11.000000000 -0400 ++++ check_ping.c 2005-06-14 12:40:22.000000000 -0400 +@@ -87,7 +87,7 @@ + } + + /* handle timeouts gracefully */ +- alarm (timeout_interval); ++ alarm (timeout_interval+4); + + for (i = 0 ; i < n_addresses ; i++) { + -- cgit v1.2.3-74-g34f1