At long last! Fans of bobross (a.k.a. "BobRoss" - the user on THWACK, not to be confused with "RobBoss" the YouTube star: The Joy of Whiteboarding with Rob Boss - Happy Network - YouTube) and his now famous "LinuxAteMyRam" post (Re: Linux Memory Utilization Monitors and You); as well as sysadmins who want to see the "right" values for Linux RAM can use this Poller in place of the SolarWinds standard. This poller calculates RAM as:
1 – (memAvailReal / memTotalReal)
...rather than the SolarWinds calculation of:
1 - ((memAvailReal + memBuffer + memCache) / memTotalReal)