[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] node health check: also fix failed logrotate and man-db services
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Feb 9 23:19:11 GMT 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b6e16d39 by Holger Levsen at 2022-02-10T00:19:00+01:00
node health check: also fix failed logrotate and man-db services
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_node_health_check.sh
Changes:
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -154,7 +154,7 @@ if ! systemctl is-system-running > /dev/null; then
echo "$(date -u) - problematic services found:"
cat $SERVICES
echo "$(date -u) - trying to fix problematic services."
- for UNIT in avahi-daemon acpid rtkit-daemon networking systemd-journal-flush haveged e2scrub_all apt-daily apt-daily-upgrade ; do
+ for UNIT in avahi-daemon acpid rtkit-daemon networking systemd-journal-flush haveged e2scrub_all apt-daily apt-daily-upgrade logrotate man-db; do
if [ -n "$(grep $UNIT $SERVICES)" ] ; then
echo "$(date -u) - restarting failed service $UNIT..."
sudo systemctl restart $UNIT
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b6e16d39acb2e3411b7c98a93f50ca0984462493
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b6e16d39acb2e3411b7c98a93f50ca0984462493
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20220209/56b6eb0d/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list