Install Sysdig System Visibility Tool on Ubuntu 22.04
This tutorial will take you through how to install Sysdig system visibility tool on Ubuntu 22.04. Sysdig is a simple visibility tool that provides deep visibility into your system. According to sysdig man pages;
sysdig is a tool for system troubleshooting, analysis and exploration.It can be used to capture, filter and decode system calls and other OS events.It can be...
Install Filebeat on Fedora 30/Fedora 29/CentOS 7
In this guide, we are going to learn how to install Filebeat on Fedora 30/Fedora 29/CentOS 7. Filebeat is a lightweight shipper for collecting, forwarding and centralizing event log data. It is installed as an agent on the servers you are collecting logs from. It can forward the logs it is collecting to either Elasticsearch or Logstash for indexing.
To...
Install and Configure Filebeat on CentOS 8
In this tutorial, we are going to learn how to install and configure Filebeat on CentOS 8. Filebeat is one of the Elastic Stack beats, the data shippers for Elasticsearch.
Filebeat is a lightweight shipper for forwarding and centralizing log data. Installed as an agent on your servers, Filebeat monitors the log files or locations that you specify, collects log...
Monitor Linux System Metrics with Prometheus Node Exporter
In this tutoria, we are going to learn how to monitor Linux system metrics with Prometheus Node Exporter. Node Exporter is a Prometheus exporter for hardware and OS metrics exposed by *NIX kernels such as CPU, disk, memory usage etc with pluggable metrics collectors.
Learn how to install Prometheus server on Ubuntu 18.04 by visiting the link below;
Install Prometheus on...
Install and Configure Nagios Core From Source on Ubuntu 18.04
In this tutorial we are going to learn how to install and Configure Nagios Core From Source on Ubuntu 18.04 for server resource consumption and availability monitoring.
In our last tutorial, we covered how to Install and Configure Nagios Core from Ubuntu repositories.
How to Install and Configure Nagios Core From repo Ubuntu 18.04
Install and Configure Nagios Core From Source on...
Install Nagios NRPE Agents on Ubuntu 22.04/Ubuntu 20.04
This guide describes how to easily install Nagios NRPE Agents on Ubuntu 22.04/Ubuntu 20.04. If you want to monitor your Ubuntu hosts using Nagios server, then you need to have the NRPE agents installed on these hosts. Nagios Remote Plugin Executor (NRPE) allows you to remotely execute Nagios plugins on other Linux/Unix machines to query machine metrics such as...
Install and Configure Prometheus on CentOS 8
Welcome to our guide on how to install and configure Prometheus on CentOS 8. Prometheus is an open-source time series collection and processing monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
Install and Configure Prometheus on CentOS 8
Step through this guide in order to install and configure Prometheus on CentOS 8.
Want...
Install and Configure Telegraf on FreeBSD 12
Welcome to our guide on how to install and configure Telegraf on FreeBSD 12. If you are looking at collecting and monitoring FreeBSD 12 system metrics, then you might want to use the powerful TIG stack monitoring and visualization tool. In this case, you can install Telegraf agent for collecting these metrics for analysis.
We have covered the installation...
Install ELK Stack on Debian 11
Welcome to our guide on how to install ELK Stack on Debian 11. ELK, currently known as Elastic Stack, is the acronym for open source projects comprising;
Elasticsearch: a search and analytics engineKibana: a data visualization and dash-boarding tool that enables you to analyze data stored on Elasticsearch.Logstash: a server‑side data processing pipeline that ingests data from multiple sources simultaneously, transforms...
Install InfluxDB on Fedora 30/Fedora 29
Welcome to our guide on how to Install InfluxDB on Fedora 30/Fedora 29. InfluxDB is an open source time series database written in Go to provide scalable datastore for system metrics, events and real-time analytics. InfluxDB is designed to be fast, highly available and to handle high write and query loads. It is one of the major components of...