Tagged articles
2 articles
Page 1 of 1
Ops Development Stories
Ops Development Stories
Feb 20, 2020 · Operations

How to Send Zabbix Alerts to Feishu Groups Using Python API

This guide explains how to integrate Zabbix alert notifications with Feishu by obtaining necessary tokens, retrieving user and chat IDs, and using Python code to send text messages to Feishu groups or users, including configuration steps within Zabbix.

Feishu APIPythonalert notification
0 likes · 6 min read
How to Send Zabbix Alerts to Feishu Groups Using Python API
FunTester
FunTester
Sep 8, 2019 · Backend Development

How to Add Real‑Time Alert Notifications for API Test Failures in Java

This article explains how to detect server‑induced empty JSON responses during API automation, integrate the free AlertOver service for instant failure alerts, and provides complete Java code for a robust getHttpResponse method and an AlertOver utility class to send system, function, business, and reminder messages.

API testingMonitoringalert notification
0 likes · 9 min read
How to Add Real‑Time Alert Notifications for API Test Failures in Java