NagiosXI server memory usage

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gregwhite
Posts: 206
Joined: Wed Jun 01, 2011 12:40 pm

NagiosXI server memory usage

Post by gregwhite »

We are using check_local_memory for our memory check on our NagiosXI server. The server is running Centos 6.5.
Recently we have been getting both warning and critical alerts. The thresholds are set to w: 5 and c:2. The servers performance did not seem desegregated. We came across a post where a person said that this command doesn't yield accurate memory usage because it counts cached memory as used and not free. He recommended using -n at the end of the command and when we did it should 20 gig free out of 24. Before putting this in production I wanted to verify this with you and make sure we are getting accurate information on memory usage.

Thanks,
Greg
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI server memory usage

Post by lmiltchev »

Does the "check_local_memory" use the custom_check_mem plugin? If it does, then you will be able to include the cached memory to the free memory by using the "-n" flag.

We have a KB article on the topic here:
https://support.nagios.com/kb/article/n ... y-171.html

Let us know if you have any more questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
gregwhite
Posts: 206
Joined: Wed Jun 01, 2011 12:40 pm

Re: NagiosXI server memory usage

Post by gregwhite »

Thanks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI server memory usage

Post by lmiltchev »

You are welcome @gregwhite! Is it ok to lock this topic?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked