Posts

Showing posts from November, 2022

How to install and configure Zabbix on CentOS 7

Image
Hi my name is Muneeb Shoukat   In this tutorial, we shall provide you a guide on installing and configuring Zabbix on CentOS system.   Zabbix is an open source monitoring software. You can use Zabbix to monitor your servers, cloud services, virtual machines as many more. In this article, I will show you how to install Zabbix 4.0 on CentOS 7. So, let’s get started. Before that let’s take a look at the prerequisites. Prerequisites Apache web server PHP with required extensions MySQL/ MariaDB server Installing Zabbix on CentOS Login to Terminal as root and start firing up the commands below. Step 1 – Disable SELinux Open SELinux configuration and edit the file: vim /etc/sysconfig/selinux You can also use " Vi " and " nono ". vi/vim/nano is command-line editor. Change “ SELINUX =enforcing” to  “ SELINUX =disabled” Save and exit the file.   After change your file  save it and exit the file use :x. If  you use vi/vim then insert ( if you want write and chang...