mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #1802] Bulk Reboot scheduler #3067
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#3067
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 (Mar 19, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1802
Is your feature request related to a problem? Please describe.
Manually planning reboots for each agent can be cumbersome, especially when it's not scripted.
Describe the solution you'd like
I propose the addition of a "Bulk Reboot Menu" feature, similar to the existing "Bulk Command" and "Bulk Script" functionalities. This feature would allow users to schedule reboots for multiple devices based on client, site, or agents. Additionally, it should offer options to spread the reboots evenly over a specified interval. For instance, if 6 machines are scheduled for reboot with a 10-minute interval, the last one would reboot an hour after the first.
Describe alternatives you've considered
While scripts and automation policies can be used, they lack the ability to schedule reboots at regular intervals. Scripting only allows for random reboot times, which makes it challenging to ensure a smooth sequence of reboots.
@NiceGuyIT commented on GitHub (Mar 19, 2024):
This is similar to or a duplicate of
@P6g9YHK6 commented on GitHub (Mar 19, 2024):
similar yes
duplicate no
i don't think both request are mutualy exclusive.
@bbrendon commented on GitHub (Mar 19, 2024):
Why can't you use tasks? Tasks run on a schedule.
@P6g9YHK6 commented on GitHub (Mar 19, 2024):
for the same reasons there is dedicated "reboot" button rather than only a "send command" button.
Convinience and if this convinience is available, more tools can be built around it. (i gave the exemple of the intervals)