Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:31 +08:00
commit dce4e066d0
8 changed files with 187 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for synthetic-monitoring-setup skill
- [ ] setup_monitor.py: Automates the configuration of synthetic monitors based on user input and API calls.
- [ ] update_monitor.py: Allows modification of existing synthetic monitors, such as changing frequency or alert thresholds.
- [ ] delete_monitor.py: Removes synthetic monitors that are no longer needed.