Hyunsun Moon | f32ae9a | 2020-05-28 13:17:45 -0700 | [diff] [blame] | 1 | { |
| 2 | "rancher": { |
| 3 | "api_url": "https://aether.onlab.us/v3", |
| 4 | "access_key": "token-ctvfp", |
| 5 | "secret_key": "4wkn4n6jdvbg2g2tddmjpvb7tdhw5dbsbqkhzj5fkjv9nl8bpvl972" |
| 6 | }, |
| 7 | "edge_monitoring": { |
| 8 | "api_url": "https://aether.onlab.us/edges" |
| 9 | }, |
| 10 | "slack": { |
| 11 | "api_token": "xoxb-195991835223-1111472166775-NDjfMUTM93LZ4KvcF3yoLGdy", |
| 12 | "channel": "#aether-status", |
| 13 | "emoji": { |
| 14 | "healthy": ":green_circle:", |
| 15 | "unhealthy": ":red_circle:", |
| 16 | "error": ":yellow_circle:", |
| 17 | "unavailable": ":white_circle:" |
| 18 | }, |
| 19 | "report_header": "Aether Daily Status Report" |
| 20 | }, |
| 21 | "managed_projects": [ |
| 22 | { |
| 23 | "name": "System", |
| 24 | "check_type": "pod", |
| 25 | "display": "Kubernetes System Pods" |
| 26 | }, |
| 27 | { |
| 28 | "name": "ConnectivityService", |
| 29 | "check_type": "app", |
| 30 | "display": "Connectivity Service Apps" |
| 31 | }, |
| 32 | { |
| 33 | "name": "CordPlatform", |
| 34 | "check_type": "app", |
| 35 | "display": "Monitoring Service Apps" |
| 36 | } |
| 37 | ] |
| 38 | } |