Initial commit (with migration template)
This commit is contained in:
21
dashboard.html
Normal file
21
dashboard.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Deprecated Dashboard</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
text-align: center;
|
||||
padding: 50px;
|
||||
background-color: #f8f9fa;
|
||||
color: #333;
|
||||
}
|
||||
h1 { color: #dc3545; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>이 대시보드는 더 이상 사용되지 않습니다.</h1>
|
||||
<p>표준 모니터링 스택인 프로메테우스(Prometheus: 9090) 및 그라파나(Grafana: 3000)를 구동하여 사용해 주시기 바랍니다.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user