Linux Tutorials on the topic “monitoring”
-
How to Install Prometheus System Monitoring Tool on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, monitoring, server • Comments: 1 • Published: Oct 20, 2021Prometheus is a free, open-source and web-based monitoring application that collects metrics from your services and stores them in a time-series database. In this post, we will show you how to install Prometheus monitoring on Debian 11.
-
How to Install Icinga 2 Monitoring Software on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, monitoring • Comments: 4 • Published: Oct 07, 2021Icinga2 is a free, open-source and one of the most popular network monitoring tools. In this article, I will show you how to install the Icinga2 monitoring server on Debian 11.
-
How to Install Icinga 2 Monitoring Tool on CentOS 8
Author: Arvid L • Tags: centos, monitoring • Comments: 1 • Published: Aug 24, 2021Monitoring is one of the most important components of the server infrastructure in a data center. In this tutorial, we will show you step-by-step how to install and configure Icinga2 with Apache2 and MariaDB on CentOS 8 server.
-
-
How to Install Kuma - Self-hosted Uptime Robot Alternative on Ubuntu 20.04
Author: Arvid L • Tags: linux, monitoring, server, ubuntu • Comments: 0 • Published: Aug 19, 2021Uptime-Kuma is an open source monitoring tool like "Uptime Robot" written in Nodejs. It's a self-hosted monitoring tool with a fancy beautiful dashboard and supports multiple notifications methods.
-
Easy guide to monitoring your systems with Checkmk
Author: Ferdinand Kunz • Tags: linux, monitoring • Comments: 0 • Published: Aug 18, 2021This tutorial will show you how to take your first steps with Checkmk, a comprehensive IT monitoring system that identifies issues across your entire IT infrastructure. Checkmk monitors servers, applications, networks, cloud environments and many other systems.
-
How To Install Grafana On Ubuntu 20.04 LTS
Author: Alan • Tags: linux, monitoring, server • Comments: 0 • Published: Jul 28, 2021
Grafana is an open source, feature rich metrics dashboard and graph editor. Grafana is widely used to monitor large number of metrics from different data sources like MySQL, MongoDB, InfluxDB etc. It has a pluggable architecture which can be extended with multiple plugins for various data sources.
-
How to install Sysdig to Monitor System Load on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Jul 27, 2021Sysdig is an open-source and comprehensive activity monitoring tool for Linux. It is used to capture and analyze application logs and helps you to troubleshoot system-related issues. In this post, we will show you how to install and use the Sysdig monitoring tool on Linux.
-
How to Install Prometheus System Monitoring Tool on Ubuntu 20.04
Author: Alan • Tags: linux, monitoring, server, ubuntu • Comments: 0 • Published: Jul 16, 2021In this tutorial, we will learn how to install Prometheus network monitoring system on Ubuntu 20.04. It helps you to keep track of resources such as CPU usage, memory utilization, network IO wait time and has a web interface that allows for easy monitoring from any device with an internet connection and also supports alerting via email and SMS messages in case the metrics surpass a configured threshold.
-
Server Monitoring with Munin and Monit on Debian 10
Author: Till Brehm • Tags: debian, monitoring • Comments: 8 • Updated: Jul 02, 2021In this article, I describe how you can monitor your Debian 10 server with munin and monit. munin generates graphs about almost every aspect of your server without much configuration, while monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action like a restart if it detects that a service is not behaving as expected. The combination of the two gives you complete monitoring: graphs that let you detect current or upcoming problems, and a watchdog that ensures the availability of the monitored services.
-
How to Monitor System Resources with Glances on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Jun 14, 2021Glances is a real-time system monitoring tool written in Python language. It monitors system resources, including CPU, Memory, Load, Disk I/O, Processes, File System space, Network interface, and more.