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.
Memory usage
-
gselvakumar
- Posts: 96
- Joined: Wed Mar 02, 2016 4:52 am
Memory usage
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
Gomathyshankar Selvakumar
Gomathyshankar Selvakumar
Re: Memory usage
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
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Memory usage
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
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
Gomathyshankar Selvakumar
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Memory usage
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.