mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #480] Feature Request: Process monitor #2236
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#2236
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 @wiicode on GitHub (May 6, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/480
Is your feature request related to a problem? Please describe.
I would like to easily monitor processes for uptime and trigger events if they are running/not-running, memory usage, and CPU.
Describe the solution you'd like
Under Checks, I would like an Add Check for "Process Monitor".
Once selected I would like to select from a dropdown a process. The dropdown aggregates all processes on all systems and groups them by process name. I would then select a process that I wish to monitor.
Once process is selected, I would like to be able to monitor it for multiple and/or conditions.
If a condition is detected, I would like the ability to run PowerShell command OR a script. On the command, I would like it to support parameters such as {{processname}}
Describe alternatives you've considered
Scheduled event that runs a script that does this check
Additional context
None at this time.
@johnnyq commented on GitHub (May 6, 2021):
I second this =]
@wh1te909 commented on GitHub (May 28, 2021):
this is a very specific check and that's why we have script checks
you can translate all of this logic into a script in whatever language you're more comfortable with (python, batch or powershell) and just add it as a script check