Search found 1 match

by guigigena
Wed Jul 23, 2014 3:05 pm
Forum: Open Source Nagios Projects
Topic: monitor Windows Process handles via nagios
Replies: 9
Views: 4980

Re: monitor Windows Process handles via nagios

I had the same issue, i found a simple way to do this.. With the agent NSCP++ and the module CheckCounter... CheckCounter "Counter:Handle=\\Process(Explorer)\\Handle Count" ShowAll MaxWarn=2000 MaxCrit=10000 Any conter of the perfmon can be added to the checkCounter, to know the name of th...