About 98,800 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 necessary. 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 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 …

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

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

    When a change is made within a directory on a Windows system, I need a program to be notified immediately of the change. Is there some way of executing a program when a change occurs? …

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

  7. How do you run a Python script as a service in Windows?

    It seems like new-service in PowerShell should be able to do this, but starting (and monitoring) a script as a service evidently involves a lot more details, which nssm takes care of very nicely.

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

  9. Monitoring services of EC2 Windows instance using AWS …

    Jan 25, 2017 · 5 Yes, but out-of-the-box solutions like the EC2Config Windows Integration you alluded to aren't as readily available for service-level custom metrics. CloudWatch Custom …

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