blob: f1e32b6ca9858e4d6deb8c283a3360ef93690b5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 ? "</A>" : ""),
perfd_time (elapsed_time), perfd_size (pagesize));
exit (STATE_CRITICAL);
|