[Qa-jenkins-scm] [jenkins.debian.net] 01/01: don't monitor ntp
Holger Levsen
holger at layer-acht.org
Sat Dec 24 10:54:20 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 9ba5feaf043d50d3290512dbc5c2e838065f0b71
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Dec 24 11:54:14 2016 +0100
don't monitor ntp
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
TODO | 1 -
update_jdn.sh | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/TODO b/TODO
index 5a8b4a9..9a398f8 100644
--- a/TODO
+++ b/TODO
@@ -230,7 +230,6 @@ The idea is to run a jenkins.d.o host, which is maintained by DSA, but we are ma
* squid is not used, we copy a /etc/squid3/squid3.conf but ubuntu uses /etc/squid/squid.conf
* vary the time, run half the nodes in the future
* fix regular munin warnings
-* remove ntp munin plugins
* remove unwanted users from buildnodes (accidently created due to buggy update_jdn)
* update variations table
* add arm64 to THANKS+README
diff --git a/update_jdn.sh b/update_jdn.sh
index 9a5522d..9ad3407 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -539,7 +539,7 @@ fi
if [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] || [ ! -f $STAMP ] ; then
cd /etc/munin/plugins
- sudo rm -f postfix_* open_inodes interrupts irqstats threads proc_pri vmstat if_err_* exim_* netstat fw_forwarded_local fw_packets forks open_files users nfs* iostat_ios 2>/dev/null
+ sudo rm -f postfix_* open_inodes interrupts irqstats threads proc_pri vmstat if_err_* exim_* netstat fw_forwarded_local fw_packets forks open_files users nfs* iostat_ios ntp* 2>/dev/null
case $HOSTNAME in
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 ;;
*) ;;
--
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