Page 2 of 3

Re: Maximum amount of memory used by Nagios XI

Posted: Thu Oct 26, 2017 4:25 pm
by dwhitfield
This is probably what's going on: https://www.linuxatemyram.com/

What's the output of free -m?

You may just need to use a different check, or adjust your thresholds.

Re: Maximum amount of memory used by Nagios XI

Posted: Fri Oct 27, 2017 12:22 pm
by tmattingly

Code: Select all

# free -m
             total       used       free     shared    buffers     cached
Mem:         19983       8829      11153         15        163       1141
-/+ buffers/cache:       7524      12458
Swap:          255          0        255
#

Re: Maximum amount of memory used by Nagios XI

Posted: Fri Oct 27, 2017 1:24 pm
by dwhitfield
Definitely looks like 16GB would do it. You could go with 12GB, it looks like.

Did you have any other questions, or does the output of free -m resolve the issue for you?

Re: Maximum amount of memory used by Nagios XI

Posted: Fri Oct 27, 2017 1:37 pm
by tmattingly
I do agree with you. Again, I'm trying to keep the usage of memory under 90% so how do I limit it if I have a 16gb of ram to limit to say 14GB? This is so my other alert tools won't fire off with excessive memory consumption?

Re: Maximum amount of memory used by Nagios XI

Posted: Fri Oct 27, 2017 1:52 pm
by dwhitfield
You just need to use a different plugin. This one should suffice: https://exchange.nagios.org//directory/ ... sh/details

Re: Maximum amount of memory used by Nagios XI

Posted: Fri Oct 27, 2017 1:57 pm
by tmattingly
Good point but my other software is Spotlight by Quest. Hence the reason I'm trying to leave some buffer so it won't alarm. see attachment

Tom

Re: Maximum amount of memory used by Nagios XI

Posted: Fri Oct 27, 2017 3:15 pm
by cdienger
I'm not familiar with spotlight, but are there other options available for it to monitor a system or system memory? The problem comes down to it's checking a value that, while technically correct, doesn't give a real good idea of actual memory availability. I did a quick search online thinking others may have run into the same situation with spotlight but didn't find anything promising in the results. Have you tried reaching out to their support team?

Re: Maximum amount of memory used by Nagios XI

Posted: Fri Oct 27, 2017 3:38 pm
by tmattingly
Nope but I'll plan to do that next week. I'll let you know what they report...

Re: Maximum amount of memory used by Nagios XI

Posted: Fri Oct 27, 2017 5:52 pm
by tmattingly
I did set the threshold at 95% for now. My local Spotlight guy showed me how.

Re: Maximum amount of memory used by Nagios XI

Posted: Mon Oct 30, 2017 10:20 am
by kyang
Did setting the threshold at 95% work out for you?

Are we able to close this topic, or did you have more questions?