mirror of
https://github.com/gethomepage/homepage.git
synced 2025-07-09 03:04:18 -04:00
Add glances info widget
parent
d38b97266b
commit
a07cfc905a
@ -199,4 +199,16 @@ format:
|
|||||||
dateStyle: short
|
dateStyle: short
|
||||||
timeStyle: short
|
timeStyle: short
|
||||||
hour12: true
|
hour12: true
|
||||||
|
```
|
||||||
|
|
||||||
|
## Glances
|
||||||
|
|
||||||
|
The Glances widget allows you to monitor the resources (CPU + Memory) of another machine, it is designed to match the `resources` info widget. You can have multiple instances by adding another configuration block.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- glances:
|
||||||
|
url: http://host.or.ip:port
|
||||||
|
username: user # optional if auth enabled in Glances
|
||||||
|
password: pass # optional if auth enabled in Glances
|
||||||
|
label: MyMachine # optional
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user