2020-11-08 15:53:09 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
.entry {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 10px;
|
2020-11-08 17:58:14 +00:00
|
|
|
width: 100%;
|
2020-11-08 15:53:09 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-11-08 17:58:14 +00:00
|
|
|
.entry_list div:nth-child(even) {
|
2020-11-08 15:53:09 +00:00
|
|
|
background-color: #ddd;
|
|
|
|
}
|
|
|
|
</style>
|
2020-12-20 19:46:30 +00:00
|
|
|
<title>{{metrics_startup.server_name}}</title>
|
2020-11-08 15:53:09 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2020-12-20 19:46:30 +00:00
|
|
|
<h1>{{metrics_startup.server_name}}</h1>
|
|
|
|
|
|
|
|
<h2>Gauges</h2>
|
|
|
|
|
|
|
|
<p>RSS MiB: {{metrics_gauges.rss_mib}}</p>
|
|
|
|
|
2020-11-08 15:53:09 +00:00
|
|
|
<div class="entry_list">
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<a class="entry" href="../">📁 ../</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<a class="entry" href="files/">
|
|
|
|
📁 Files
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|