System monitor widget using iframe in type: html #192
nikolasdmtr
started this conversation in
Guides and resources
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since there is no system monitor widget yet, I did the following:
height="50"
width="200"
The glance.yml entry looks like this:
- type: html source: | <p> </p> <div class="widget-header"> <div class="uppercase">System</div> </div> <iframe src="http://127.0.1.1:90/?graph=cpu&showPercentage=true&theme=light&color=b1b1b1&surface=f6f6f6&innerRadius=0&textSize=12" style="border-radius: 6px; border: 1px solid #E8E8E8;" allowtransparency="false" frameborder="0" height="50" width="300"> </iframe> - type: html source: | <iframe src="http://127.0.1.1:90/?graph=ram&showPercentage=true&theme=light&color=b1b1b1&surface=f6f6f6&innerRadius=0&textSize=12" style="border-radius: 6px; border: 1px solid #E8E8E8;" allowtransparency="false" frameborder="0" height="50" width="300"> </iframe> - type: html source: | <iframe src="http://127.0.1.1:90/?graph=storage&showPercentage=true&theme=light&color=b1b1b1&surface=f6f6f6&innerRadius=0&textSize=12" style="border-radius: 6px; border: 1px solid #E8E8E8;" allowtransparency="false" frameborder="0" height="150" width="300"> </iframe>And the output like this (lower left corner):

Beta Was this translation helpful? Give feedback.
All reactions