Update raspberry.html

This commit is contained in:
yude 2020-08-29 19:35:56 +09:00
parent 726e9e588e
commit 103b5d9a95
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
1 changed files with 7 additions and 1 deletions

View File

@ -23,7 +23,13 @@
<a class="nav-link active" aria-current="page" href="#">raspberry</a>
</li>
</ul>
Not yet implemented.
<iframe src="https://mackerel.io/embed/orgs/yude/hosts/41YiSSEuFNq?graph=loadavg&amp;period=30m" height="200" width="400" frameborder="0"></iframe>
<iframe src="https://mackerel.io/embed/orgs/yude/hosts/41YiSSEuFNq?graph=cpu&amp;period=30m" height="200" width="400" frameborder="0"></iframe>
<iframe src="https://mackerel.io/embed/orgs/yude/hosts/41YiSSEuFNq?graph=memory&amp;period=30m" height="200" width="400" frameborder="0"></iframe>
<iframe src="https://mackerel.io/embed/orgs/yude/hosts/41YiSSEuFNq?graph=disk&amp;period=30m" height="200" width="400" frameborder="0"></iframe>
<iframe src="https://mackerel.io/embed/orgs/yude/hosts/41YiSSEuFNq?graph=interface&amp;period=30m" height="200" width="400" frameborder="0"></iframe>
<iframe src="https://mackerel.io/embed/orgs/yude/hosts/41YiSSEuFNq?graph=filesystem&amp;period=30m" height="200" width="400" frameborder="0"></iframe>
<iframe src="https://mackerel.io/embed/orgs/yude/hosts/41YiSSEuFNq?graph=custom.temperature.%2a&amp;period=30m" height="200" width="400" frameborder="0"></iframe>
</div>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>