[Qa-jenkins-scm] [jenkins.debian.net] 01/01: monitor postfix on jenkins.d.n
Holger Levsen
holger at layer-acht.org
Mon Oct 10 22:10:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit f2a87796044db26f7daf2a4736bd66db3ed51488
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Oct 11 00:10:04 2016 +0200
monitor postfix on jenkins.d.n
---
update_jdn.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/update_jdn.sh b/update_jdn.sh
index f090317..5e275ec 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -507,6 +507,10 @@ if [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] || [ ! -f $STAMP ] ; then
jenkins|profitbricks-build*) [ -L /etc/munin/plugins/squid_cache ] || for i in squid_cache squid_objectsize squid_requests squid_traffic ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done ;;
*) ;;
esac
+ case $HOSTNAME in
+ jenkins) [ -L /etc/munin/plugins/postfix_mailstats ] || for i in postfix_mailstats postfix_mailvolume postfix_mailqueue ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done ;;
+ *) ;;
+ esac
if [ "$HOSTNAME" != "jenkins" ] && [ -L /etc/munin/plugins/iostat ] ; then
sudo rm /etc/munin/plugins/iostat
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list