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.gztar -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.shWelcome 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/CentOS2 - Generic3 - Debian (Ubuntu)4 - Gentoo5 - SlackwarePlease 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 componentswill be installed:1 - /usr/bin2 - /etc3 - /etc/init.d4 - /var/lib5 - /usr/share/doc6 - /var/www7 - /usr/lib/cgi-bin8 - /usr/share/man/man5 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![]()




Anda sedang membaca artikel berjudul

