mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1736] RMM webinterface tree status icon is not updating #3025
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#3025
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 @styx-tdo on GitHub (Jan 15, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1736
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
The web interface shows red in the tree, even if the status of all machines is green. It seems the icon is not updating anymore.
I did clear the cache etc, but to no avail.
To Reproduce
unure
Expected behavior
Status in the tree should reflect machine status
Screenshots

@wh1te909 commented on GitHub (Jan 22, 2024):
closing as this was due to celery/celerybeat not running
@Trapulo commented on GitHub (Mar 28, 2025):
I have same problem: I solved some checks on agent workstations, that now are all "green" but still client and site in tree remains "red". My celery is running well and logging. eg:
2025-03-28 10:51:00,002: INFO/MainProcess] Scheduler: Sending due task trmm-scheduler (core.tasks.scheduled_task_runner)
[2025-03-28 10:51:00,007: INFO/MainProcess] Scheduler: Sending due task cache-db-fields-task (core.tasks.cache_db_fields_task)
[2025-03-28 10:51:06,514: INFO/MainProcess] Scheduler: Sending due task resolve-alerts-task (core.tasks.resolve_alerts_task)
[2025-03-28 10:52:00,003: INFO/MainProcess] Scheduler: Sending due task sync-mesh-perms-task (core.tasks.sync_mesh_perms_task)
[2025-03-28 10:52:00,013: INFO/MainProcess] Scheduler: Sending due task trmm-scheduler (core.tasks.scheduled_task_runner)
[2025-03-28 10:52:00,017: INFO/MainProcess] Scheduler: Sending due task sync-scheduled-tasks (core.tasks.sync_scheduled_tasks)
[2025-03-28 10:52:25,940: INFO/MainProcess] Scheduler: Sending due task resolve-pending-actions (core.tasks.resolve_pending_actions)
[2025-03-28 10:52:26,515: INFO/MainProcess] Scheduler: Sending due task resolve-alerts-task (core.tasks.resolve_alerts_task)
[2025-03-28 10:53:00,002: INFO/MainProcess] Scheduler: Sending due task trmm-scheduler (core.tasks.scheduled_task_runner)
[2025-03-28 10:53:16,349: INFO/MainProcess] Scheduler: Sending due task agent-outages-task (agents.tasks.agent_outages_task)