Error Monitoring(RESOLVED)
:afrog: Let me premise my question with a little background info. I have programmed with VB for a little over 6 months now. I am quite comfortable with VB and some API. Having said that, let me state my problem.
I work for as a computer operator and we monitor about 14 servers. As of now, we manually walk up to each server and view each one for error messages on the screen. What I am looking to do is automate the process.
I want to add a client console to one computer that will go to each server and get the list of errors that is on each server. I think I can achieve this by getting the Windows message map through the windows api. Where I am getting stuck is how to get the client console to get the error messages on the server. If anyone has any experience with this type of process, your help would be appreciated.
Re: Error Monitoring(RESOLVED)
DCOM is great for this. Have you looked into it?
Re: Error Monitoring(RESOLVED)
Are they Windows machines? Can't you use the MMC to look at the logs on the other machines? Or don't the errors get sent to the log?