mirror of https://github.com/Aidaho12/haproxy-wi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
982 B
23 lines
982 B
<!DOCTYPE HTML> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>HAProxy monitoryng</title> |
|
<link href="/favicon.ico" rel="icon" type="image/x-icon" /> |
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> |
|
<link href="style.css" rel="stylesheet"> |
|
</head> |
|
<body> |
|
<center> |
|
<h3>Choose your destiny!</h3> |
|
<a href="cgi-bin/viewsttats.py" title="View stats">View stats</a> <br /> |
|
<a href="cgi-bin/edit.py" title="Edit settings">Edit settings</a> <br /> |
|
<a href="cgi-bin/logs.py" title="View logs">Logs</a> <br /> |
|
<a href="cgi-bin/diff.py" title="Compare Configs">Compare</a> <br /> |
|
<a href="cgi-bin/configshow.py" title="Show Config">Show</a> <br /> |
|
<a href="cgi-bin/config.py" title="Edit settings">Edit config</a> <br /> |
|
<a href="cgi-bin/configver.py" title="Upload old config">Upload old config</a> <br /> |
|
|
|
</center> |
|
</body> |
|
</html>
|
|
|