mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #611] agent_id empty in table alerts_alert #2334
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#2334
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 @Nini81 on GitHub (Jun 30, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/611
Using Tactical RMM v0.7.2
When alert is poping, the field "agent_id" is empty in the "alerts_alert" table, So we're loosing the relation between the alert and the host. There's the hostname in the message, but if 2 clients use the same hostname ...
@silversword411 commented on GitHub (Jun 30, 2021):
Can you provide a screenshot with the problem?
@Nini81 commented on GitHub (Jun 30, 2021):
https://imgur.com/a/PWh2h0p
here is it
Edit : i just realize there's the assigned_check_id that is related to the checks_check table, which contains the agent_id if needed. So my report is not really a big deal. should have seen that one earlier.
@wh1te909 commented on GitHub (Jun 30, 2021):
what exactly is the bug i don't understand
@Nini81 commented on GitHub (Jul 2, 2021):
i thought taht the "agent_id" should contain the id of the agent that poped the alert, no ?
@silversword411 commented on GitHub (Jul 3, 2021):
That doesn't look like a standard TRMM screen. Are you using a 3rd party tool like grafana to look at the postgres database?
@sadnub commented on GitHub (Jul 3, 2021):
If the alert is triggered by a check or task, you need to get the agent through those relationships.