File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en " class ="theme__dark ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/favicon.svg " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < meta name ="description " content ="This is just to check the internet connectivity " />
8
+ < title > Devtron - Heartbeat</ title >
9
+ </ head >
10
+ < body >
11
+ < div class ="container ">
12
+ < h1 > Devtron - Heartbeat</ h1 >
13
+ < p > This page is used to check the internet connectivity.</ p >
14
+ < p > It will be used by the Devtron agent to check if the internet is reachable.</ p >
15
+ < p > It will return a 200 OK response if the internet is reachable.</ p >
16
+ < p > If the internet is not reachable, it will return a 503 Service Unavailable response.</ p >
17
+ </ div >
18
+ </ body >
19
+ </ html >
You can’t perform that action at this time.
0 commit comments