Membuat Monitoring System Linux Ubuntu Server 11.10 dengan Monitorix

Membuat monitoring system linux Ubuntu server secara keselurihan dengan Monitorix 1.3.2
1. Pastikan Apacehe2 dan tool pendukung yang lain nya sudah terinstall (rrdtool librrds-perl libwww-perl) jika belum bisa menggunakan perintah ini :
[code]sudo apt-get install rrdtool librrds-perl apache2 libwww-perl[/code]
2. Download Monitorix dan extrak ya bro..
link download ada di sini :
[code]wget http://www.monitorix.org/old_versions/monitorix-1.3.2.tar.gz
tar -zxvf monitorix-1.3.2.tar.gz[/code]
3. jalan Perintah file instalasi monitorix .sh
[code]$ cd monitorix-1.3.2
$ sudo ./install.sh
Welcome to Monitorix v1.3.2 installation process.
The install script has detected that this is a GNU/Linux operating system.
Currently Monitorix supports only the following GNU/Linux distributions:
1 - RedHat/Fedora/CentOS
2 - Generic
3 - Debian (Ubuntu)
4 - Gentoo
5 - Slackware
Please select your option: [/code]
4. Pilih no 3 (debian ) ubuntu

[code]The following is a list of the default paths where the Monitorix components
will be installed:
1 - /usr/bin
2 - /etc
3 - /etc/init.d
4 - /var/lib
5 - /usr/share/doc
6 - /var/www
7 - /usr/lib/cgi-bin
8 - /usr/share/man/man
5 Last chance to stop the installation.
Are you sure to install Monitorix on the paths shown? [y/n]: [/code]
5.  pilih dan tekan tombol Y
6. Jalan service monitorix dengan perintah :
sudo service monitorix start
7. Melihat hasil dari monitorix

http://ipserver/monitorix


Komentar

Postingan Populer