diff --git a/check_http b/check_http index ba2ce2763689569db910af161c443be9204684f6..e035bf64f998276f7f2dd8af6b4e90386cdc8b41 100755 --- a/check_http +++ b/check_http @@ -7,7 +7,7 @@ # The response header and # # ------------------------------------------------------------------------------- -# 2023-09-06 v0.1 <axel.hahn@unibe.ch> +# 2023-09-06 v1.0 <axel.hahn@unibe.ch> # ================================================================================ . $( dirname $0 )/inc_pluginfunctions @@ -81,6 +81,9 @@ EXAMPLES: Check if the GET request to url responds with 200..3xx status and the response body NOT contains "error occured". + $_self -u [URL] -s 200 -b -b "contact" -n "error occured" + Combine code, a matching search and a non matching one. + EOF }