Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glances Alerts shows wrong month #3081

Open
FS1961 opened this issue Jan 9, 2025 · 3 comments
Open

Glances Alerts shows wrong month #3081

FS1961 opened this issue Jan 9, 2025 · 3 comments

Comments

@FS1961
Copy link

FS1961 commented Jan 9, 2025

Check the bug
Before filling this bug report, please search if a similar issue already exists.
In this case, just add a comment on this existing issue.

Didn't see one.

Describe the bug
Alert is showing an incorrectly formatted date. For instance, we are currently in 2025-01-09 and the alerts are reporting 2025-00-09. See screen shot.

To Reproduce
Open Glances and check alerts.

Expected behavior
A correct date.

Screenshots
If applicable, add screenshots to help explain your problem.

Screenshot 2025-01-09 at 1 11 52 PM

Environement (please complete the following information)
Ubuntu Portainer container.

Additional context
Add any other context about the problem here.

You can also pastebin:

@nicolargo nicolargo added the bug label Jan 9, 2025
@nicolargo nicolargo added this to the Next releases milestone Jan 9, 2025
@nicolargo
Copy link
Owner

nicolargo commented Jan 11, 2025

Hi @FS1961

can not reproduce on my side with Glances 4.3.0.8.

What's your Glances version ?

image

@FS1961
Copy link
Author

FS1961 commented Jan 12, 2025

Here is the info from the help screen.

Glances 4.3.0.7 with psutil 6.1.1

Here is my docker container which says to use the latest.

version: "3.9"
services:
glances:
container_name: Glances
image: nicolargo/glances:latest
healthcheck:
test: curl -f http://localhost:61208/ || exit 1
mem_limit: 4g
cpu_shares: 768
security_opt:
- no-new-privileges:true
pid: host
privileged: true
network_mode: host
restart: on-failure:5
ports:
- 61208:61208
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
GLANCES_OPT: -w
TZ: Europe/Berlin

@FS1961
Copy link
Author

FS1961 commented Jan 12, 2025

I manually selected the image: nicolargo/glances:4.3.0.8 and it loads. Not sure why "latest" doesn't load this.

In any case, I have to wait for an alert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants