From: Buchan M. <bg...@st...> - 2009-06-01 07:52:58
|
On Friday 29 May 2009 17:51:07 joh...@ac... wrote: > I have recently setup a test environment with Xymon and Devmon. I also > have a current Cacti environment setup and wondered if there is a way to > have Devmon monitor some of the windows perfmon stats that Cacti can > handle with Nagios & Nsclient. I want to be able to monitor disk queue > length which can be obtained from perfmon. I have been able to do this > with Cacti and figure there has to be some way to do this same thing > with Devmon. Any ideas? If the data is available via SNMP, you can do it with devmon. If not, devmon can't help you. Have you looked at the microsoft-win2k3server template in svn: http://devmon.svn.sourceforge.net/viewvc/devmon/trunk/templates/microsoft- win2k3server/ With the template (and some configuration of Xymon), you should be able to get: -Graphs of CPU utilisation (per CPU) (I might not have enabled thresholds here yet) -Graphs of disk space utilisation with thresholds -Graphs of network utilisation per interface (with utilisation) -Graphs of memory utilisation (just "real" and "swap", this is what is available by snmp) -Services which are running In future I would like to add per-process resource utilisation - for Unix and Windows - (but, this requires some development in devmon). Additional templates should be possible for any other services that provide monitoring information via SNMP, as far as I know, Exchange and MSSQL server should be able to. Of course, you could just use BBWin ... Regards, Buchan |