Interested in Watchdog Code?

pduckpduck Member Posts: 147
Hi,

I posted in some other threats, that I developed a Watchdog Service and Console Program especially for our eCommerce / NAS Solution.

The service has several functions like:
- Check if DB & NAS Service runs
- Check Eventlog for NAS starting
- Check Eventlog for bad Messages (e.g. "Error X in module y" or other custom Searchstrings with Wildcards)
- Check Navision Tables and Field Values via C/Front using Filters and Keys
- Check DB Size increasing a custom percent value
- Error Mail via SMTP
- Simple Web Front End
- Writing Messages in Eventlog
- Start / Stopping Services, Kill Service without Admin-Privileges
- Reading Messages out of the C/Front window which sometimes pops up when using C/Front. Also close it after reading via API Close Message
- ....

The Tool is written in Delphi 2006. I tried to program it object oriented but it has the problems of every custom tool: No real Documentation and any final Refactoring.

Because of this I didn't published it here but maybe someone is interested in some of the features and a look in the code could be helpful. So is there any interest to post the Code "like it is"? I would also try to give you answers if you are interested in special Parts.
Sign In or Register to comment.