Hi,
Is there a way to create a alert or check in SW when the Non Paged Pool Memory fills up per this KB - https://support.microsoft.com/en-us/kb/970054
Thanks.
There are at least two different ways you could monitor for this condition. You could either use the Windows Event Log Monitor looking for EventID 333, or you could create a Windows Performance Counter Monitor using the Component Monitor Wizard and monitor the Pool NonPaged memory.
Ok, I see that the counters. But how to would I alert on % of the nonpaged memory used? I can't seem to find that anywhere.
Once monitored, you can simply configure the thresholds appropriately for those counters, then the default out-of-the-box "Alert me when a component goes into warning or critical state" should trigger when the threshold has been exceeded. Alternatively you can create your own alert in the Alert Manager based on thresholds or status of those components.