Submitted by nibb on Wed, 05/14/2014 - 15:58
I saw this in another cloud product and I just thought this is amazingly easily to implement and rather very helpful as well for system admins.
Its to be able to schedule actions where users can trigger actions on a specific group of servers for a specific day and time. Example, schedule all servers to shut down every Friday at night.
I think this would be a nice feature that can be added with a simple cron.
Status:
Active
Comments
Submitted by JamieCameron on Wed, 05/14/2014 - 18:30 Comment #1
That's a nice idea. Actually, you could do some of this already by creating your own cron jobs that run as root and call Cloudmin API commands. For example, something like :
cloudmin shutdown-system --group xyx
For more details on API commands, see https://www.virtualmin.com/documentation/cloudmin/devel/cli