Skip to content

Instantly share code, notes, and snippets.

@fduran
Created February 20, 2012 18:17
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 fduran/1870444 to your computer and use it in GitHub Desktop.
Save fduran/1870444 to your computer and use it in GitHub Desktop.
Linux server stats with munin
# munin stats http://munin-monitoring.org/
# www.fduran.com
apt-get update; apt-get install munin munin-node
# Apache: add at the end of .conf file or as new sites-available:
# Alias /munin "/var/www/munin"
# you may want to password-protect the directory
/etc/init.d/munin-node start
# check with:
netstat -tlpn |grep 4949
# set to auto-start upon reboot, pick one
# debian/ubuntu type
update-rc.d munin-node defaults
# redhat type
chkconfig munin-node on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment