mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #191] Agent shown "online" but machine powered off #2061
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2061
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @juaromu on GitHub (Nov 25, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/191
Hi:
First of, thanks a lot for this project. Been testing it for a few days now and it's awesome.
Not sure if not using proper settings but agents are displayed as online on the UI when they've actually been offline for hours.
I'm using the defaults for "check interval" and "send overdue alert".
Cheers
@wh1te909 commented on GitHub (Nov 25, 2020):
Hi, that's odd, you refreshed the web ui using the refresh button top left of page? Cuz the online status does not auto refresh. If it's still showing online and the computer is really turned off, then it has to be a timezone issue, check to see if the correct timezone is set on the agent.
The online/offline/overdue status is calculated like so:
online (green): means the RMM has received a ping from the agent in the last 6 minutes (the tacticalagent windows service on the agent checks in every 30 to 120 seconds)
offline (yellow): the last ping from the agent was greater than 6 minutes ago, but less than whatever time is set in the "send overdue alert after"
overdue (red): default 30 minutes or whatever you've set for the "send overdue alert" field
@juaromu commented on GitHub (Nov 25, 2020):
It's the TZ indeed, funny though that didn't cross my mind.
Thanks a lot for your prompt answer and for the explanation as well, appreciated :-)