Nagios picking wrong data for Memory

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vignesha
Posts: 115
Joined: Wed Oct 03, 2018 9:09 am

Nagios picking wrong data for Memory

Post by vignesha »

Hi Team,

We have one windows server under monitoring. Its having installed memory of 10GB, but when nagios is monitoring this server it shows only 50GB of Total memory.
Memory usage: total:56101.32 MB - used: 53922.61 MB (96%) - free: 2178.71 MB (4%)
Have attached the configuration behind this memory check. Please help in finding why nagios is gathering wrong data here... and do the needful
Thanks in Advance!!!!
You do not have the required permissions to view the files attached to this post.
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: Nagios picking wrong data for Memory

Post by gsmith »

Hi

I set up the NSClient++ on a Windows machine with 4 GB of memory and I get twice that:

Code: Select all

[nagios@gs-cent8-23-82 ~]$ /usr/local/nagios/libexec/check_nt -H 192.168.23.87 -s "greg123" -p 12489 -v MEMUSE -w 80 -c 90
Memory usage: total:8189.38 MB - used: 2448.61 MB (30%) - free: 5740.77 MB (70%) | 'Memory usage'=2448.61MB;6551.50;7370.44;0.00;8189.38
We don't provide the NSClient++ so we are limited as to what we can do.

Do you have any objections to using NCPA? That is the preferred method for monitoring Windows machines.

Let me know what you think.

Thanks
Locked