About 252,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 …

  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 …

  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 …

  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 …

  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 …

  7. 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 …

  8. 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, …

  9. Using a FileSystemWatcher with Windows Service

    Jun 14, 2015 · 10 I have a windows service which needs to monitor a directory for files and then move it to another directory. I am using a FileSystemWatcher to implement this. This is my …

  10. How to mute Monitor in Datadog, when Windows Service has …

    Sep 10, 2019 · Is it possible to automatically mute created Datadog Monitor(which is monitoring Windows Service), when Windows service state was changed from Automatic to Disabled? …