You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If I instal clients for windows manually, I can implement directly an update-task for the mondoo client, like...
... but the windows clients installed via ansible role won't get this update task.
Describe the solution you'd like
I would prefer the possibility to decide if I wan't to implement an auto-update task and what intervall and time, or just to be able to set a flag for auto update yes or no and take the default interval.
Describe alternatives you've considered
n/a
Additional context
Perhaps we can provide the update task for both, linux and windows. Perhaps it's possible that mondoo will write a cronjob with "apt-get --only-upgrade install mondoo -y" or "yum update mondoo" on the specified time interval, so the client can be patched according to your patch-cycle. We could patch some test-systems a day before the productive ones, but would be safe to always have an updated version.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If I instal clients for windows manually, I can implement directly an update-task for the mondoo client, like...
Install-Mondoo -RegistrationToken '[TOKEN]' -Service enable -UpdateTask enable -Time 12:00 -Interval 3;
... but the windows clients installed via ansible role won't get this update task.
Describe the solution you'd like
I would prefer the possibility to decide if I wan't to implement an auto-update task and what intervall and time, or just to be able to set a flag for auto update yes or no and take the default interval.
Describe alternatives you've considered
n/a
Additional context
Perhaps we can provide the update task for both, linux and windows. Perhaps it's possible that mondoo will write a cronjob with "apt-get --only-upgrade install mondoo -y" or "yum update mondoo" on the specified time interval, so the client can be patched according to your patch-cycle. We could patch some test-systems a day before the productive ones, but would be safe to always have an updated version.
The text was updated successfully, but these errors were encountered: