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

Building Dashboards and Configuring Alerts in Grafana: A Practical Guide

Grafana Overview Grafana is an open-source visualization and monitoring platform that enables users to create interactive dashboards and analyze real-time data. The platform supports multiple data sources including Prometheus, Graphite, InfluxDB, Elasticsearch, and MySQL, allowing data to be aggregated and displayed through customizable panels ...

Posted on Thu, 11 Jun 2026 18:20:58 +0000 by Terminator

Configuring WeCom Webhook Notifications in Zabbix 7.0

Zabbix 7.0 introduced stricter validation for custom media type scripts, which frequently breaks legacy webhook implementations designed for earlier releases. To restore Enterprise WeChat (WeCom) group robot notifications, the JavaScript execution block must be updated to align with the current HttpRequest API and payload expectations. Navigate ...

Posted on Wed, 13 May 2026 02:39:18 +0000 by IMP_TWI