This commit is contained in:
2024-11-24 18:40:36 +01:00
parent f502c08d42
commit 52acd9c073
5 changed files with 16 additions and 11 deletions

View File

@@ -7,14 +7,11 @@
<meta http-equiv="refresh" content="{{ site_refresh }}">
{% endif %}
<title>Docker Container CPU-Nutzung</title>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
</head>
<body style="background-color:#64a0d6">
<h1>Docker Container CPU/MEM from netdata: <a href="{{ netdata_host }}" target="_blank">{{ netdata_host }}</a></h1>
<div id="plot"></div>
<script>
var graphs = {{ plot | safe }};
Plotly.plot('plot', graphs, {});
</script>
<div id="plot">
{{ plot | safe }};
</div>
</body>
</html>