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.
1.1 KiB
1.1 KiB
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⁄:
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
- Main Documentation - Complete setup and usage guide
- Gmail Setup Guide - Step-by-step Gmail configuration
- Email Template - HTML email template for alerts
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.