mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #396] Patch Management - cannot disable schedules #2187
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#2187
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 @frankemann on GitHub (Apr 15, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/396
Originally assigned to: @sadnub on GitHub.
Installation Method:
Agent Info (please complete the following information):
Describe the bug
We want to disable using the patch management automatically as we are using Intune for patching.
It seems like every device in TRMM gets an automatic Inherit on all patches and a schedule installation at Fridays and Saturdays. We have tried to create an Automation Manager including some test Clients, Sites where the Patch management polic is to Ignore all patches and none days are selected for scheduled installation.
But if we access the devices in the clients, sites and right click to edit, we can see the devices still are using the Inherit and are scheduled for patching Fridays And Saturdays.
Expected behavior
To be able to disable Patch Management Globally as default, or that the Patch management policies we apply in automation manager actually gets down to the devices/agents in the specified client, sites.
Screenshots


Additional context
Add any other context about the problem here.
@sadnub commented on GitHub (Apr 15, 2021):
@frankemann The patches won't be applied unless it is set to auto approve. The inherit means that, if configured, it will pull from a patch policy configured on automation policy.
@frankemann commented on GitHub (Apr 15, 2021):
Ok,thanks for fast feedback
But since the device in the screenshot has a patch policy configured through automation policy; shouldn't the Scheduled Time also says Inherit? For me it now seems that this device will eventually try to do some patch Friday, Saturdag 3 AM?
But you are saying that will now happen, since I have set the patch policy to Ignore on all settings, correct?
In that matter a feature reqeust could be to also show the Schedule Time to Inherit and now show the weekdays on the device itself, since it will show in the patch policy. Or that the weekdays show the same as the days in the patch policy. That is not the case right now.
@sadnub commented on GitHub (Apr 15, 2021):
The schedule time is controlled by the schedule frequency. By default, the agent inherits all patch settings from an automation policy
@sadnub commented on GitHub (Apr 15, 2021):
I mean I suppose I could hide the disabled controls when the dropdowns are set to inherit
@frankemann commented on GitHub (Apr 15, 2021):
Would be nice to see something in the GUI which shows that there is no schedule to install patches when it inherits an automation policy which doesn't approve patches and have no schedule to install.
For now, all of our technicans has the impression that the device actually will boot Friday and Saturdat, as it really shows that on the device (as the screenshot show) Schduled time coulde f.ex show "None" which would indicate that " nothing gonna happen for patching on this computer, that's for sure :) "
@sadnub commented on GitHub (Apr 15, 2021):
I just fixed this and will be in the next release!
@frankemann commented on GitHub (Apr 15, 2021):
Wow, that was fast! Excellent!
Last question: If a Client, Site does not have any Patch Policy attached to their automation policy.
Is the default that pathces is auto approve and patching Friday, Saturdat at 3.AM? Or won't it patch, since it anyways says Inherit as default (and there is nothing to Inherit..? Unless the hidden default global setting is Friday, Saturday)
@sadnub commented on GitHub (Apr 15, 2021):
That value is just populated into the DB on creation. Doesn't do anything until you setup auto approval or start approving patches
@frankemann commented on GitHub (Apr 15, 2021):
Thanks!