Files
butler-sos/docs/scripts/README.md
Göran Sander b3363e1ac5 build: enhance CI/CD pipeline with improved monitoring of insider builds
- 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.
2025-09-29 10:25:19 +02:00

1.1 KiB
Raw Permalink Blame History

Butler SOS Scripts

This directory contains various scripts and utilities for Butler SOS.

Insiders Build Monitor

The log monitoring system and email alert scripts are found:

📁 insiders-build-monitor/

This subdirectory contains:

  • PowerShell email sending scripts (PS 5.1 and modern versions)
  • Error alert system with HTML email templates
  • Gmail configuration and setup guides
  • Log monitoring workflow scripts

See the README in the insiders-build-monitor folder for complete documentation.

Additional Resources

Deployment

When deploying to the target server, place all scripts in:

D:\tools\scripts\insiders-build-monitor\

This maintains consistency with the workflow references and script paths.