kieranbarnes Independent PHP, WordPress & CubeCart Programmer

System Monitoring on Ubuntu in 30 seconds

Posted on July 17, 2007

Installing munin has to be the fastest and simplest way of installing a visual system monitor on Linux.

Website Blurb:
Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities. After completing a installation a high number of monitoring plugins will be playing with no more effort.

Munin is incredibly extensible, you can monitor many nodes (servers) from one client and there is no end of plugins available.
The beauty of the apt-get install is it will check what you have installed already and automatically enable the supported plugins for your installed software, for example, mysql & postfix.

If you are using a default apt'ed version of apache2, things are very simple.

apt-get install munin-node munin

Thats it. You'll see a new directory in /var/www called munin.
Leave it a few hours and jump to http://your-server/munin to see the results.

If you are using a non-apt'ed apache2 then add 5 seconds onto your install time, you will need to edit /etc/munin/munin.conf and change the following line

htmldir /var/www/munin

to match your enviroment.

munin-big-mysql.PNG munin-small-memory.PNG


Related posts

  1. Install Imagemagick / Imagick for PHP on Ubuntu
    No problem if you want to install imagemagick on your server, Ubuntu makes this very...
  2. NTLM Authentication on Ubuntu and Apache2 Revisited
    It's been a while since I've had to build an NTLM integrated Apache2 server. So...
  3. Installing VMware Server & MUI on Ubuntu 7.10
    Installing VMware on Ubuntu 7.10 isn't as easy as Ubuntu usually makes things out to...
  4. Setting up and using NFS on Ubuntu
    Network File System, NFS, has been around since Noah first networked his ark. Setting up...
  5. Ubuntu Upgrades
    Here is a really simple way of upgrading your Ubuntu system. After the initial setup,...

Posted by Kieran


Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

(required)

No trackbacks yet.