Automatic Update

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12263
    Yorick
    Participant

    Hi,

    I’ve got a question.

    Can I make BatchPatch automatically search for updates every day or week. And if found let batchpatch send an email to the e-mail address I’ve set in the settings.
    Is this possible? And if so, how can i achieve this?

    Thanks in advance,

    Yorick

    #12264
    Yorick
    Participant

    Hi,

    I’ve found the task scheduler. Now I can repeat single scheduled task. But i want a Multiple Task Schedule to repeat it self every week. Do I have to add a task manually for everyweek so it repeats it self or is there another way to do this?

    Greetings,

    Yorick

    #12265
    doug
    Moderator

    Create a job queue with the following steps:

    1. Check for available updates
    2. Terminate queue if previous ‘Check for available updates’ finds 0 updates
    3. Send email notification

    Then set that job queue to run as a scheduled task. When it runs it will send you an email notification if/when there are 1 or more updates available. In the next version of BatchPatch there will be additional conditional options available for the job queue to enable this task to be created in a couple of different ways, but in the current version you would need to do it like stated above.

    The multiple tasks scheduler does not allow recurrence. Your options are either create a separate recurring scheduled task for each row (you can create more than one row per host, if desired), or use the multiple tasks scheduler and manually create all of the desired datetimes to run the task.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.