Browsing tag

centos 7

How To Add Remote Linux Machines into Icinga 2 Server

In our previous article, we have covered the installation of Icinga 2 server and the installation of Icinga Web 2. In this guide, we will look at how to add remote Linux machines into Icinga 2 server. Article Series Icinga 2 1: How To Install Icinga 2 on CentOS 7 / RHEL 7 2: How […]

How to Run ELK stack on Docker Container

ELK stack is abbreviated as Elasticsearch, Logstash, and Kibana stack, an open source full featured analytics stack helps to analyze any machine data. It is used as an alternative to other commercial data analytic software such as Splunk. I hope you do not require an introduction of ELK stack if you still need it; I […]

How To Install Puppet 6.x On CentOS 7 / RHEL 7

Puppet is an open source configuration management tool that helps you to manage the configurations of hundreds of client systems from the central location. Puppet makes the admin’s life easier by reducing time spent on repetitive task and allows them to concentrate on other works, also ensures that the deployed configuration are consistent across the […]

How To Install Graylog 3.0 on CentOS 7 / RHEL 7

Graylog is an open-source log management tool which helps you to collect, index and analyze any machine logs centrally. This guide will help you to install Graylog on CentOS 7 / RHEL 7. Components MongoDB – Being a database to store the configurations and meta information. Elasticsearch – It stores the log messages received from […]

Working with Docker Images – How to Build Docker Images

In our previous article, we got to know how to work with Docker containers; covered important commands we use to get the things done from Docker containers. As you already know, Docker images are the basis of containers, whenever we launch a container Docker will try to use images that are stored locally on your […]