Maximum amount of memory used by Nagios XI
-
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
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.
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
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
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
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?
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
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
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
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
Tom
You do not have the required permissions to view the files attached to this post.
Re: Maximum amount of memory used by Nagios XI
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
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
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
Did setting the threshold at 95% work out for you?
Are we able to close this topic, or did you have more questions?
Are we able to close this topic, or did you have more questions?