summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/consul/testdata/v1.14.3-cloud/v1-agent-checks.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:53:24 +0000
commitb5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch)
treed4d31289c39fc00da064a825df13a0b98ce95b10 /src/go/collectors/go.d.plugin/modules/consul/testdata/v1.14.3-cloud/v1-agent-checks.json
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.46.3.upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/consul/testdata/v1.14.3-cloud/v1-agent-checks.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/consul/testdata/v1.14.3-cloud/v1-agent-checks.json b/src/go/collectors/go.d.plugin/modules/consul/testdata/v1.14.3-cloud/v1-agent-checks.json
new file mode 100644
index 000000000..0daa492c0
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/consul/testdata/v1.14.3-cloud/v1-agent-checks.json
@@ -0,0 +1,68 @@
+{
+ "chk1": {
+ "Node": "mysql1",
+ "CheckID": "chk1",
+ "Name": "ssh",
+ "Status": "passing",
+ "Notes": "",
+ "Output": "TCP connect 127.0.0.1:22: Success",
+ "ServiceID": "",
+ "ServiceName": "",
+ "ServiceTags": [
+ ],
+ "Definition": {
+ },
+ "CreateIndex": 0,
+ "ModifyIndex": 0
+ },
+ "chk2": {
+ "Node": "mysql1",
+ "CheckID": "chk2",
+ "Name": "telnet",
+ "Status": "critical",
+ "Notes": "",
+ "Output": "dial tcp 127.0.0.1:23: connect: connection refused",
+ "ServiceID": "",
+ "ServiceName": "",
+ "ServiceTags": [
+ ],
+ "Definition": {
+ },
+ "CreateIndex": 0,
+ "ModifyIndex": 0
+ },
+ "chk3": {
+ "Node": "mysql1",
+ "CheckID": "chk3",
+ "Name": "telnet",
+ "Status": "critical",
+ "Notes": "",
+ "Output": "dial tcp 127.0.0.1:23: connect: connection refused",
+ "ServiceID": "",
+ "ServiceName": "",
+ "ServiceTags": [
+ ],
+ "Definition": {
+ },
+ "CreateIndex": 0,
+ "ModifyIndex": 0
+ },
+ "mysql": {
+ "Node": "mysql1",
+ "CheckID": "mysql",
+ "Name": "MYSQL TCP on port 3336",
+ "Status": "critical",
+ "Notes": "",
+ "Output": "dial tcp 127.0.0.1:3336: connect: connection refused",
+ "ServiceID": "mysql0",
+ "ServiceName": "mysql",
+ "ServiceTags": [
+ "primary",
+ "secondary"
+ ],
+ "Definition": {
+ },
+ "CreateIndex": 0,
+ "ModifyIndex": 0
+ }
+}