From 4d666514f2290a5dffd60ba0c0e071e5e5626baa Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 7 Sep 2019 11:20:13 +0200 Subject: setting progname of check_curl plugin to check_curl (at least for now) 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"; -- cgit v0.10-9-g596f