Skip to content

Instantly share code, notes, and snippets.

@nekoruri
Created April 1, 2013 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekoruri/5284243 to your computer and use it in GitHub Desktop.
Save nekoruri/5284243 to your computer and use it in GitHub Desktop.
apt-get update
apt-get -y install gawk libnet-server-perl liblist-moreutils-perl libcache-cache-perl
wget \
http://ftp.jp.debian.org/debian-backports/pool/main/m/munin/munin-common_2.0.6-3~bpo60+1_all.deb \
http://ftp.jp.debian.org/debian-backports/pool/main/m/munin/munin-node_2.0.6-3~bpo60+1_all.deb \
http://ftp.jp.debian.org/debian-backports/pool/main/m/munin/munin-plugins-core_2.0.6-3~bpo60+1_all.deb \
http://ftp.jp.debian.org/debian-backports/pool/main/m/munin/munin-plugins-extra_2.0.6-3~bpo60+1_all.deb
dpkg -i munin*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment