diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-08-30 00:22:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 00:22:31 +0200 |
| commit | 3e06d3a965f42a4576f8f6bf406d20d329b319b1 (patch) | |
| tree | 35ad0ec4815a68e5847405968c9d71c7982f1291 /plugins | |
| parent | 2b8b66d41e5c077a1b127a453b8373f05c56e51d (diff) | |
| parent | 75d5c512072a019cdf6365bcda02d7eddc237e0c (diff) | |
| download | monitoring-plugins-3e06d3a965f42a4576f8f6bf406d20d329b319b1.tar.gz | |
Merge pull request #2017 from RincewindsHat/check_curl_no_more_experimental
Remove experimental state from check_curl
Diffstat (limited to 'plugins')
| -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 e9c15e64..e25d7a79 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 |
