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/328860-check_http.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 web/attachments/328860-check_http.patch (limited to 'web/attachments/328860-check_http.patch') diff --git a/web/attachments/328860-check_http.patch b/web/attachments/328860-check_http.patch new file mode 100644 index 0000000..f1e32b6 --- /dev/null +++ b/web/attachments/328860-check_http.patch @@ -0,0 +1,14 @@ +Index: check_http.c +=================================================================== +--- check_http.c (Revision 449) ++++ check_http.c (Arbeitskopie) +@@ -1017,7 +1017,8 @@ + exit (STATE_OK); + } + else { +- printf (_("HTTP CRITICAL - string not found%s|%s %s\n"), ++ printf (_("HTTP CRITICAL - string '%s' not found%s|%s %s\n"), ++ string_expect, + (display_html ? "" : ""), + perfd_time (elapsed_time), perfd_size (pagesize)); + exit (STATE_CRITICAL); -- cgit v1.2.3-74-g34f1