Tagged articles
29 articles
Page 1 of 1
Ops Community
Ops Community
Apr 18, 2026 · Operations

Master Linux Host Monitoring: Prometheus, Node Exporter, Thresholds & Scripts

This comprehensive guide walks you through building a robust Linux host monitoring system with Prometheus and node_exporter, covering CPU, memory, disk, and network metrics, practical threshold formulas, ready‑to‑run Bash scripts, Alertmanager rules, Grafana dashboards, and best‑practice recommendations for reliable operations.

AlertmanagerGrafanaLinux monitoring
0 likes · 49 min read
Master Linux Host Monitoring: Prometheus, Node Exporter, Thresholds & Scripts
Raymond Ops
Raymond Ops
Aug 28, 2025 · Operations

Step-by-Step Guide to Install, Configure, and Use Prometheus for Monitoring

This tutorial walks you through downloading Prometheus, setting up self‑monitoring, starting the server, opening firewall ports, exploring the built‑in UI, adding Node Exporter targets, configuring scrape jobs, creating recording rules, and visualizing metrics with queries and graphs.

ConfigurationPrometheusRecording Rules
0 likes · 10 min read
Step-by-Step Guide to Install, Configure, and Use Prometheus for Monitoring
Selected Java Interview Questions
Selected Java Interview Questions
May 30, 2025 · Operations

Batch Installation of Node Exporter on Linux Hosts Using Ansible, JumpServer, and a Static File Server

This guide explains three practical methods for deploying the Prometheus node_exporter collector across large numbers of Linux servers—using a JumpServer with Ansible, a standalone Ansible playbook, or a custom Bash script combined with an internal static file server—complete with configuration, service setup, and integration into Consul and vmagent monitoring.

AnsibleConsulLinux monitoring
0 likes · 10 min read
Batch Installation of Node Exporter on Linux Hosts Using Ansible, JumpServer, and a Static File Server
Linux Ops Smart Journey
Linux Ops Smart Journey
Mar 4, 2025 · Operations

How to Monitor Hybrid Cloud with Prometheus: Fix Missing Physical Machine Targets

This article explains why Prometheus static and Kubernetes service discovery configurations can cause physical‑machine node‑exporter targets to disappear in hybrid cloud environments, analyzes the relabel rule issue, and provides a reusable configuration that separates and correctly labels both static and dynamic targets.

hybrid-cloudnode_exporterrelabel
0 likes · 4 min read
How to Monitor Hybrid Cloud with Prometheus: Fix Missing Physical Machine Targets
macrozheng
macrozheng
Jul 3, 2024 · Operations

How to Visualize SpringBoot Metrics with Grafana and Prometheus Using Docker

This guide walks through installing Grafana and Prometheus with Docker, configuring node_exporter to collect system metrics, adding SpringBoot Actuator and Micrometer for application metrics, setting up Prometheus scrape jobs, and importing ready‑made Grafana dashboards to achieve real‑time monitoring and alerting.

AlertingDockerGrafana
0 likes · 10 min read
How to Visualize SpringBoot Metrics with Grafana and Prometheus Using Docker
Efficient Ops
Efficient Ops
Dec 10, 2023 · Cloud Native

How to Build a Complete Kubernetes Monitoring Stack with Prometheus & Grafana

This guide walks through a full Kubernetes monitoring solution using cAdvisor, node_exporter, Prometheus, and Grafana, covering architecture, data collection, service discovery, deployment steps with DaemonSets, and detailed YAML configurations for a production‑ready observability stack.

GrafanaKubernetesPrometheus
0 likes · 6 min read
How to Build a Complete Kubernetes Monitoring Stack with Prometheus & Grafana
Efficient Ops
Efficient Ops
Aug 24, 2022 · Operations

How to Visualize JMeter Performance Data with Grafana, InfluxDB, and Prometheus

This article walks through setting up real‑time performance monitoring by sending JMeter metrics to InfluxDB via Backend Listener, visualizing them in Grafana, and extending the approach to system metrics with node_exporter, Prometheus, and Grafana, covering configuration steps, code snippets, and query examples.

GrafanaInfluxDBJMeter
0 likes · 16 min read
How to Visualize JMeter Performance Data with Grafana, InfluxDB, and Prometheus
Architecture Digest
Architecture Digest
Nov 12, 2021 · Operations

Performance Monitoring with JMeter, InfluxDB, Prometheus, and Grafana

This article explains how to set up end‑to‑end performance monitoring by sending JMeter metrics to InfluxDB via Backend Listener, visualizing them in Grafana, and similarly collecting system metrics with node_exporter and Prometheus, covering configuration, data storage, query examples, and practical visualization techniques.

GrafanaInfluxDBJMeter
0 likes · 16 min read
Performance Monitoring with JMeter, InfluxDB, Prometheus, and Grafana
Efficient Ops
Efficient Ops
Nov 3, 2021 · Operations

How to Visualize JMeter Performance Data with Grafana, InfluxDB, and Prometheus

This article explains step‑by‑step how to collect JMeter test metrics via Backend Listener, store them in InfluxDB, and display real‑time performance charts—including TPS, response time, and error rates—in Grafana, while also covering node_exporter integration with Prometheus for system‑level monitoring.

GrafanaInfluxDBJMeter
0 likes · 15 min read
How to Visualize JMeter Performance Data with Grafana, InfluxDB, and Prometheus
360 Quality & Efficiency
360 Quality & Efficiency
Apr 3, 2020 · Operations

Prometheus Monitoring System: Concepts, Architecture, and Hands‑On Deployment with Node Exporter and Grafana

This article introduces the core concepts and architecture of the open‑source Prometheus monitoring system, explains its data model and metric types, and provides a step‑by‑step guide to install a Prometheus server, collect host metrics with Node Exporter, and visualize them using Grafana.

GrafanaMetricsObservability
0 likes · 10 min read
Prometheus Monitoring System: Concepts, Architecture, and Hands‑On Deployment with Node Exporter and Grafana
DevOps Cloud Academy
DevOps Cloud Academy
Jun 20, 2019 · Operations

Step-by-Step Installation and Configuration of Node Exporter, Alertmanager, Prometheus, and Grafana for Monitoring and Alerting

This guide walks through downloading, extracting, and setting up Node Exporter, Alertmanager, Prometheus, and Grafana on a Linux server, configuring their systemd services, customizing alert rules, and verifying the monitoring and alerting pipeline with screenshots of each verification step.

AlertmanagerGrafanaOperations
0 likes · 7 min read
Step-by-Step Installation and Configuration of Node Exporter, Alertmanager, Prometheus, and Grafana for Monitoring and Alerting