Memory usage

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gselvakumar
Posts: 96
Joined: Wed Mar 02, 2016 4:52 am

Memory usage

Post 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.
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
Gomathyshankar Selvakumar
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Memory usage

Post 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.
Former Nagios Employee
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Memory usage

Post by Box293 »

This is explained in this KB article:

https://support.nagios.com/kb/article.php?id=169
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
gselvakumar
Posts: 96
Joined: Wed Mar 02, 2016 4:52 am

Re: Memory usage

Post 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
Thanks & Regards,
Gomathyshankar Selvakumar
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Memory usage

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked