mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #689] overdue time by default for new agent #2387
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#2387
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 @cmiscloni on GitHub (Sep 3, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/689
Overdue time is always back to default when a new agent is added to the Dashboard,the possibility to apply a custom in settings by default will be great.
Thanks
@silversword411 commented on GitHub (Sep 3, 2021):
52 years is a nice indicator that a client hasn't done an update yet. What would you set it to otherwise?
@cmiscloni commented on GitHub (Sep 4, 2021):
Actually, my agents comes overdue after a very short period. I change it by cli but it's not applied on new agents. Maybe let the administrator decide what the best time for him with a specific Global Setting.
@wh1te909 commented on GitHub (Sep 4, 2021):
the default is hardcoded in the django model and created when your database is created during initial install. can't override it after. this is why the management command exists. you can setup the management command in a cronjob if you want that way you don't have to manually run it from cli. I would just have it run every 5 minutes or so that way it will catch all new agents.