1{ 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 } 17 }, 18 "name": { 19 "name": { 20 "constant": "None", 21 "compare": "IP_ADDR" 22 } 23 }, 24 "time_sync": { 25 "is_synchronized": { 26 "constant": true, 27 "compare": "EQUALS" 28 } 29 }, 30 "network": { 31 "connected": { 32 "constant": true, 33 "compare": "EQUALS_DICT" 34 } 35 }, 36 "process_time": { 37 "num_adb_processes": { 38 "constant": 0, 39 "compare": "EQUALS" 40 } 41 }, 42 "verify": { 43 "total_unhealthy": { 44 "constant": "0", 45 "compare": "EQUALS" 46 } 47 }, 48 "kernel_version": { 49 "kernel_release": { 50 "constant": "3.19", 51 "compare": "STARTS_WITH" 52 } 53 }, 54 "zombie": { 55 "num_adb_zombies": { 56 "constant": 0, 57 "compare": "EQUALS" 58 } 59 } 60} 61