[monitoring-plugins] setting progname of check_curl plugin to ...
Andreas Baumann
git at monitoring-plugins.org
Sat Sep 7 11:20:11 CEST 2019
Module: monitoring-plugins
Branch: feature_check_curl
Commit: 4d666514f2290a5dffd60ba0c0e071e5e5626baa
Author: Andreas Baumann <mail at 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 at monitoring-plugins.org";
More information about the Commits
mailing list