Step by Step Guide to Install Stacer Monitoring Tool on Ubuntu 20.04 LTS

Stacer is a free & open source monitoring tool.It is command line utility. It provides GUI platform to monitor & optimize Linux OS. Using Stacer, we can monitor package management, process management, Host details, CPU, Network, Disk monitoring & startup applications. It helps to monitor system resources and system cleaner to clean system caches. There …

How to install & Configure Ganglia Monitoring server on Ubunu 20.04

Ganglia is a free & open-source Monitoring tool.It is used for show live statistics and metrics, such as CPU load and network utilization for multiple systems.It supports high-performance computing systems, clusters and networks. Install Ganglia on ubuntu Update the system. apt-get update Install apache2 web server. apt-get install apache2 Start & Enable the apache2 service. …

How to Install & Configure Prometheus monitoring tool on Ubuntu 20.04.

Prometheus is a free & open-source monitoring tool.It developed by SoundCloud.Prometheus is a metrics based event monitoring and alerting application.It is a web-interface & used for metrics monitoring, event monitoring & alert management.It supports/manage hundreds of services and microservices. We can Add various type of exporter to the Prometheus system:- blackbox_exporter consul_exporter graphite_exporter haproxy_exporter memcached_exporter …