File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 88class Monitor (BaseModel ):
99 type : MonitorType
1010 name : str
11+ description : str
1112 interval : int = 60
1213 retryInterval : int = 60
1314 resendInterval : int = 0
1415 maxretries : int = 0
1516 upsideDown : bool = False
1617 notificationIDList : Optional [List ] = None
1718
19+ # HTTP JSON-QUERY
20+ expectedValue : Optional [str ] = None
21+ jsonPath : Optional [str ] = None
22+
1823 # HTTP KEYWORD
1924 url : Optional [str ] = None
2025 expiryNotification : bool = False
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.9"
22services :
33 kuma :
44 container_name : uptime-kuma
5- image : louislam/uptime-kuma:1.19.6
5+ image : louislam/uptime-kuma:1.23.2
66 ports :
77 - " 3001:3001"
88 restart : always
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sniffio==1.3.0
2828starlette == 0.20.4
2929tortoise-orm == 0.19.2
3030typing_extensions == 4.4.0
31- uptime-kuma-api == 0.13.0
31+ uptime-kuma-api == 1.2.1
3232urllib3 == 1.26.12
3333uvloop == 0.17.0
3434watchfiles == 0.17.0
You can’t perform that action at this time.
0 commit comments