From 87d772a7d708fec12f48cd8adc0dedff6e1025da Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 10:15:20 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- .../modules/vsphere/testdata/config.json | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/go/collectors/go.d.plugin/modules/vsphere/testdata/config.json (limited to 'src/go/collectors/go.d.plugin/modules/vsphere/testdata/config.json') diff --git a/src/go/collectors/go.d.plugin/modules/vsphere/testdata/config.json b/src/go/collectors/go.d.plugin/modules/vsphere/testdata/config.json deleted file mode 100644 index 3e4a77396..000000000 --- a/src/go/collectors/go.d.plugin/modules/vsphere/testdata/config.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "update_every": 123, - "url": "ok", - "body": "ok", - "method": "ok", - "headers": { - "ok": "ok" - }, - "username": "ok", - "password": "ok", - "proxy_url": "ok", - "proxy_username": "ok", - "proxy_password": "ok", - "timeout": 123.123, - "not_follow_redirects": true, - "tls_ca": "ok", - "tls_cert": "ok", - "tls_key": "ok", - "tls_skip_verify": true, - "discovery_interval": 123.123, - "host_include": [ - "ok" - ], - "vm_include": [ - "ok" - ] -} -- cgit v1.2.3