diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-06 17:28:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-06 17:28:08 +0200 |
commit | bc6dda5286cb23a6845d9e4fb492c6bd5212f04c (patch) | |
tree | 725119acfb75ca7c37906fc41b7a3870f531546c /plugins/check_curl.c | |
parent | af097aa3642174a2111f0bbcbc8236fff0901e17 (diff) | |
parent | 78b591d52ac05bdea98e86974411f22c55f43796 (diff) | |
download | monitoring-plugins-bc6dda5286cb23a6845d9e4fb492c6bd5212f04c.tar.gz |
Merge branch 'master' into check_curl_regex_state
Diffstat (limited to 'plugins/check_curl.c')
-rw-r--r-- | plugins/check_curl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c index 214ba74f..7f45b5a7 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c | |||
@@ -2190,8 +2190,6 @@ print_usage (void) | |||
2190 | printf ("%s\n", _("In the first form, make an HTTP request.")); | 2190 | printf ("%s\n", _("In the first form, make an HTTP request.")); |
2191 | printf ("%s\n\n", _("In the second form, connect to the server and check the TLS certificate.")); | 2191 | printf ("%s\n\n", _("In the second form, connect to the server and check the TLS certificate.")); |
2192 | #endif | 2192 | #endif |
2193 | printf ("%s\n", _("WARNING: check_curl is experimental. Please use")); | ||
2194 | printf ("%s\n\n", _("check_http if you need a stable version.")); | ||
2195 | } | 2193 | } |
2196 | 2194 | ||
2197 | void | 2195 | void |