summaryrefslogtreecommitdiffstats
path: root/web/attachments/328860-check_http.patch
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/328860-check_http.patch
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/328860-check_http.patch')
-rw-r--r--web/attachments/328860-check_http.patch14
1 files changed, 14 insertions, 0 deletions
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 @@
1Index: check_http.c
2===================================================================
3--- check_http.c (Revision 449)
4+++ check_http.c (Arbeitskopie)
5@@ -1017,7 +1017,8 @@
6 exit (STATE_OK);
7 }
8 else {
9- printf (_("HTTP CRITICAL - string not found%s|%s %s\n"),
10+ printf (_("HTTP CRITICAL - string '%s' not found%s|%s %s\n"),
11+ string_expect,
12 (display_html ? "</A>" : ""),
13 perfd_time (elapsed_time), perfd_size (pagesize));
14 exit (STATE_CRITICAL);