Page 1 of 1
Memory usage
Posted: Thu May 26, 2016 12:34 am
by gselvakumar
Hi Team,
We have monitoring Memory usage parameter of windows server. The window server have just 1GB ram but the Nagios dashboard is showing 4 GB.Can u help me with this.
Re: Memory usage
Posted: Thu May 26, 2016 10:51 am
by rkennedy
Can you show us the check_command running for it? Off the top of my head, I'm guessing it's aggregating your swap as well, which is normal.
Re: Memory usage
Posted: Thu May 26, 2016 10:18 pm
by Box293
Re: Memory usage
Posted: Fri May 27, 2016 2:31 am
by gselvakumar
The command we are using
Code: Select all
/usr/local/nagios/libexec/check_nt -H Servrername -s "Passone7" -p 12489 -v MEMUSE -w 80 -c 90
Re: Memory usage
Posted: Mon May 30, 2016 1:48 am
by Box293
The article I referenced above is the solution to your problem. check_nt and MEMUSE does not have a way of differentiating the pagefile from the physical memory.