Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T07:34:25.000Z (9 months ago)
- Last Synced: 2024-03-30T08:28:53.006Z (9 months ago)
- Topics: email-sender, error, event-log, gmail, python, windows
- Language: Python
- Homepage: https://portfoliofarhan.pythonanywhere.com/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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/)