<div dir="ltr">Our setup is mostly Python-based, it works quite well and it has been running reliably for many years.<div><br></div><div>We currently use Jenkins to schedule the python scripts that run our rsync jobs.</div><div>Jenkins is set to run the commands like this: <font face="monospace">sudo -u mirror /home/mirror/scripts/run_mirror.py -v centos</font><br></div><div>(We need `sudo` because we don't want to have everything owned by the Jenkins user. The `sudoers` configuration allows Jenkins to run that Python script only.)</div><div><br></div><div>All of our Python scripts are available on GitHub here: <a href="https://github.com/umd-mirror/scripts">https://github.com/umd-mirror/scripts</a></div><div>(Just for completeness, our website is here: <a href="https://github.com/umd-mirror/web">https://github.com/umd-mirror/web</a> )</div><div><br></div><div>I don't particularly like relying on Jenkins (because it is bloated and huge and it requires Java), but it's what we were using before I took over the mirror and I haven't had time to replace it.<br></div><div>We have Jenkins send the emails with the build failure notifications because that is built in, and it also sends a "back to normal" email when the next successful build completes. It also stores a week of successful logs, just in case we need to look at them, as well as all the failure logs.</div><div><br></div><div>Just for completeness, I have attached a screenshot of (the top half of) the Jenkins status page.</div><div><br></div><div>I know there was a time in the past that we did not use Jenkins, just cron calling the Python script, so if you look around in our Python scripts you may find email notification code that can help you as well.</div><div><br></div><div>Moshe</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">--<br>Moshe Katz<br><a href="mailto:mmkatz@umd.edu" target="_blank">mmkatz@umd.edu</a><br>(301) 867-3732</div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 11, 2020 at 9:09 PM Cambo.Host Mirror Service <mirror@cambo.host> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello fellow mirrorers <br>
<br>
This morning I started writing a wrapper for rsync to monitor the syncs<br>
and notify me of failures, however before I continue I'd like to ask if<br>
anyone else has such a script they'd like to share so as not to re-<br>
invent the wheel.<br>
<br>
The script I'm planning will obviously run the rsync and notify me by<br>
email of faults, but it will also monitor rsync in case it stalls. <br>
This happens sometimes if by chance there's some upstream network<br>
maintenance and a disconnect occurs in the middle of a sync.<br>
<br>
Look forward to seeing other people's solutions.<br>
<br>
Cheers from Cambodia!<br>
<br>
_______________________________________________<br>
CentOS-mirror mailing list<br>
<a href="mailto:CentOS-mirror@centos.org" target="_blank">CentOS-mirror@centos.org</a><br>
<a href="https://lists.centos.org/mailman/listinfo/centos-mirror" rel="noreferrer" target="_blank">https://lists.centos.org/mailman/listinfo/centos-mirror</a><br>
</blockquote></div>