Page 1 of 1

Window Swap totals include memory amount

Posted: Thu Oct 31, 2019 12:25 pm
by brucej543
Running Nagios XI 5.6.5. We starting to push NCPA to our Windows environment and see that the totals and usage for "Swap Usage" also includes the total and usage for the memory amounts. Is this be design? How can we get the TRUE Swap usage from the Windows servers.
We Have 2008, 2012, 2016 and 2019 windows servers

Re: Window Swap totals include memory amount

Posted: Thu Oct 31, 2019 2:07 pm
by lmiltchev
NCPA uses psutil to monitor memory. You can see how the swap memory is calculated here:

https://psutil.readthedocs.io/en/latest/#memory

Example (in the GUI)
example01.PNG