summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/consul/testdata/v1.14.3-cloud/v1-agent-checks.json
blob: 0daa492c06172cdac89c9b27bd42fb03fd69fe49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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
  }
}