blob: 5ef8ff08caae9bd9a681195924d9de77febabecb [file] [log] [blame]
Annie Chen60002cf2017-06-15 11:25:54 -07001{
2 "disk": {
3 "percent_used": {
4 "constant": 70,
5 "compare": "LESS_THAN"
6 },
7 "avail": {
8 "constant": 200,
9 "compare": "GREATER_THAN"
10 }
11 },
12 "ram": {
13 "free": {
14 "constant": 100,
15 "compare": "GREATER_THAN"
16 }
Cameron Moberg84517192017-06-28 17:35:07 -070017 },
18 "name": {
19 "name": {
20 "constant": "None",
21 "compare": "IP_ADDR"
22 }
Annie Chenb28a7062017-07-05 13:31:50 -070023 },
24 "time_sync": {
Cameron Moberg950e5bf2017-07-26 14:50:13 -070025 "is_synchronized": {
26 "constant": true,
27 "compare": "EQUALS"
28 }
Annie Chen87af10c2017-06-30 17:57:39 -070029 },
30 "network": {
Cameron Moberg950e5bf2017-07-26 14:50:13 -070031 "connected": {
32 "constant": true,
33 "compare": "EQUALS_DICT"
34 }
Annie Chen87af10c2017-06-30 17:57:39 -070035 },
Annie Chen8c22fd22017-07-10 12:13:54 -070036 "process_time": {
37 "num_adb_processes": {
38 "constant": 0,
39 "compare": "EQUALS"
40 }
41 },
Annie Chen87af10c2017-06-30 17:57:39 -070042 "verify": {
Cameron Moberg950e5bf2017-07-26 14:50:13 -070043 "total_unhealthy": {
44 "constant": "0",
45 "compare": "EQUALS"
Annie Chen87af10c2017-06-30 17:57:39 -070046 }
Annie Chen3d605162017-07-07 18:02:17 -070047 },
Cameron Moberga95211e2017-08-07 15:59:44 -070048 "kernel_version": {
49 "kernel_release": {
50 "constant": "3.19",
51 "compare": "STARTS_WITH"
52 }
53 },
Annie Chen3d605162017-07-07 18:02:17 -070054 "zombie": {
55 "num_adb_zombies": {
56 "constant": 0,
57 "compare": "EQUALS"
58 }
Annie Chen60002cf2017-06-15 11:25:54 -070059 }
Annie Chen60002cf2017-06-15 11:25:54 -070060}