RHEL 8

How to Set Up Checksum Monitoring with AIDE on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Set Up Checksum Monitoring with AIDE on RHEL 8

AIDE (Advanced Intrusion Detection Environment) is a host-based intrusion detection tool that builds a cryptographic baseline of your filesystem and alerts you whenever files are added, removed, or modified. On RHEL 8 it is available in the base repositories and integrates cleanly with cron and email for automated daily checks. Unlike network-based intrusion detection, AIDE […]

Read more
How to Monitor Nginx Access Logs with GoAccess on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Monitor Nginx Access Logs with GoAccess on RHEL 8

GoAccess is an open-source, real-time web log analyzer that generates interactive HTML reports and live terminal dashboards directly from Nginx access logs. It requires no database, no JavaScript framework, and no persistent service — a single command can parse millions of log entries in seconds. On RHEL 8 the package is available from the EPEL […]

Read more
How to Configure auditd for Security Event Logging on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Configure auditd for Security Event Logging on RHEL 8

The Linux Audit daemon (auditd) ships enabled by default on RHEL 8 and provides a kernel-level event logging subsystem capable of recording file access, system calls, user logins, and privilege escalation. Unlike application-level logging, audit records are written directly by the kernel and are tamper-evident, making them suitable for compliance frameworks such as PCI-DSS, HIPAA, […]

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

How to Install VictoriaMetrics as a Prometheus Alternative on RHEL 8

VictoriaMetrics is a fast, cost-efficient time-series database designed as a drop-in replacement for Prometheus storage. It supports the full Prometheus remote_write protocol, exposes its own MetricsQL query language (fully compatible with PromQL), and operates as a single binary with no external dependencies. On RHEL 8, the installation takes under five minutes and the memory footprint […]

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

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

Alertmanager handles alert routing, deduplication, and notification dispatch for Prometheus. By integrating it with Slack and PagerDuty, your team receives real-time notifications through familiar channels while on-call engineers get paged for critical incidents. This tutorial walks through installing Alertmanager on RHEL 8, configuring receivers for both platforms, setting up routing logic, and verifying the setup […]

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

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

cAdvisor (Container Advisor) is an open-source daemon from Google that collects, aggregates, and exports real-time resource usage and performance metrics for every running container on a host. Unlike Node Exporter, which reports host-level statistics, cAdvisor descends into cgroup hierarchies to expose per-container CPU, memory, network, and filesystem metrics in Prometheus format. On RHEL 8 with […]

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

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

Grafana transforms raw Prometheus time-series data into actionable visual dashboards through a drag-and-drop interface backed by the powerful PromQL query language. On RHEL 8 with Prometheus and Node Exporter already collecting host metrics, you can build a professional server monitoring dashboard in under an hour — displaying CPU usage, memory consumption, disk I/O, and network […]

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

How to Configure SNMP Monitoring on RHEL 8

SNMP (Simple Network Management Protocol) remains the dominant standard for monitoring network devices, switches, routers, and hardware appliances that do not expose Prometheus endpoints. On RHEL 8, the net-snmp package provides both the daemon and a suite of command-line tools for querying and testing SNMP agents. This tutorial covers installing and configuring the SNMP daemon, […]

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

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

The Prometheus Blackbox Exporter probes external endpoints over HTTP, HTTPS, TCP, ICMP, and DNS and exposes the results as Prometheus metrics. Unlike Node Exporter, which reports host-level statistics, the Blackbox Exporter answers the question “can this URL be reached right now?” — making it the right tool for synthetic uptime monitoring and SLA measurement. This […]

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

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

Uptime Kuma is a self-hosted monitoring tool that provides a clean web interface for tracking the availability of HTTP endpoints, TCP ports, DNS records, and ping targets. On RHEL 8, you can deploy it quickly using Docker or run it directly with Node.js managed by PM2. This tutorial walks through both installation methods, configuring monitors, […]

Read more
CHAT