Posts

Showing posts from September, 2018

How to Install Zabbix 3.0 Beta on CentOS 6

Image
How to Install Zabbix 3.0 Beta on CentOS 6 The long awaited Zabbix 3.0 beta 1 is here. Now we are eager to see what it brings us therefore there is no better way to find that out than installing it and trying on our systems. In this tutorial we will be installing it on a blank CentOS 6.7 operating system. Check out our previous post  How to Install CentOS 6 for Zabbix   if you’d like to start with a short tutorial how to install CentOS itself. But now let’s get started with the actual installation of Zabbix 3.0 beta 1. First we will prepare database, then web server and once that is done we will install Zabbix server, agent and web interface. Prepare database Before we even start with Zabbix we need to install a database for it. And here we will use the latest version of MySQL. CentOS by default is supplied with a very old version of MySQL – 5.1. We can check that by running: yum list installed | grep mysql Expected output: mysql-libs.x86_64    5.1....

How to Install CentOS 6 for Zabbix

Image
How to Install CentOS 6 for Zabbix The very first alpha versions of long-awaited Zabbix 3.0 were available for testers already some time ago. Now we are getting much closer to the final release of Zabbix 3.0 with the new 3.0 beta available for everyone. Many people would like to give it a try, but sometimes a nice tutorial helps to understand all concepts involved in this process. In this tutorial a basic Zabbix 3.0 instance will be installed on a virtual testing environment hosted on a laptop, but with some modifications all steps can be applied to an environment of any size. This tutorial might look a bit out of context regarding Zabbix, but we do hope that it will be useful for at least a few people that are having their first steps in Linux world and would like to give Zabbix a try. We will use the CentOS version 6.7 in this tutorial due to its popularity and stability. CentOS in general is one of the most popular operating systems used for Zabbix installations all ...

How To Install Zabbix Server 3.4 on CentOS/RHEL 7/6

Image
How To Install Zabbix Server 3.4 on CentOS/RHEL 7/   Monitoring Tools   Install Zabbix ,  Monitoring Tool ,  Network Monitoring Tool ,  Setup Zabbix ,  zabbix ,  Zabbix Installation ,  zabbix server ,  Zabbix Setup Zabbix  is an open source software for networks and application monitoring. Zabbix provides agents to monitor remote hosts as well as Zabbix includes support for monitoring via SNMP, TCP and ICMP checks. Click  here  to know more about zabbix. This article will help you to step by step install Zabbix 3.0 Server on CentOS/RHEL 7/6 systems. Before starting installation read below basic requirements to run Zabbix 3.4. Apache:  1.3.12 or later. PHP:  5.4.0 or later. MySQL:  5.0.3 or later. OpenIPMI:  Required for IPMI support. libssh2:  Required for SSH support. Version 1.0 or higher. fping:  Required for ICMP ping items. libcurl:  Required for web monitoring. ...

Konfigurasi VPN PPTP pada Mikrotik

Image
Virtual Private Network (VPN) VPN dalah sebuah jaringan komputer dimana koneksi antar perangkatnya (node) memanfaatkan jaringan public sehingga yang diperlukan hanyalah koneksi internet di masing-masing site.  Ketika mengimplementasikan VPN, interkoneksi antar node akan memiliki jalur virtual khusus di atas jaringan public yang sifatnya independen. Metode ini biasanya digunakan untuk membuat komunikasi yang bersifat secure, seperti system ticketing online dengan database server terpusat. Point to Point Tunnel Protocol (PPTP) Salah satu service yang biasa digunakan untuk membangun sebuah jaringan VPN adalah Point to Point Tunnel Protocol (PPTP). Sebuah koneksi PPTP terdiri dari Server dan Client.  Mikrotik RouterOS bisa difungsikan baik sebagai server maupun client atau bahkan diaktifkan keduanya bersama dalam satu mesin yang sama. Feature ini sudah termasuk dalam  package PPP  sehingga anda perlu cek di menu  system package  apakah paket tersebut suda...