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 :
1
| sudo apt-get install rrdtool librrds-perl apache2 libwww-perl |
2. Download Monitorix dan extrak ya bro..
link download ada di sini :
1
2
3
| wget http://www.monitorix.org/old_versions/monitorix-1.3.2.tar.gz tar -zxvf monitorix-1.3.2.tar.gz |
3. jalan Perintah file instalasi monitorix .sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| $ 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: |
4. Pilih no 3 (debian ) ubuntu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| 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]: |
5. pilih dan tekan tombol Y
6. Jalan service monitorix dengan perintah :
sudo service monitorix start 7. Melihat hasil dari monitorix http://ipserver/monitorix