-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrainbow.asvc
66 lines (66 loc) · 1.18 KB
/
rainbow.asvc
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
{
"type": "record",
"name": "rainbow",
"fields": [
{
"name": "tempf",
"type": "double",
"doc": "Type inferred from '84.15'"
},
{
"name": "cputemp",
"type": "double",
"doc": "Type inferred from '53.0'"
},
{
"name": "pressure",
"type": "double",
"doc": "Type inferred from '101028.56'"
},
{
"name": "host",
"type": "string",
"doc": "Type inferred from '\"rainbow\"'"
},
{
"name": "uniqueid",
"type": "string",
"doc": "Type inferred from '\"rainbow_uuid_20180718234222\"'"
},
{
"name": "ipaddress",
"type": "string",
"doc": "Type inferred from '\"192.168.1.165\"'"
},
{
"name": "temp",
"type": "double",
"doc": "Type inferred from '38.58'"
},
{
"name": "diskfree",
"type": "string",
"doc": "Type inferred from '\"4831.2 MB\"'"
},
{
"name": "altitude",
"type": "double",
"doc": "Type inferred from '80.65'"
},
{
"name": "ts",
"type": "string",
"doc": "Type inferred from '\"2018-07-18 23:42:22\"'"
},
{
"name": "tempf2",
"type": "double",
"doc": "Type inferred from '28.97'"
},
{
"name": "memory",
"type": "double",
"doc": "Type inferred from '32.3'"
}
]
}