[monitoring-plugins] Remove experimental state from check_curl
Lorenz Kästle
git at monitoring-plugins.org
Fri Aug 30 00:30:12 CEST 2024
Module: monitoring-plugins
Branch: master
Commit: 75d5c512072a019cdf6365bcda02d7eddc237e0c
Author: Lorenz Kästle <lorenz.kaestle at netways.de>
Date: Thu Aug 29 18:20:35 2024 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=75d5c51
Remove experimental state from check_curl
---
plugins/check_curl.c | 2 --
1 file changed, 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)
printf ("%s\n", _("In the first form, make an HTTP request."));
printf ("%s\n\n", _("In the second form, connect to the server and check the TLS certificate."));
#endif
- printf ("%s\n", _("WARNING: check_curl is experimental. Please use"));
- printf ("%s\n\n", _("check_http if you need a stable version."));
}
void
More information about the Commits
mailing list