Hi.
I want to monitor only one service on my node, for example, spooler. If spooler is up, I want to see Up status of the App and if spooler is down, App must became Down too. At first sight, "Windows Service Monitor" is what I looking for.
But there is a problem - this component requests not only service status, but also CPU and RAM consumption. This is redundant for me, because I need only service status. And I still can't use Windows Service Monitor component, because if it is not getting CPU and MEM statistics, App will be never Up state (it will be Unknown at best).
What component I'd better use to get App status which depends on service status only?
Thank you.