Topic

monitoring

Collection size
1767 articles
Page 75 of 89
Practical DevOps Architecture
Practical DevOps Architecture
Feb 5, 2021 · Operations

Using RocketMQ mqadmin Commands for Monitoring and Managing Topics, Producers, and Consumers

This guide demonstrates how to navigate to the RocketMQ bin directory and use various mqadmin CLI commands to list available commands, check help, monitor producer and consumer connections, query topic status, retrieve messages by offset or ID, and shut down the NameServer and brokers.

CLIMessage QueueMonitoring
0 likes · 4 min read
Using RocketMQ mqadmin Commands for Monitoring and Managing Topics, Producers, and Consumers
Practical DevOps Architecture
Practical DevOps Architecture
Jan 20, 2021 · Operations

Deploying Zabbix Agent on Hundreds of Servers Using Ansible

This guide explains how to use Ansible to automatically install and configure Zabbix‑agent on a large number of Linux servers, covering inventory setup, a deployment script, a playbook, execution commands, and verification of the agent listening on port 10050.

MonitoringZabbixansible
0 likes · 4 min read
Deploying Zabbix Agent on Hundreds of Servers Using Ansible
Practical DevOps Architecture
Practical DevOps Architecture
Dec 11, 2020 · Operations

Installing Prometheus on Linux via Binary and Docker

This guide explains how to install Prometheus on a Linux server using both the binary method and a Docker container, covering downloading, extracting, configuring the prometheus.yml file, running the service, and verifying the installation.

DockerLinuxMonitoring
0 likes · 3 min read
Installing Prometheus on Linux via Binary and Docker
Practical DevOps Architecture
Practical DevOps Architecture
Feb 27, 2019 · Operations

Comprehensive Operations Engineering Guide: Concepts, Tools, and Interview Questions

This article provides a detailed overview of operations engineering, covering the definition of ops and game ops, interactions with product teams, server management strategies, RAID levels, load‑balancing technologies (LVS, Nginx, HAProxy), caching solutions, middleware, MySQL troubleshooting, backup methods, Keepalived, Linux security, networking layers, and practical shell scripts for monitoring and automation.

DevOpsLinuxMonitoring
0 likes · 34 min read
Comprehensive Operations Engineering Guide: Concepts, Tools, and Interview Questions
Practical DevOps Architecture
Practical DevOps Architecture
Jan 2, 2018 · Operations

Configuring Zabbix Alert Notifications via WeChat Using a Shell Script

This guide explains how to create and deploy a Bash script that retrieves a WeChat corporate token and sends Zabbix alarm messages to all users through the WeChat API, enabling automated monitoring alerts via the corporate WeChat platform.

AlertingMonitoringShell Script
0 likes · 3 min read
Configuring Zabbix Alert Notifications via WeChat Using a Shell Script
Practical DevOps Architecture
Practical DevOps Architecture
Jan 2, 2018 · Operations

Migrating a Zabbix Monitoring Server to a New Host Without Data Loss

This guide explains how to safely migrate a Zabbix monitoring server to a new machine by backing up the MySQL database with mysqldump, importing it on the new host, updating configuration files, restarting services, and ensuring time synchronization to maintain uninterrupted monitoring.

BackupMigrationMonitoring
0 likes · 4 min read
Migrating a Zabbix Monitoring Server to a New Host Without Data Loss
DevOps Cloud Academy
DevOps Cloud Academy
Jul 3, 2023 · Operations

Top 10 Kubernetes Monitoring Tools and Their Features

This article reviews ten popular Kubernetes monitoring tools—including Helios, Prometheus, New Relic, Grafana, DataDog, Sysdig, Zabbix, AppDynamics, Dynatrace, and Sensu—detailing their key features and how they help improve performance, reliability, and observability of containerized applications.

Cloud NativeDevOpsKubernetes
0 likes · 11 min read
Top 10 Kubernetes Monitoring Tools and Their Features
DevOps Cloud Academy
DevOps Cloud Academy
Mar 25, 2023 · Operations

Essential Skills for DevOps Engineers

The article outlines the key competencies DevOps engineers must master—including cloud computing, automation, containerization, CI/CD, monitoring, logging, and infrastructure-as-code—to accelerate, stabilize, and scale software delivery in modern development environments.

CI/CDCloud ComputingDevOps
0 likes · 6 min read
Essential Skills for DevOps Engineers
DevOps Cloud Academy
DevOps Cloud Academy
Aug 28, 2022 · Operations

Understanding the DevOps Lifecycle and Its Toolchain

This article explains the stages of the DevOps lifecycle—planning, coding, building, testing, releasing, deploying, operating, and monitoring—along with the popular tools used at each phase to enable continuous integration, delivery, and deployment.

CI/CDDevOpsMonitoring
0 likes · 6 min read
Understanding the DevOps Lifecycle and Its Toolchain
DevOps Cloud Academy
DevOps Cloud Academy
May 7, 2022 · Operations

Optimizing Zabbix Monitoring for Linux and Windows Systems

This article provides a comprehensive guide on configuring and optimizing Zabbix agent monitoring for Linux and Windows, covering agent types, passive and active modes, macro variables, LLD macros, CPU/memory/file‑system metrics, and Windows service, performance counter, and event‑log monitoring.

LinuxMonitoringZabbix
0 likes · 9 min read
Optimizing Zabbix Monitoring for Linux and Windows Systems
DevOps Cloud Academy
DevOps Cloud Academy
Nov 15, 2021 · Operations

Creating and Transforming Grafana Table Panels for Server Resource Monitoring

This guide demonstrates how to create a Grafana Table panel to monitor server resources, add multiple queries, merge them using the Transform feature, customize fields and units, and organize rows for a comprehensive dashboard view.

GrafanaMonitoringTable Panel
0 likes · 7 min read
Creating and Transforming Grafana Table Panels for Server Resource Monitoring
DevOps Cloud Academy
DevOps Cloud Academy
Apr 14, 2021 · Operations

Six Core DevOps Capabilities That Drive Business Success

The article outlines the six essential DevOps capabilities—collaboration, automation, continuous integration, continuous testing, continuous delivery, and continuous monitoring—explaining how each contributes to improving efficiency, reducing errors, and ensuring reliable software delivery in modern IT environments.

Continuous TestingDevOpsMonitoring
0 likes · 5 min read
Six Core DevOps Capabilities That Drive Business Success
DevOps Cloud Academy
DevOps Cloud Academy
Apr 22, 2021 · Operations

Monitoring Jenkins CI with Prometheus and Visualizing Metrics in Grafana

Learn how to install and configure the Prometheus plugin in Jenkins, set up Prometheus to scrape Jenkins metrics, and create Grafana dashboards to visualize CI performance, providing a step‑by‑step guide for effective DevOps monitoring.

CIDevOpsGrafana
0 likes · 2 min read
Monitoring Jenkins CI with Prometheus and Visualizing Metrics in Grafana
DevOps Cloud Academy
DevOps Cloud Academy
Feb 18, 2021 · Cloud Native

Comprehensive Guide to Deploying and Configuring Prometheus Monitoring on Kubernetes

This article provides a step‑by‑step tutorial on installing Prometheus, configuring its components, deploying it in a Kubernetes cluster with proper RBAC and persistent storage, and extending monitoring to applications and exporters using /metrics endpoints.

Cloud NativeDevOpsKubernetes
0 likes · 19 min read
Comprehensive Guide to Deploying and Configuring Prometheus Monitoring on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Jan 16, 2020 · Cloud Native

Deploying Prometheus, Grafana, and Node Exporter on Kubernetes Using YAML Manifests

This guide walks through deploying node‑exporter, Prometheus, and Grafana on a Kubernetes cluster with YAML manifests, configuring services, RBAC, and Grafana dashboards to monitor cluster metrics, and includes verification steps and code examples.

Cloud NativeDevOpsGrafana
0 likes · 7 min read
Deploying Prometheus, Grafana, and Node Exporter on Kubernetes Using YAML Manifests
DevOps Cloud Academy
DevOps Cloud Academy
Sep 5, 2019 · Operations

An Overview of the Prometheus Monitoring System

Prometheus, an open‑source monitoring and alerting toolkit originally developed by SoundCloud and now a CNCF project, offers multidimensional data models, flexible queries, pull‑based data collection, various metric types (counter, gauge, summary, histogram), local and remote storage, service discovery, and integrates with Grafana for visualization.

Cloud NativeMetricsMonitoring
0 likes · 8 min read
An Overview of the Prometheus Monitoring System
DevOps Cloud Academy
DevOps Cloud Academy
Jun 9, 2019 · Operations

Prometheus Metric Definitions, Types, and Data Samples

This article explains Prometheus metric naming conventions, label usage, metric types such as Counter, Gauge, Summary, and Histogram, and describes the structure of data samples, providing examples and best‑practice guidelines for defining and classifying metrics in monitoring systems.

MetricsMonitoringObservability
0 likes · 5 min read
Prometheus Metric Definitions, Types, and Data Samples