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
|
{
...
"Health": {
"Status": "healthy",
"FailingStreak": 0,
"Log": [
{
"Start": "2024-06-28T15:09:54.506723522+08:00",
"End": "2024-06-28T15:09:54.549099001+08:00",
"ExitCode": 0,
"Output": "{\"cluster_id\":\"dae76c58-321c-4c55-981d-a6fcf2b94720\",\"node_id\":\"9e5ff5c9-e40d-4744-ad20-074bd7d25fd8\",\"version\":\"6.0.3+eb761c5\",\"tagline\":\"Manage your logs in the dark and have lasers going and make it look like you're from space!\"}"
},
{
"Start": "2024-06-28T15:10:04.551047607+08:00",
"End": "2024-06-28T15:10:04.593694092+08:00",
"ExitCode": 0,
"Output": "{\"cluster_id\":\"dae76c58-321c-4c55-981d-a6fcf2b94720\",\"node_id\":\"9e5ff5c9-e40d-4744-ad20-074bd7d25fd8\",\"version\":\"6.0.3+eb761c5\",\"tagline\":\"Manage your logs in the dark and have lasers going and make it look like you're from space!\"}"
},
{
"Start": "2024-06-28T15:10:14.596051024+08:00",
"End": "2024-06-28T15:10:14.641753851+08:00",
"ExitCode": 0,
"Output": "{\"cluster_id\":\"dae76c58-321c-4c55-981d-a6fcf2b94720\",\"node_id\":\"9e5ff5c9-e40d-4744-ad20-074bd7d25fd8\",\"version\":\"6.0.3+eb761c5\",\"tagline\":\"Manage your logs in the dark and have lasers going and make it look like you're from space!\"}"
},
{
"Start": "2024-06-28T15:10:24.64357778+08:00",
"End": "2024-06-28T15:10:24.685984565+08:00",
"ExitCode": 0,
"Output": "{\"cluster_id\":\"dae76c58-321c-4c55-981d-a6fcf2b94720\",\"node_id\":\"9e5ff5c9-e40d-4744-ad20-074bd7d25fd8\",\"version\":\"6.0.3+eb761c5\",\"tagline\":\"Manage your logs in the dark and have lasers going and make it look like you're from space!\"}"
},
{
"Start": "2024-06-28T15:10:34.688235952+08:00",
"End": "2024-06-28T15:10:34.730117272+08:00",
"ExitCode": 0,
"Output": "{\"cluster_id\":\"dae76c58-321c-4c55-981d-a6fcf2b94720\",\"node_id\":\"9e5ff5c9-e40d-4744-ad20-074bd7d25fd8\",\"version\":\"6.0.3+eb761c5\",\"tagline\":\"Manage your logs in the dark and have lasers going and make it look like you're from space!\"}"
}
]
}
...
"Healthcheck": {
"Test": [
"CMD-SHELL",
"/health_check.sh"
],
"Interval": 10000000000,
"Timeout": 2000000000,
"Retries": 12
},
...
}
|