Skip to content

Instantly share code, notes, and snippets.

@nekoruri
Last active December 15, 2015 15:49
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/5284286 to your computer and use it in GitHub Desktop.
Save nekoruri/5284286 to your computer and use it in GitHub Desktop.
apt-get update
apt-get -y install apache2 rrdtool librrds-perl libcgi-fast-perl libdate-manip-perl \
libfile-copy-recursive-perl libhtml-template-perl libio-socket-inet6-perl \
liblog-log4perl-perl liburi-perl ttf-dejavu
wget \
http://ftp.jp.debian.org/debian-backports/pool/main/m/munin/munin_2.0.6-3~bpo60+1_all.deb \
http://ftp.jp.debian.org/debian-backports/pool/main/m/munin/munin-common_2.0.6-3~bpo60+1_all.deb
dpkg -i munin*.deb
ufw allow Apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment