RHEL 9

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
How to Monitor MySQL with Percona Monitoring and Management on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Monitor MySQL with Percona Monitoring and Management on RHEL 9

Percona Monitoring and Management (PMM) is a free, open-source platform built on top of Prometheus, VictoriaMetrics, and Grafana that provides deep visibility into MySQL and other database workloads. PMM separates concerns into a centralised Server component (delivered as a Docker image) and a lightweight Client agent that runs on each database host. This guide walks […]

Read more
How to Install and Configure Nagios Core on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install and Configure Nagios Core on RHEL 9

Nagios Core is a widely-used open-source infrastructure monitoring system that alerts administrators to host and service failures. On RHEL 9, Nagios Core must be compiled from source since no official RPM package is maintained for the current release. This guide walks you through building Nagios Core 4.x, installing the standard plugins, securing the web interface […]

Read more
How to Install InfluxDB and Telegraf on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install InfluxDB and Telegraf on RHEL 9

InfluxDB 2.x is a purpose-built time-series database that excels at storing high-cardinality metrics with millisecond precision, while Telegraf is its companion agent that collects metrics from hundreds of input plugins and writes them directly to InfluxDB. Together they form the “TIG stack” backbone when paired with Grafana for visualisation. On RHEL 9, both packages are […]

Read more
How to Set Up Grafana Alerting and Notification Channels on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up Grafana Alerting and Notification Channels on RHEL 9

Grafana Unified Alerting, introduced in Grafana 9 and enabled by default in Grafana 10+, provides a centralised alerting engine that works across all data sources and replaces the older per-panel Legacy Alerting system. On RHEL 9, configuring Grafana alerting correctly means setting up contact points for notification delivery, building a notification policy routing tree that […]

Read more
How to Configure Prometheus Node Exporter on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure Prometheus Node Exporter on RHEL 9

Prometheus Node Exporter is the standard agent for exposing hardware and operating system metrics from Linux hosts to a Prometheus server. It collects data on CPU usage, memory, disk I/O, network throughput, filesystem utilisation, and dozens of other system-level indicators, making them available via a simple HTTP endpoint on port 9100. Installing Node Exporter on […]

Read more
How to Set Up Loki and Promtail for Log Aggregation on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up Loki and Promtail for Log Aggregation on RHEL 9

Grafana Loki is a horizontally scalable, highly available log aggregation system designed to be cost-effective by indexing only metadata labels rather than full log content. Promtail is its companion agent that tails log files and ships them to Loki. Compared to the ELK stack, Loki is significantly lighter on resources, making it an excellent choice […]

Read more
How to Install Graylog for Centralised Log Management on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install Graylog for Centralised Log Management on RHEL 9

Graylog is an open-source centralised log management platform that collects, indexes, and analyses log data from across your infrastructure in one place. On RHEL 9, deploying Graylog 5.x gives operations teams powerful search, alerting, and dashboarding capabilities without relying on cloud-based log services. Graylog depends on MongoDB for metadata storage and OpenSearch (or Elasticsearch) for […]

Read more
CHAT