mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
- Introduced the Butler SOS log monitoring system for automated error detection and alerting. - Added PowerShell scripts for sending emails: Send-Email-PS51.ps1 (for PowerShell 5.1) and Send-Email-Modern.ps1 (for PowerShell 7+). - Implemented Send-ErrorAlert.ps1 for sending service error alerts using customizable HTML templates. - Created HTML email template for Butler SOS error alerts with professional formatting. - Documented setup, configuration, and usage instructions in README.md. - Established GitHub Actions workflow for monitoring log files and sending alerts.
README.testing.md
This file provides guidance to Copilot about testing practices in this repository.
Unit tests
- Verify tests work after creation new test files.
- Do not fix linting or formatting issues in tests. These will be handled later using other tools.
- Run tests using "npm run test".