Monitoring

Putting Monitoring and Alerting into Practice — step-by-step Devops tutorial on Progressive Robot

Putting Monitoring and Alerting into Practice

In this guide, we will talk about the components of monitoring systems and how to use them to implement your monitoring strategy. We will the basic responsibilities and elements of an effective, reliable monitoring system. Then, we’ll talk about how best to translate your monitoring policies into dashboards and alert policies that provide your team with the information they need without requesting their attention at unwarranted times.

Read more
Building for Production: Web Applications — Monitoring — step-by-step Linux tutorial on Progressive Robot

Building for Production: Web Applications — Monitoring

In this part of the “Building for Production: Web Applications” series (5 of 6), we will add monitoring to improve our awareness of the state of our servers and services. Monitoring software, such as Nagios, Icinga, and Zabbix, enables you to create dashboards and alerts that will show you which components of your application setup need attention. The goal of this is to help you detect issues with your setup, and start fixing them, before your users encounter them.

Read more
How To Gather Infrastructure Metrics with Topbeat and ELK on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Gather Infrastructure Metrics with Topbeat and ELK on CentOS 7

In this tutorial, we will show you how to use Topbeat, on a CentOS 7 server, with an ELK stack to gather and visualize infrastructure metrics. Topbeat, which is one of the several “Beats” data shippers that helps send various types of server data to an Elasticsearch instance, allows you to gather information about the CPU, memory, and process activity on your servers.

Read more
Установка и настройка Zabbix для безопасного мониторинга удаленных серверов в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка и настройка Zabbix для безопасного мониторинга удаленных серверов в Ubuntu 20.04

Автор выбрал Computer History Museum для получения пожертвования в рамках программы Write for DOnations. Zabbix — это программное обеспечение с открытым исходным кодом для мониторинга сетей и…

Read more
How To Install Graylog 1.x on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Graylog 1.x on CentOS 7

In this tutorial, we will cover how to install Graylog v1.3.x (sometimes referred to as Graylog2) on CentOS 7, and configure it to gather the syslogs of your systems in a centralized location. Graylog is a powerful log management and analysis tool that has many use cases, from monitoring SSH logins and unusual activity to debugging applications. It is based on Elasticsearch, Java, and MongoDB.

Read more
How To Install Prometheus using Docker on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Prometheus using Docker on Ubuntu 14.04

Prometheus is an open source monitoring system and time series database. It addresses many aspects of monitoring such as the generation and collection of metrics, graphing the resulting data on dashboards, and alerting on anomalies. To achieve this, it offers a variety of components that are run separately but used in combination.

Read more
CHAT