TipokHostManager-Windows service management open source monitoring service introduction

TipokHostManager under Windows platform distributed management and monitoring service for Windows service

 Its implementation principle is not complicated, is based calling system WMI service and then calls the remote management console program through windows services and WCF Distributed Deployment Management Services

 The service is based on WMI implements a listener to guard against system services, processes, and can be based on the short message service through customized e-mail notification function.

Jane Seoul words, through the service, the realization of service implementation WINDOWS distributed deployment, upgrade, install, uninstall, monitoring.

Send a first class diagrams

 Relationship Class description

Start class Program Management Services, responsible for starting the service, in the main method, initialize an instance of HostService.

When the service starts, call the Start method HostService

Stop calling the corresponding method stops.

 

HostService Start mainly do two things:

1. Start monitoring local service category, MonitorLocalService, implement and monitor service monitoring system processes Win native (console, the form of such programs).

2. Call the static method InitilazerWCFService, start the WCF service external interfaces to provide remote service call interface control

 

Project address: https: //tipokhostmanager.codeplex.com/

Reproduced in: https: //www.cnblogs.com/wyxy2005/archive/2013/04/01/2992993.html

Guess you like

Origin blog.csdn.net/weixin_33709609/article/details/94510671