mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
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:
parent
126b029345
commit
95220fef39
5 changed files with 461 additions and 0 deletions
16
tests/archfc_monitor/pyproject.toml
Normal file
16
tests/archfc_monitor/pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[project]
|
||||
name = "archfc-monitor"
|
||||
version = "0.1.0"
|
||||
description = "Monitoring tool for Arch-FC endpoints"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"requests>=2.31.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
archfc-monitor = "archfc_monitor:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
Loading…
Add table
Add a link
Reference in a new issue