[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect ssh login problems
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Aug 8 15:31:35 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
6a98f816 by Holger Levsen at 2022-08-08T16:31:09+02:00
trbo health check: detect ssh login problems
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -296,6 +296,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
else
small_note "psql: could not connect to server"
fi
+ elif $(grep -q "^kex_exchange_identification: Connection closed by remote host" $LOG) ; then
+ small_note "ssh login to remote host failed"
elif $(grep -E -q "^ssh: connect to host .* No route to host" $LOG) ; then
small_note "no route to host"
elif $(grep -E -q "^ssh: Could not resolve hostname .*: Temporary failure in name resolution" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6a98f8166f37bfdceea8f44cae0bbf3eb2aeb532
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6a98f8166f37bfdceea8f44cae0bbf3eb2aeb532
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/20220808/8672edaa/attachment.htm>
More information about the Qa-jenkins-scm
mailing list