mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #88] Feature Request: Event Log Check, Filter Source and/or Details #47
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#47
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 @bradhawkins85 on GitHub (Sep 1, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/88
Originally assigned to: @wh1te909 on GitHub.
Would it be possible to update the Event Log check to also take the event source and/or possibly even a string in the details in to consideration when running the check.
Some event id's belong to multiple sources and can trigger false alerts if just checking for a specific event id.
E.G. Event ID 5 belongs to VDS Basic Provider, IsolatedUserMode and Hyper-V-VmSwitch and not all of these need to be alerted when detected.
@wh1te909 commented on GitHub (Sep 1, 2020):
will do! I am making big changes to how checks work on the agent, right now the status of pass/fail is being calculated agent side but instead will be sending the raw data to the RMM and calculate it there, this way have more flexibility in determining status and not having to release a new agent for a new request like this so can implement alot faster.