|
5 | 5 | "url": "postgres://demo:12345@localhost:5432/demo?sslmode=disable", |
6 | 6 | "checkInterval": 10, |
7 | 7 | "enable": false, |
8 | | - "tags": ["product 1", "product 2"] |
| 8 | + "tags": ["product 1", "product 2"], |
| 9 | + "pics": ["alex", "jason"] |
9 | 10 | }, |
10 | 11 |
|
11 | 12 | "postgresql_two": { |
12 | 13 | "kind": "postgresql", |
13 | 14 | "url": "postgres://demo:12345@localhost:5433/demo?sslmode=disable", |
14 | 15 | "checkInterval": 10, |
15 | 16 | "enable": false, |
16 | | - "tags": ["product 1", "product 2"] |
| 17 | + "tags": ["product 1", "product 2"], |
| 18 | + "pics": ["alex", "jason"] |
17 | 19 | }, |
18 | 20 |
|
19 | 21 | "oracle_one": { |
20 | 22 | "kind": "oracle", |
21 | 23 | "url": "oracle://username:pass%[email protected]:1521/servicename", |
22 | 24 | "checkInterval": 10, |
23 | 25 | "enable": false, |
24 | | - "tags": ["product 1", "product 2"] |
| 26 | + "tags": ["product 1", "product 2"], |
| 27 | + "pics": ["alex", "jason"] |
25 | 28 | }, |
26 | 29 |
|
27 | 30 | "mongodb_one": { |
28 | 31 | "kind": "mongodb", |
29 | 32 | "url": "mongodb://admin:admin@localhost:27017", |
30 | 33 | "checkInterval": 10, |
31 | 34 | "enable": false, |
32 | | - "tags": ["product 2"] |
| 35 | + "tags": ["product 2"], |
| 36 | + "pics": ["alex", "jason"] |
33 | 37 | }, |
34 | 38 |
|
35 | 39 | "mysql_one": { |
36 | 40 | "kind": "mysql", |
37 | 41 | "url": "demo:123456@tcp(127.0.0.1:3306)/demo", |
38 | 42 | "checkInterval": 5, |
39 | 43 | "enable": false, |
40 | | - "tags": ["product 1"] |
| 44 | + "tags": ["product 1"], |
| 45 | + "pics": ["alex", "jason"] |
41 | 46 | }, |
42 | 47 |
|
43 | 48 | "redis_one": { |
44 | 49 | "kind": "redis", |
45 | 50 | "url": "redis://:[email protected]:6379", |
46 | 51 | "checkInterval": 5, |
47 | 52 | "enable": false, |
48 | | - "tags": ["product 1", "product 2", "product 3"] |
| 53 | + "tags": ["product 1", "product 2", "product 3"], |
| 54 | + "pics": ["alex", "jason"] |
49 | 55 | }, |
50 | 56 |
|
51 | 57 | "minio_one": { |
52 | 58 | "kind": "web", |
53 | 59 | "url": "https://minio-storage.com/minio/health/ready", |
54 | 60 | "checkInterval": 10, |
55 | 61 | "enable": false, |
56 | | - "tags": ["product 1", "product 2"] |
| 62 | + "tags": ["product 1", "product 2"], |
| 63 | + "pics": ["alex", "jason"] |
57 | 64 | }, |
58 | 65 |
|
59 | 66 | "elasticsearch_cluster_one": { |
60 | 67 | "kind": "elasticsearch", |
61 | 68 | "url": "http://elastic:devpass@localhost:9200/_cluster/health?pretty", |
62 | 69 | "checkInterval": 10, |
63 | 70 | "enable": false, |
64 | | - "tags": ["product 1", "product 2"] |
| 71 | + "tags": ["product 1", "product 2"], |
| 72 | + "pics": ["alex", "jason"] |
65 | 73 | }, |
66 | 74 |
|
67 | 75 | "kafka_cluster_one": { |
68 | 76 | "kind": "kafka", |
69 | 77 | "url": "kafka://myname:[email protected]:9093,10.1.1.2:9093,10.1.1.3:9093", |
70 | 78 | "checkInterval": 5, |
71 | 79 | "enable": false, |
72 | | - "tags": ["product 1", "product 2"] |
| 80 | + "tags": ["product 1", "product 2"], |
| 81 | + "pics": ["bimo", "walker"] |
73 | 82 | }, |
74 | 83 |
|
75 | 84 | "kafka_local": { |
76 | 85 | "kind": "kafka", |
77 | 86 | "url": "kafka://127.0.0.1:9092", |
78 | 87 | "checkInterval": 5, |
79 | 88 | "enable": false, |
80 | | - "tags": ["product 1", "product 2"] |
| 89 | + "tags": ["product 1", "product 2"], |
| 90 | + "pics": ["ryan", "walker"] |
81 | 91 | }, |
82 | 92 |
|
83 | 93 | "airflow_one": { |
84 | 94 | "kind": "airflow", |
85 | 95 | "url": "http://localhost:8080/health", |
86 | 96 | "checkInterval": 10, |
87 | 97 | "enable": false, |
88 | | - "tags": ["product 1"] |
| 98 | + "tags": ["product 1"], |
| 99 | + "pics": ["ryan", "walker"] |
89 | 100 | }, |
90 | 101 |
|
91 | 102 | "airflow_flower_one": { |
92 | 103 | "kind": "airflowflower", |
93 | 104 | "url": "http://localhost:9090", |
94 | 105 | "checkInterval": 10, |
95 | 106 | "enable": false, |
96 | | - "tags": ["product 1", "product 2"] |
| 107 | + "tags": ["product 1", "product 2"], |
| 108 | + "pics": ["ryan", "walker"] |
97 | 109 | }, |
98 | 110 |
|
99 | 111 | "dummy_one": { |
100 | 112 | "kind": "dummy", |
101 | 113 | "url": "https://minio-storage.com/minio/health/ready", |
102 | 114 | "checkInterval": 5, |
103 | 115 | "enable": true, |
104 | | - "tags": ["product 1", "product 2"] |
| 116 | + "tags": ["product 1", "product 2"], |
| 117 | + "pics": ["ryan", "walker"] |
105 | 118 | }, |
106 | 119 |
|
107 | 120 | "server_1_storage_status": { |
|
111 | 124 | "thresholdDiskUsage": 5, |
112 | 125 | "fileSystem": "/dev/sdd", |
113 | 126 | "enable": false, |
114 | | - "tags": ["product 1", "product 2"] |
| 127 | + "tags": ["product 1", "product 2"], |
| 128 | + "pics": ["ryan", "walker"] |
115 | 129 | } |
116 | 130 | }, |
117 | 131 |
|
|
0 commit comments