"""
A Python-based toolkit designed for SRE and L2 support engineers working with distributed legacy and cloud applications. Includes health checks, AWS log retrieval, disk/memory monitoring, and auto-remediation.
- HTTP health checks
- Port reachability test
- Linux service status and restart
- Disk & memory usage monitor
- AWS CloudWatch log fetcher
- S3 file listing and download
pip install -r requirements.txtpython main.pyEnsure AWS credentials are set in your environment or ~/.aws/credentials.
- Use
cron,systemd, or Jenkins for scheduled automation. - Deploy to AWS Lambda for serverless execution.
"""