https://github.com/tictechtoee/app_crash_monitor
App Monitor is a Python Script for Monitoring an Application Crash by reading Event Logs in windows
https://github.com/tictechtoee/app_crash_monitor
email-sender error event-log gmail python windows
Last synced: 2 months ago
JSON representation
App Monitor is a Python Script for Monitoring an Application Crash by reading Event Logs in windows
- Host: GitHub
- URL: https://github.com/tictechtoee/app_crash_monitor
- Owner: ticTechtoee
- Created: 2024-03-16T07:34:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T19:27:20.000Z (about 2 years ago)
- Last Synced: 2025-05-21T13:59:35.636Z (about 1 year ago)
- Topics: email-sender, error, event-log, gmail, python, windows
- Language: Python
- Homepage: https://portfoliofarhan.pythonanywhere.com/
- Size: 14.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Easysales Sync Assistant
Easysales-Sync-Assistant is a Python Script for Monitoring an Application Crash.
This script will read the event log and search for a crash uisng event IDs, if found then It will look for the applicaiton name in the crash description, if found a specific applicaiton name then script will show a message, will send an Email to a specified email address, restart the target applicaiton and finally clear the log to start monitoring again.
Script will check for the event every 30 seconds.
## Usage
`python Easysales-Sync-Assistant.py`
update your .env file with `Sender Eamil Address`, `Receiver Eamil Address`, `Email App Password`, `Name of the customer`, and `Restart Time`
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)