diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-05 12:00:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-05 12:00:06 +0100 |
commit | 8bb59298e89547eeb1861c23cea313448effbadb (patch) | |
tree | 08a33863ca573b4a265c18cac8889d77f33ee890 /etc | |
parent | fbe99f7c45a53e3db3e99b3a7fcc481f8343ba46 (diff) | |
download | jenkins.debian.net-8bb59298e89547eeb1861c23cea313448effbadb.tar.xz |
small enhancements
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/munin/plugins/jenkins_builds | 2 | ||||
-rw-r--r-- | etc/squid/squid.conf | 2 | ||||
-rw-r--r-- | etc/sudoers.d/jenkins | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/munin/plugins/jenkins_builds b/etc/munin/plugins/jenkins_builds index 91b531fa..d0caa97b 100755 --- a/etc/munin/plugins/jenkins_builds +++ b/etc/munin/plugins/jenkins_builds @@ -31,7 +31,7 @@ fi if [ "$1" = "config" ]; then - echo 'graph_title Jenkins Builds' + echo 'graph_title Jenkins Builds in the last 24h' echo 'graph_args --base 1000 -l 0 ' echo 'graph_scale no' echo 'graph_vlabel Jenkins Builds per category in the last 24h' diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf index 22a83880..f49213f5 100644 --- a/etc/squid/squid.conf +++ b/etc/squid/squid.conf @@ -1942,7 +1942,7 @@ hierarchy_stoplist cgi-bin ? # (hard coded at 1 MB). # #Default: -cache_dir ufs /var/spool/squid 100 16 102400 +cache_dir ufs /var/spool/squid 16384 16 1024 # TAG: store_dir_select_algorithm # Set this to 'round-robin' as an alternative. diff --git a/etc/sudoers.d/jenkins b/etc/sudoers.d/jenkins index d7a27de8..79aab06a 100644 --- a/etc/sudoers.d/jenkins +++ b/etc/sudoers.d/jenkins @@ -1 +1 @@ -jenkins ALL= NOPASSWD: /usr/sbin/debootstrap *, NOPASSWD: /usr/sbin/chroot /chroots/*, NOPASSWD: /bin/rm -rf /chroots/*, NOPASSWD: /bin/umount -l /chroots/* +jenkins ALL= NOPASSWD: /usr/sbin/debootstrap *, NOPASSWD: /usr/sbin/chroot /chroots/*, NOPASSWD: /bin/rm -rf /chroots/*, NOPASSWD: /bin/umount -l /chroots/*, NOPASSWD: /usr/bin/du * |