Monitoring

5 Ways to Improve your Production Web Application Server Setup — step-by-step Devops tutorial on Progressive Robot

5 Ways to Improve your Production Web Application Server Setup

Once your application is up and running in a cloud server environment, you may be wondering how you can improve your server environment to make the leap from “it works” to a full-fledged production environment. This article will help you get started with planning and implementing a production environment by creating a loose definition of “production”, and by showing you some components that you can add to your existing architecture to make the transition.

Read more
How To Analyze Managed Redis Database Statistics Using the Elastic Stack on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Analyze Managed Redis Database Statistics Using the Elastic Stack on Ubuntu 18.04

Database monitoring is the continuous process of systematically tracking various metrics that show how the database is performing. In this tutorial, you’ll import database metrics, generated by the Redis INFO command, into Elasticsearch via Logstash. The imported data can later be analyzed and visualized in Kibana. By the end of the tutorial, you’ll have an automated system pulling in Redis statistics for later analysis.

Read more
How To Detect Anomalies with Skyline on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Detect Anomalies with Skyline on CentOS 7

A monitoring system receives system metrics. As soon as the value of one of the metrics goes outside the predetermined thresholds, it activates the corresponding trigger, and the monitoring system informs you that one of the metrics is outside normal limits.

Read more
How To Install and Use GoAccess Web Log Analyzer with Apache on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use GoAccess Web Log Analyzer with Apache on Debian 7

GoAccess allows you to monitor web server logs in real time, using a simple command-line dashboard, in order to quickly view and analyze traffic metrics. It runs entirely in a terminal with statistics organized into separate panels on one scrollable dashboard. It is also possible to use GoAccess to generate HTML, JSON, and CSV web traffic reports.

Read more
How To Monitor MongoDB with Grafana and Prometheus on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Monitor MongoDB with Grafana and Prometheus on Ubuntu 20.04

It is crucial for any database administrator to avoid performance or memory issues. Tools such as Prometheus and Grafana can help you monitor your database cluster performance. Prometheus is an open-source monitoring and alerting platform. Grafana is an open-source analytics and interactive visualization web application. In this tutorial, you will set up a MongoDB database and monitor it with Grafana using Prometheus as a data source.

Read more
CHAT