About 253,000 results
Open links in new tab
  1. monitoring - How to monitor Windows services - Stack Overflow

    May 8, 2013 · I'm looking for a way to monitor certain Windows services (on Windows Server 2003) and restart if necessar y. The services are on different servers and include mainly SQL Server services …

  2. How to monitor a Windows Service on an Azure VM?

    Dec 24, 2018 · I have a windows service running on a Azure VM availability set. What is the best way to instrument monitoring for this service utilizing any of the Azure monitoring solutions?

  3. How we can monitor a service status using Zabbix?

    Mar 6, 2019 · 0 We are using Zabbix for server monitoring and its working fine for system resources like disk, CPU, memory etc. Now we want to monitor some services also whether they are running fine or …

  4. c# - Creating a user interface for monitoring and interacting with a ...

    Nov 21, 2009 · 15 I need to run a bunch of pluggable processes in a windows service on my server and want to create a user interface that allows me to interact with each of the plugins in use by the …

  5. How can I monitor a Windows directory for changes?

    This question helped me a lot to understand the File Watcher System. I implemented ReadDirectoryChangesW to monitor a directory and all its sub directories and get the information …

  6. How to monitor windows services using c# - Stack Overflow

    Apr 19, 2016 · How can i monitor windows services using c# and i also have to save those services name, started time and services end time using in a CSV file. If any new services started than it …

  7. Run batch file as a Windows service - Stack Overflow

    May 23, 2017 · It will run your batch file but has loads of additional and very useful functionality such as scheduling, service up monitoring, GUI or XML based install of services, dependencies, …

  8. How do I code a watchdog timer to restart a Windows service?

    Jul 5, 2011 · Could anyone give some sample code how to use an internal watchdog running in another thread, since I currently have a task to develop a windows service which will be able to self restart in …

  9. c# - Heartbeat activity for Windows Service - Stack Overflow

    Jan 26, 2012 · If your case here is limited to service health check, I am pretty sure this can be done by windows tools such as windows performance monitor. Collecting their data should be an easier task …

  10. Monitor the performance of individual window service

    Mar 6, 2010 · I have 7 windows services. i want to monitor the performance of the individual services like the processor usage, memory usage etc. If i use perfmon, it gives for the entire system but not the …