Customizing the cron

Hi

I use the current Webgrabplus container. In your description (Github) it says the following:

After you have edited the the wg3-cron file, restart the container to apply the new schedule. Do not adjust the command!

Now I would like to monitor the cron using healthchecks.io. As soon as the cron has run successfully, a curl should be executed, but I’m not sure what it should look like (because it says, not to adjust the command). Can I adapt the file wg3-cron in this way?

2 3 * * * /bin/bash /defaults/update.sh && curl -fsS -m 10 --retry 5 -o /dev/null https://hc-ping.com/f98951b1-89fc-4492-bc91-184a8d10a78a

I’m not sure what the possibilities are, but currently it doesn’t seem to work. Does anyone have an idea how I can achieve this?

Edit: the curl part is from the official docs.

Thanks.

Whoop whoop! :partying_face:

9 minutes ago, this seems to have worked. Looks like the cron did not run correctly before. So it seems to work that way.