BINGO, i figured it out!
Ok for anyone finding this page. Follow these instructions:
1) Be sure that you've already added a WMI Memory sensor for the server you want to pull % Used Memory info from. You're going to need that sensor ID number in the next part.
3) Under that same server, click Add Sensor
4) Search for "factory" and click "Add this" under "Factory Sensor"
5) In the channel definition field paste this:
#1:Percent Used Memory
100 - channel(SENSOR_ID_OF_SOURCE_WMI_MEMORY_SENSOR_FROM_STEP_1_, 0)
So lets say your WMI Memory sensor (the annoying one that only shows % available and not % used) is 8475. It should look like this:
#1:Percent Used Memory
100 - channel(8475, 0)
All done!
Thanks for the help Torsten!
Add comment