github.com/netdata/go.d.plugin@v0.58.1/modules/consul/testdata/v1.14.3-cloud/v1-agent-checks.json (about) 1 { 2 "chk1": { 3 "Node": "mysql1", 4 "CheckID": "chk1", 5 "Name": "ssh", 6 "Status": "passing", 7 "Notes": "", 8 "Output": "TCP connect 127.0.0.1:22: Success", 9 "ServiceID": "", 10 "ServiceName": "", 11 "ServiceTags": [ 12 ], 13 "Definition": { 14 }, 15 "CreateIndex": 0, 16 "ModifyIndex": 0 17 }, 18 "chk2": { 19 "Node": "mysql1", 20 "CheckID": "chk2", 21 "Name": "telnet", 22 "Status": "critical", 23 "Notes": "", 24 "Output": "dial tcp 127.0.0.1:23: connect: connection refused", 25 "ServiceID": "", 26 "ServiceName": "", 27 "ServiceTags": [ 28 ], 29 "Definition": { 30 }, 31 "CreateIndex": 0, 32 "ModifyIndex": 0 33 }, 34 "chk3": { 35 "Node": "mysql1", 36 "CheckID": "chk3", 37 "Name": "telnet", 38 "Status": "critical", 39 "Notes": "", 40 "Output": "dial tcp 127.0.0.1:23: connect: connection refused", 41 "ServiceID": "", 42 "ServiceName": "", 43 "ServiceTags": [ 44 ], 45 "Definition": { 46 }, 47 "CreateIndex": 0, 48 "ModifyIndex": 0 49 }, 50 "mysql": { 51 "Node": "mysql1", 52 "CheckID": "mysql", 53 "Name": "MYSQL TCP on port 3336", 54 "Status": "critical", 55 "Notes": "", 56 "Output": "dial tcp 127.0.0.1:3336: connect: connection refused", 57 "ServiceID": "mysql0", 58 "ServiceName": "mysql", 59 "ServiceTags": [ 60 "primary", 61 "secondary" 62 ], 63 "Definition": { 64 }, 65 "CreateIndex": 0, 66 "ModifyIndex": 0 67 } 68 }