Module: monitoring-plugins Branch: feature_check_curl Commit: 4d666514f2290a5dffd60ba0c0e071e5e5626baa Author: Andreas Baumann <m...@andreasbaumann.cc> Date: Sat Sep 7 11:20:13 2019 +0200 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4d66651
setting progname of check_curl plugin to check_curl (at least for now) --- plugins/check_curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/check_curl.c b/plugins/check_curl.c index 637e9ba..8d8cb9f 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c @@ -32,7 +32,7 @@ * * *****************************************************************************/ -const char *progname = "check_http"; +const char *progname = "check_curl"; const char *copyright = "2006-2018"; const char *email = "devel@monitoring-plugins.org";