Refactor system info widget to use labels for clarity
This commit is contained in:
parent
807df1bbb4
commit
9e0a54f2ce
13
conf.yml
13
conf.yml
@ -45,32 +45,31 @@ sections:
|
|||||||
icon: fas fa-server
|
icon: fas fa-server
|
||||||
widgets:
|
widgets:
|
||||||
- type: system-info
|
- type: system-info
|
||||||
options:
|
label: Host summary
|
||||||
showHostname: true
|
|
||||||
showOS: true
|
|
||||||
showUptime: true
|
|
||||||
showCPU: true
|
|
||||||
showMemory: true
|
|
||||||
showDisk: true
|
|
||||||
|
|
||||||
- type: gl-current-cpu
|
- type: gl-current-cpu
|
||||||
|
label: CPU (current)
|
||||||
options:
|
options:
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
|
|
||||||
- type: gl-current-mem
|
- type: gl-current-mem
|
||||||
|
label: Memory (current)
|
||||||
options:
|
options:
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
|
|
||||||
- type: gl-disk-space
|
- type: gl-disk-space
|
||||||
|
label: Disk Space
|
||||||
options:
|
options:
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
|
|
||||||
- type: gl-cpu-history
|
- type: gl-cpu-history
|
||||||
|
label: CPU (history)
|
||||||
options:
|
options:
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
limit: 60
|
limit: 60
|
||||||
|
|
||||||
- type: gl-mem-history
|
- type: gl-mem-history
|
||||||
|
label: Memory (history)
|
||||||
options:
|
options:
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
limit: 80
|
limit: 80
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user