mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2040] [Feature request] add random times to checks #1267
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#1267
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 @P6g9YHK6 on GitHub (Oct 22, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2040
Is your feature request related to a problem? Please describe.
currently i have some checks that will when executed on multiple hosts at the same time will simply DDOS either a hypervisor or even a remote website/endpoint.
this also apply to a speed test that would require that each hosts test the speed at separate times.
Describe the solution you'd like
another field when creating a check that will ask for a range of time to be added before executing the check automatically
this should also apply on "run check now" when called from either the site or the client but not on the agent this is why another value is needed or would need to be calculated separately for when "run check now" is used not on the agent
Describe alternatives you've considered
all problematic scripts would have to have a snippet {{randomdelay}} and sleep them for the range set in a var
low priority stuff but i though it should still be opened
Additional context



@P6g9YHK6 commented on GitHub (Oct 28, 2024):
found an exemple in eset of an imprementation of this for the same reasons

<html> > | Random delay interval setting is available for Scheduled type triggers. It defines the range of maximum delay for task execution. Randomizing can prevent overloading the server. > -- | -- > > >@ccarney16 commented on GitHub (Dec 9, 2024):
I like this idea, though I'd much prefer something similar to ansible/ci systems where you can specify how many concurrent jobs can be run at the same time. So perhaps something like "Max Concurrent: " instead of a random delay would be better.
@wh1te909 commented on GitHub (Mar 7, 2025):
partially implemented: https://docs.tacticalrmm.com/functions/settings_override/#configuring-agent-check-jitter
this is until we can get it into the UI. it currently only applies to the agent's own scheduler, so manually triggering check runs from the UI will run immediately