I have written a WMI counter monitor to check the number of connected devices on a certain service. I need it to reverse the critical and warning thresholds for example. Warning if connected devices is lesss than 2000 and critical if connected devices is less than 1500. It appears that NPM only does equals to and greater than for it's thresholds.
I'm evaluating this and if this is not possible then it's a show-stopper!.
Thanks