Create archfc endpoint monitor tests

This script pings the Arch-Function endpoint with predefined test cases
to ensure it's functioning correctly. If failures exceed a threshold, it
sends an alert via Slack.
This commit is contained in:
Adil Hafeez 2025-11-14 04:56:36 -08:00
parent 126b029345
commit 95220fef39
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 461 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Arch-FC Monitor
A monitoring tool for Arch-FC endpoints that runs tests and sends Slack alerts on failures.