diff options
author | Lorenz Kästle <lorenz.kaestle@netways.de> | 2024-08-29 16:20:35 (GMT) |
---|---|---|
committer | Lorenz Kästle <lorenz.kaestle@netways.de> | 2024-08-29 16:20:35 (GMT) |
commit | 75d5c512072a019cdf6365bcda02d7eddc237e0c (patch) | |
tree | 35ad0ec4815a68e5847405968c9d71c7982f1291 | |
parent | 2b8b66d41e5c077a1b127a453b8373f05c56e51d (diff) | |
download | monitoring-plugins-75d5c512072a019cdf6365bcda02d7eddc237e0c.tar.gz |
Remove experimental state from check_curlrefs/pull/2017/head
-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 e9c15e6..e25d7a7 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 |