Red Hat Enterprise Linux

How to Install VictoriaMetrics as a Prometheus Alternative on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install VictoriaMetrics as a Prometheus Alternative on RHEL 9

VictoriaMetrics is a high-performance, open-source time-series database and monitoring solution that is fully compatible with the Prometheus query API. It offers significantly better data compression, faster ingestion rates, and lower memory consumption compared to Prometheus, making it an attractive choice for large or long-retention deployments. On RHEL 9 you can run VictoriaMetrics as a drop-in […]

Read more
How to Set Up Alertmanager with PagerDuty and Slack Integration on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up Alertmanager with PagerDuty and Slack Integration on RHEL 9

Prometheus Alertmanager handles routing, deduplication, and delivery of alerts fired by Prometheus to external notification channels. On RHEL 9, integrating Alertmanager with PagerDuty and Slack allows teams to receive critical pages and contextual chat notifications from a single alert pipeline. This tutorial walks through downloading the Alertmanager binary, configuring a complete route tree, setting up […]

Read more
How to Install and Configure cAdvisor for Container Monitoring on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install and Configure cAdvisor for Container Monitoring on RHEL 9

cAdvisor (Container Advisor) is an open-source daemon from Google that collects, aggregates, and exposes resource usage and performance metrics for every running container on a host. Unlike Docker’s built-in docker stats, cAdvisor exposes its data in Prometheus format, making it a natural fit for scraping alongside Node Exporter. This tutorial covers running cAdvisor on RHEL […]

Read more
How to Build Grafana Dashboards for Linux Server Metrics on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Build Grafana Dashboards for Linux Server Metrics on RHEL 9

Grafana’s dashboard builder lets you turn raw Prometheus metrics into intuitive visualizations — stat panels for at-a-glance health, time series for trends, and bar gauges for comparisons. With Prometheus and Node Exporter already collecting Linux host metrics, you have everything needed to build a production-grade server dashboard. This tutorial walks through creating panels for CPU, […]

Read more
How to Configure SNMP Monitoring on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure SNMP Monitoring on RHEL 9

SNMP (Simple Network Management Protocol) is the universal language of network device monitoring, supported by routers, switches, UPS units, printers, and hundreds of other appliances. On RHEL 9 you can both expose your Linux server as an SNMP agent and query remote devices from the command line. This tutorial covers installing net-snmp, writing a secure […]

Read more
How to Use Prometheus Blackbox Exporter for Endpoint Monitoring on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Use Prometheus Blackbox Exporter for Endpoint Monitoring on RHEL 9

The Prometheus Blackbox Exporter allows you to probe external endpoints over HTTP, HTTPS, TCP, and ICMP and expose the results as Prometheus metrics. Unlike Node Exporter, which reports what is happening inside a host, the Blackbox Exporter reports whether a service is reachable from the outside — making it ideal for end-to-end availability checks. This […]

Read more
How to Set Up Uptime Kuma for Service Monitoring on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up Uptime Kuma for Service Monitoring on RHEL 9

Uptime Kuma is a self-hosted monitoring tool that provides a clean web dashboard for tracking uptime across HTTP endpoints, TCP ports, DNS records, Docker containers, and more. On RHEL 9, you can run it directly with Node.js and PM2 for process management, or deploy it instantly via Docker. This tutorial walks through both approaches, firewall […]

Read more
How to Configure syslog-ng for Centralised Syslog on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure syslog-ng for Centralised Syslog on RHEL 9

syslog-ng is a high-performance, flexible syslog daemon that can act as a centralised log server, receiving log messages from dozens of remote hosts, filtering them, and writing them to organised file hierarchies or forwarding them to external storage systems. Unlike the default rsyslog that ships with RHEL 9, syslog-ng offers a powerful pattern-based configuration language […]

Read more
How to Install Jaeger for Distributed Tracing on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install Jaeger for Distributed Tracing on RHEL 9

Jaeger is a distributed tracing platform originally developed by Uber that helps developers visualise request flows across microservices, identify latency bottlenecks, and diagnose failures in complex systems. Each request is represented as a trace composed of spans — timed operations — that are collected from instrumented services and assembled into a service map. This guide […]

Read more
How to Set Up OpenTelemetry Collector on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up OpenTelemetry Collector on RHEL 9

The OpenTelemetry Collector is a vendor-agnostic agent that receives, processes, and exports telemetry data — metrics, traces, and logs — from instrumented applications. Running a standalone Collector on RHEL 9 decouples your application code from the observability backend, making it easy to route data to multiple destinations or swap backends without redeploying services. This guide […]

Read more
CHAT