This commit is contained in:
parent
e696b2a10b
commit
6860e318f5
1 changed files with 2 additions and 2 deletions
4
app.py
4
app.py
|
@ -18,8 +18,8 @@ def homepage():
|
||||||
|
|
||||||
@app.route("/monitoring")
|
@app.route("/monitoring")
|
||||||
def monitoring():
|
def monitoring():
|
||||||
git_status = get("http://localhost:5000")
|
git_status = get("https://git.adrianux.net")
|
||||||
website_status = get("http://localhost:5000")
|
website_status = get("https://adrianux.net")
|
||||||
return render_template("monitoring.html", git_status = git_status, website_status = website_status )
|
return render_template("monitoring.html", git_status = git_status, website_status = website_status )
|
||||||
|
|
||||||
def get_status_code(link):
|
def get_status_code(link):
|
||||||
|
|
Loading…
Reference in a new issue