Installing and Running Monitorix on Amazon Linux OS
Let`s say you need monitor a box and see what happens in sense of CPU, IO, Network, Memory and you want see some nice charts? There is a great tool todo that is monitorix you can real good data and is very easy to get it running.
Monitorix is very simple to use and have a very nice web interface . Today i will show how to install and run monitorix on Amazon Linux OS.
Installing and Running Monitorix on Amazon Linux
You should see something like this:
Cheers,
Diego Pacheco
Monitorix is very simple to use and have a very nice web interface . Today i will show how to install and run monitorix on Amazon Linux OS.
Installing and Running Monitorix on Amazon Linux
$ sudo yum install --enablerepo=epel -y rrdtool rrdtool-perl perl-libwww-perl perl-MailTools perl-MIME-Lite perl- CGI perl-DBI perl-XML-Simple perl-Config-General perl-HTTP-Server-Simple perl-IO-Socket-SSL
$ sudo rpm -ivh http://www.monitorix.org/monitorix-3.7.0-1.noarch.rpm
$ sudo service monitorix start
Cheers,
Diego Pacheco