Maximum amount of memory used by Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Maximum amount of memory used by Nagios XI

Post 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.
tmattingly
Posts: 115
Joined: Thu Oct 23, 2014 12:53 pm

Re: Maximum amount of memory used by Nagios XI

Post 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
#
Last edited by dwhitfield on Fri Oct 27, 2017 1:22 pm, edited 1 time in total.
Reason: code blocks FTW
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Maximum amount of memory used by Nagios XI

Post 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?
tmattingly
Posts: 115
Joined: Thu Oct 23, 2014 12:53 pm

Re: Maximum amount of memory used by Nagios XI

Post 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?
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Maximum amount of memory used by Nagios XI

Post by dwhitfield »

You just need to use a different plugin. This one should suffice: https://exchange.nagios.org//directory/ ... sh/details
tmattingly
Posts: 115
Joined: Thu Oct 23, 2014 12:53 pm

Re: Maximum amount of memory used by Nagios XI

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Maximum amount of memory used by Nagios XI

Post 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?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
tmattingly
Posts: 115
Joined: Thu Oct 23, 2014 12:53 pm

Re: Maximum amount of memory used by Nagios XI

Post by tmattingly »

Nope but I'll plan to do that next week. I'll let you know what they report...
tmattingly
Posts: 115
Joined: Thu Oct 23, 2014 12:53 pm

Re: Maximum amount of memory used by Nagios XI

Post by tmattingly »

I did set the threshold at 95% for now. My local Spotlight guy showed me how.
kyang

Re: Maximum amount of memory used by Nagios XI

Post 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?
Locked