Linux Tutorials on the topic “monitoring”
-
How to Install Kuma - Self-hosted Uptime Robot Alternative on Ubuntu 20.04
Author: Arvid L • Tags: linux, monitoring, server, ubuntu • Comments: 1Uptime-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: 0This 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
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 Prometheus System Monitoring Tool on Ubuntu 20.04
Author: Alan • Tags: linux, monitoring, server, ubuntu • Comments: 1In 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: 8In 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: 0Glances 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.
-
How to Install Guider Linux Performance Analyzer on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0Guider is an open-source performance analyzing tool for Linux operating systems. In this tutorial, I will show you how to install and use Guider on Ubuntu 20.04.
-
Monitoring system resources using SAR on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0SAR also know as a "System Activity Report" is a system resource monitoring tool for Linux operating systems. In this tutorial, we will show you how to install and use SAR to monitor system performance.
-
How to Use Perf Performance Analysis Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0Perf is a simple but powerful performance monitoring tool for Linux based operating systems. It is used to trace or count both hardware and software events. In this tutorial, we will show you how to install and use Perf performance monitoring tool on Ubuntu 20.04.
-
How to Install Netdata Monitoring Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 3Netdata is a free, open-source and real-time performance and health monitoring tool. In this tutorial, we will show you how to install the Netdata monitoring tool on Ubuntu 20.04 server.