You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration_example.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@
17
17
"send_if_there_no_unhealthy": false,
18
18
"hello_message": ":wave: Hi, we are connected! Let's go! :tada:",
19
19
"healthy_message": "URL {url} is fine :heart:",
20
-
"unhealthy_message": "URL {url} is dead :firecracker::skull_and_crossbones::firecracker:",
20
+
"unhealthy_message": "URL {url} is dead, status code: {status_code}, error message: {error_message} :firecracker::skull_and_crossbones::firecracker:",
21
21
"no_unhealthy_message": "Everything is fine :green_heart:",
22
22
"back_to_healthy_message": "URL {url}, back to live! :tada: Total dead time {how_long_was_unhealthy} min",
23
-
"still_unhealthy_message": "URL {url}, is still dead :firecracker::skull_and_crossbones::firecracker: Total dead time {how_long_was_unhealthy} min"
23
+
"still_unhealthy_message": "URL {url}, is still dead, status code: {status_code}, error message: {error_message} :firecracker::skull_and_crossbones::firecracker: Total dead time {how_long_was_unhealthy} min"
0 commit comments