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
@ -200,3 +200,15 @@ format:
|
||||
timeStyle: short
|
||||
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