Tag

wechat bot

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Feb 22, 2023 · Operations

Python Server Resource Monitoring Scripts with Email and WeChat Alerting

This article describes a Python‑based solution that monitors CPU, memory, disk usage and network traffic on a server and multiple client machines, stores alerts in MySQL, and sends notifications via email and an Enterprise WeChat robot when predefined thresholds are exceeded.

OperationsPythoncrontab
0 likes · 20 min read
Python Server Resource Monitoring Scripts with Email and WeChat Alerting
IT Services Circle
IT Services Circle
Jan 3, 2023 · Operations

Automated Interface Monitoring Script with Cron and Enterprise WeChat Bot

This guide explains how to create a Bash script that periodically checks multiple HTTP endpoints on a Linux server, logs the results, and sends failure alerts to an Enterprise WeChat robot, with setup steps, code examples, and a crontab schedule for automation.

AutomationBashCron
0 likes · 7 min read
Automated Interface Monitoring Script with Cron and Enterprise WeChat Bot
FunTester
FunTester
Sep 13, 2019 · Backend Development

Creating a WeChat Auto‑Reply Bot to Retrieve Test Tokens via wxpy and a Spring Boot API

The article explains how to build a WeChat auto‑reply robot using wxpy that receives a user’s request, calls a custom Spring Boot testing API to obtain a token and personal information, and returns the data to the requester, streamlining mobile app testing.

API testingbackend developmentpython-automation
0 likes · 6 min read
Creating a WeChat Auto‑Reply Bot to Retrieve Test Tokens via wxpy and a Spring Boot API