From 9fcf88bcb923590793e651d78226278fbb9f5b14 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sat, 21 Oct 2023 17:30:21 +0000 Subject: [PATCH] Delete curl --- packages/curl | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 packages/curl diff --git a/packages/curl b/packages/curl deleted file mode 100644 index c026092..0000000 --- a/packages/curl +++ /dev/null @@ -1,31 +0,0 @@ -{'author': 'Th.L. (thl-cmk[at]outlook[dot]com)', - 'description': 'cURL agent plugin\n' - '\n' - 'Monitor URLs from the perspective of your monitored hosts, ' - 'not the monitoring server ;-). \n' - '\n' - 'The plugin is based on a idea by Christian Wirtz ' - 'doc[at]snowheaven[dot]de and Ingo Hambrock.\n' - '\n' - 'This agent plugin for Linux and Windows is build around the ' - 'curl command line tool from https://curl.se.\n' - '\n' - 'The executable is not included in this package. The plugin ' - 'will use by default the system provided curl executable.\n' - '\n' - 'Deployment and configuration of the plugin is integrated in ' - 'the CMK bakery.\n' - '\n' - 'Note: this plugin needs at least curl version 7.70.0 from ' - 'April 29 2020 to work. You can use my CMK package ' - '"curl_executable.mkp" to deploy a compatible version.\n', - 'download_url': 'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/curl', - 'files': {'agent_based': ['curl.py'], - 'agents': ['bakery/curl.py', 'plugins/curl.sh', 'plugins/curl.ps1'], - 'gui': ['metrics/curl.py', 'wato/curl.py']}, - 'name': 'curl', - 'title': 'cURL agent plugin', - 'version': '0.1.9-20231019', - 'version.min_required': '2.1.0b1', - 'version.packaged': '2.2.0p11', - 'version.usable_until': '2.2.0b1'} -- GitLab