mirror of https://github.com/Aidaho12/haproxy-wi
25 lines
1.0 KiB
HTML
25 lines
1.0 KiB
HTML
<!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>
|
|
<h2>Welcome! HAproxy Web intarface</h2>
|
|
<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>
|