WIndows services monitoring via graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jra2007
Posts: 1
Joined: Fri Jun 14, 2013 12:34 pm

WIndows services monitoring via graph

Post by jra2007 »

We are monitoring CPU, IO and Memory utilization of the application servers. On Application server, there is product installed. As part of this product, 6 windows services run. Will it be possible to monitor the Performance of each service in terms of CPU, IO and Memory for a day or multiple day?

For example on Jun 12, how much CPU and Memory usage is consumed by the service1 in terms of the graph?

If yes, would you please let me know what are the configurations, do we have to do in Nagios XI?

Thanks
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: WIndows services monitoring via graph

Post by sreinhardt »

You would likely want to look into Windows Performance Counters. However monitoring services in particular can be extremely difficult if they are not their own executable. Often they are simply a dll that is loaded with other services under an svchost.exe process, making this kind of monitoring very difficult. That is not to say impossible though, and again a single executable likely is pretty easy to do if you can find the perf counter for it!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked