Glances Widget - Is this the expected behavior? #4551
-
DescriptionI'm using the glances widgets and I find this file system one a little weird. Three different drives, all with the same y value on the graph. Shouldn't the y value of the graph be proportional to the disk usage? homepage versionv0.10.7 Installation methodDocker Configurationdocker-compose
services:
dockerproxy:
image: ghcr.io/tecnativa/docker-socket-proxy:latest
container_name: dockerproxy
environment:
- CONTAINERS=1 # Allow access to viewing containers
- SERVICES=1 # Allow access to viewing services (necessary when using Docker Swarm)
- TASKS=1 # Allow access to viewing tasks (necessary when using Docker Swarm)
- POST=0 # Disallow any POST operations (effectively read-only)
ports:
- 127.0.0.1:2375:2375
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
restart: unless-stopped
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
PUID: 1000 # optional, your user id
PGID: 1000 # optional, your group id
ports:
- 6404:3000
volumes:
- /home/nilo/homepage/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
- /home/nilo/homepage/images:/app/public/images
restart: unless-stopped settings ---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/settings
title: Akai Amaterasu
hideVersion: true
providers:
openweathermap: key
weatherapi: weatherapiapikey
headerStyle: clean
favicon: /images/amaterasu-sun.png
background:
image: /images/amaterasu.jpg
opacity: 30
cardBlur: md
theme: dark
color: zinc
useEqualHeights: true
layout:
Services:
style: row
columns: 3
Raspberry:
style: row
columns: 4 Relevant services - SD Card:
widget:
type: glances
url: valid_url
username: username
password: password
version: 4
metric: fs:/
- Seagate:
widget:
type: glances
url: valid_url
username: username
password: password
version: 4
metric: fs:/mnt/seagate
- Argon One:
widget:
type: glances
url: valid_url
username: username
password: password
version: 4
metric: fs:/mnt/argon-ssd Container LogsNo response Browser LogsNo response TroubleshootingNo errors |
Beta Was this translation helpful? Give feedback.
Answered by
shamoon
Jan 3, 2025
Replies: 1 comment
-
I think some recent changes are making it artificially short You can test it out in the dev branch when its done building in a bit (or the change will be in the next release) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shamoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think some recent changes are making it artificially short
You can test it out in the dev branch when its done building in a bit (or the change will be in the next release)
#4552