v.0.2.0
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user