المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Health monitoring server up or down and logging to database



C# Programming
08-20-2009, 03:42 AM
Hello,

I am a beginner to ASP.NET. I need some directions for this task.

Information about task:

Phase 1 : Assume Server whose health to monitor is GEMINI.
Create two unattended (non UI) Windows Services (or Windows exe) written in C#.
Every specific “duration” the windows services will be invoked.Use app.config file to store this duration value.
Should check the server (GEMINI) if it is up or down.
Check the following various applications under following broad classifications in the server.
Server
IIS
SQL Server
Windows Service ( control panel --> under services u see services running)
Windows Exe
Web Service

If the application is down and the server is down it has to log data into the sql server database.

Thanks in advance!

Ramito