Closed nikolasdmtr closed 3 months ago
Since there is no system monitor widget yet, I did the following:
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):
Since there is no system monitor widget yet, I did the following:
The glance.yml entry looks like this:
And the output like this (lower left corner):