Browsing tag

centos 7

How To Install Zabbix Server 5.0 / 4.0 on CentOS 7 / RHEL 7

Zabbix is an enterprise-class monitoring solution for servers, network devices, and other components of your infrastructure. Zabbix uses a client (Zabbix Agent) installed on the monitored client-server to collect the data. Also, it can monitor standard services such as e-mail, web service without installing a client on the monitored devices. With Zabbix, you can monitor […]

How to Build Docker Images with DockerFile

In our previous article, we got to know how to install Docker engine and covered some important Docker commands we use to get the things done from Docker containers. As you are already aware, Docker images are the base of containers. Whenever you provision or launch a container, Docker will search for the image locally […]