Linux Tutorials on the topic “monitoring”
-
How to Install Nagios Monitoring Software on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, server, ubuntu • Comments: 9Nagios is open-source software for system and network monitoring. Nagios can monitor the activity of a host and its services and provides a warning/alert if something bad happens on the server.
-
How to Install Matomo Web Analytics on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, nginx, ubuntu, web server • Comments: 1Matomo formerly known as Piwik is a free and open-source web analytics application that helps you to tracks online-visitors on your website. In this tutorial, we will show you how to install Matomo web analytics on Ubuntu 20.04 with Nginx and Let's Encrypt SSL.
-
Install and Use collectl Performance Monitoring Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0Collectl is a light-weight performance monitoring tool that can be used to collect performance data that describes the current system status. In this tutorial, we will show you how to install and use Collectl on Ubuntu 20.04.
-
-
How to Install Rudder System Auditing Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 1Rudder is a free, open-source and multi-platform tool that helps you to automate system configuration across large IT infrastructures. It is an IT Infrastructure Automation & Compliance tool that allows you to manage and maintain your production infrastructure via its auditing feature.
-
How to Install Logstash Logfile Analytics Software on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 2In this tutorial, we will explain how to install the ELK Stack (Elasticsearch, Logstash and Kibana) on Ubuntu 20.04. Logstash can be used to collect and analyze system logs from a central location.
-
How to Setup OpenNMS Network Monitoring Solution on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, monitoring, server, ubuntu • Comments: 4OpenNMS is a free, open-source, and enterprise-grade network management system used for monitoring unlimited devices from the central location. It works by discovering all devices in the network and monitor services automatically.
-
How to install NetBox Network Documentation and Management Tool on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, monitoring, networking, ubuntu • Comments: 11Netbox is a free and powerful IP address (IPAM) and datacentre infrastructure management (DCIM) tool. It is used for storing information about your networks, VMs, and inventories. In this tutorial, we will explain how to install Netbox with Nginx as a reverse proxy on Ubuntu 20.04.
-
How to Install Cacti SNMP Monitoring Tool on Debian 10
Author: Muhammad Arul • Tags: debian, linux, monitoring, networking • Comments: 2Cacti is a free and open-source, web-based network monitoring, and graphics tool. In this tutorial, we will show you how to install Cacti on Debian Buster 10. We will install Cacti under the LAMP stack, the Apache web server, PHP 7.3, and the MariaDB server on the current Debian Buster 10.
-
Server monitoring with Munin and Monit on CentOS 7.2
Author: Till Brehm • Tags: centos, monitoring, security • Comments: 9In this article, I will describe how you can monitor your CentOS 7.2 server with Munin and Monit. Munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas Monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that lets you recognize current or upcoming problems (like "We need a bigger server soon, our load average is increasing rapidly."), and a watchdog that ensures the availability of the monitored services.
-
How to Install osquery on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, monitoring, security • Comments: 0osquery is a free and open-source tool developed by Facebook that can be used for querying operating system-related information including, memory usage, installed packages, process information, login users, listening ports and many more.