Automating Offline Device Alerts via WeCom Robot in Zabbix

Agent Preparation A dedicated WeCom group must be created first, containing only WeCom enterprise accounts. Inviting personal WeChat accounts will invalidate the bot later. 1. Register a Group Bot Inside the group chat, select the … menu, navigate to Message Push → Add, and define a custom bot name. Once saved, a Webhook URL is generated. Copy ...

Posted on Wed, 08 Jul 2026 17:42:41 +0000 by Vince

Integrating and Applying ZooKeeper with Zabbix for Distributed Systems

Background Introduction ZooKeeper Overview Apache ZooKeeper is a distributed coordination service that provides a reliable centralized solution for maintaining configuration information, naming, distributed synchronization, and group services. It is commonly used for service and configuration management within data centers. One of ZooKeeper's d ...

Posted on Wed, 08 Jul 2026 16:35:36 +0000 by TRemmie

Optimizing Zabbix Performance

Reference Zabbix default configuraton, even with 128 cores and 256 GB of memory, can only handle monitoring 10-20 machines. To monitor more, configuration changes are necessary. 1. Configuration Files Add the following to the server configuration file: StartPollers=160 StartPollersUnreacheable=80 StartTrappers=20 StartPingers=100 StartDisco ...

Posted on Thu, 25 Jun 2026 16:45:24 +0000 by rd321

Deploying Zabbix: A Comprehensive Guide to Server and Agent Installation

Introduction to Zabbix Zabbix is a powerful, enterprise-grade open-source solution designed for distributed system and network monitoring. It provides a web-based interface for comprehensive oversight of network parameters, ensuring the secure operation of server systems. Zabbix offers flexible notification mechanisms, enabling administrators t ...

Posted on Tue, 16 Jun 2026 16:16:56 +0000 by jefffan24

Zabbix Automation: Active Mode, Auto-Discovery, and Low-Level Discovery for MySQL

1. Zabbix Active Agent Mode To use active agent mode, you need to create a custom template. Search for the existing Linux template, click into it, and select Full clone. Rename the clone (e.g., Linux Active) and add it. Then, search for the newly created template, select all items, and use Mass update. Change the Type to Zabbix agent (active) ...

Posted on Tue, 09 Jun 2026 17:42:40 +0000 by Spud_Nic

Zabbix Monitoring: Setup, Custom Metrics, Automation, and Distributed Deployment

Why Monitoring Matters Monitoring provides early warnings before servers fail, helps diagnose root causes after incidents, and ensures service availability. High availability (HA) is often measured in "nines" – the percentage of uptime over a year. 1 nine : (1-90%) * 365 = 36.5 days downtime/year 2 nines : (1-99%) * 365 = 3.65 days 3 ...

Posted on Mon, 01 Jun 2026 18:30:40 +0000 by Cheap Commercial

Mastering Zabbix: Comprehensive Deployment, Agent Management, and Advanced Monitoring Architectures

System Baseline & Environment Hardening Before deploying the monitoring stack, ensure the operating environment meets minimum requirements and security baselines. Synchronize system clocks, disable interference services, and verify network reachability. # Verify release version and kernel architecture cat /etc/redhat-release uname -r # Tem ...

Posted on Thu, 28 May 2026 22:01:40 +0000 by camdenite

Installing and Configuring Zabbix Agent 2 on Windows Server 2016

Downloading Zabbix Agent 2 Package Obtain the Zabbix agent2 archive from the official Zabbix website. The package contains two essential files: zabbix_agent2.conf zabbix_agent2.exe Deploying on Windows Server A single Windows host can accommodate multiple Zabbix agent instances running simultaneously. The following procedures outline a sing ...

Posted on Tue, 19 May 2026 07:23:18 +0000 by Romeo20

Installing Zabbix from Source Code

1. Zabbix Server Installation First, install the required dependencies for compiling Zabbix from source: yum install libxml2-devel net-snmp-devel libevent-devel curl-devel pcre* mariadb-devel php-fpm Configure and compile Zabbix with the necessary options: ./configure --prefix=/usr/local/zabbix --enable-server --enable-agent \ --enable-pro ...

Posted on Sun, 17 May 2026 23:54:46 +0000 by paul_so40

Understanding and Implementing Zabbix for System Monitoring

Zabbix is an enterprise-grade open-source monitoring solution renowned for its ability to track the performance and availability of servers, networks, and applications. Before delving into Zabbix's specifics, it's beneficial to understand foundational monitoring concepts, particularly the Simple Network Management Protocol (SNMP), and to compar ...

Posted on Fri, 15 May 2026 19:27:38 +0000 by Marc