https://github.com/deonvz/eventlogmonitor
This app monitors the Eventlog on a certain machine if it shows errors or warnings which can be set in eventmon.vbs it will mail the email address that is set in the mailsend.bat file. This is achieved by adding the events.bat under the scheduled tasks and running it when desired. Through mailsend.bat & mailsend.exe it will be able to mail the recipients the relative info and also the body of msg.txt.If triggered it will log to sendmail.txt. Uses VBscript, DOS and the sendmail app.
https://github.com/deonvz/eventlogmonitor
alerting batch batch-script dos eventlog eventlogmonitor eventlogs events monitor monitoring reporting vbs vbscript windows
Last synced: 2 months ago
JSON representation
This app monitors the Eventlog on a certain machine if it shows errors or warnings which can be set in eventmon.vbs it will mail the email address that is set in the mailsend.bat file. This is achieved by adding the events.bat under the scheduled tasks and running it when desired. Through mailsend.bat & mailsend.exe it will be able to mail the recipients the relative info and also the body of msg.txt.If triggered it will log to sendmail.txt. Uses VBscript, DOS and the sendmail app.
- Host: GitHub
- URL: https://github.com/deonvz/eventlogmonitor
- Owner: deonvz
- License: mit
- Created: 2019-09-21T11:57:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T08:22:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T20:48:45.124Z (4 months ago)
- Topics: alerting, batch, batch-script, dos, eventlog, eventlogmonitor, eventlogs, events, monitor, monitoring, reporting, vbs, vbscript, windows
- Language: VBScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EventlogMonitor
This app monitors the Eventlog on a certain machine if it shows errors or warnings which can be set in eventmon.vbs it will mail the email address that is set in the mailsend.bat file. This is achieved by adding the events.bat under the scheduled tasks and running it when desired. Through mailsend.bat & mailsend.exe it will be able to mail the recipients the relative info and also the body of msg.txt.If triggered it will log to sendmail.txt. Uses VBscript, DOS and the sendmail app.