[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: also enable apache munin plugins on pb7
Holger Levsen
gitlab at salsa.debian.org
Sat Apr 13 14:45:47 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e99a4a9f by Holger Levsen at 2019-04-13T13:45:35Z
reproducible: also enable apache munin plugins on pb7
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -580,7 +580,7 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
if [ "$HOSTNAME" != "jenkins" ] && [ -L /etc/munin/plugins/iostat ] ; then
sudo rm /etc/munin/plugins/iostat
fi
- if [ "$HOSTNAME" = "jenkins" ] && [ ! -L /etc/munin/plugins/apache_accesses ] ; then
+ if ( [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "profitbricks-build7-amd64" ] ) && [ ! -L /etc/munin/plugins/apache_accesses ] ; then
for i in apache_accesses apache_volume ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done
sudo ln -s /usr/share/munin/plugins/loggrep jenkins_oom
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/e99a4a9fa3a0a08c7c865e9f83624a33e627d934
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/e99a4a9fa3a0a08c7c865e9f83624a33e627d934
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/20190413/b39b1800/attachment.html>
More information about the Qa-jenkins-scm
mailing list