This commit is contained in:
2024-11-24 20:36:11 +01:00
parent 8d3cfadce9
commit 93a5b139a6
5 changed files with 8 additions and 4 deletions

View File

@@ -6,10 +6,10 @@
{% if site_refresh > 0 %}
<meta http-equiv="refresh" content="{{ site_refresh }}">
{% endif %}
<title>Docker Container CPU-Nutzung</title>
<title>DocRudi</title>
</head>
<body style="background-color:#64a0d6">
<h1>Docker Container CPU/MEM from netdata: <a href="{{ netdata_host }}" target="_blank">{{ netdata_host }}</a></h1>
<h1>DocRudi: CPU/MEM from netdata: <a href="{{ netdata_host }}" target="_blank">{{ netdata_host }}</a></h1>
<div id="plot">
{{ plot | safe }};
</div>