Browsing category

Linux

How To Install Node.js on CentOS 7 / RHEL 7

Node.js is an open-source, cross-platform JavaScript runtime environment for developing network tools and web applications. Many of Node.ja modules are written in JavaScript, which simplifies the development of applications using Node.js. Node.js nothing but a combination of the Runtime environment and JavaScript modules. Node.js interprets JavaScript using Google’s V8 JavaScript engine, and it was developed […]

How To Install Go Lang on CentOS 8/7 & RHEL 8/7

Go Lang is an open-source programming language developed by a team of Google engineers in 2007. Go language was designed to resolve the common criticisms of other languages while maintaining their positive characteristics and most widely used for writing servers these days. Most notable projects using Go language are, Docker, a set of tools for […]

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 Install Icinga 2 on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

Icinga 2 is an open source monitoring tool. With Icinga2, you will be able to monitor your network resources, get an alert on the outage, also able to generate the performance data. Icinga 2 is very scalable, and you can monitor small to larger, complex environments across multiple locations. Icinga 2 supports all major distributions […]