Hi,
I have this warning in my Nagios log:
WARNING: RLIMIT_NPROC is 31329, total max estimated processes is 46568! You should increase your limits (ulimit -u, or limits.conf).
On this forum I've seen problem fixed by disable Deadpool, but it's already disable.
I have see problem that can be related to mysql connection, but event after change the default of 151 to 800, it's change nothing.
I still have the issues.
Where I can look next?
WARNING: RLIMIT_NPROC
Re: WARNING: RLIMIT_NPROC
What OS and release is the Nagios server running?
What version of Nagios XI is the server running?
Edit the following file
Add the following to increase the limit for nproc.
Reboot the server and see if the issue goes away.
What version of Nagios XI is the server running?
Edit the following file
Code: Select all
/etc/security/limits.confCode: Select all
* soft nproc 65535
* hard nproc 65535Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: WARNING: RLIMIT_NPROC
Hi,
My OS is CentOS release 6.10 and my Nagios XI release is 5.6.10
I did the change specified into your post and it's look ok now. Thanks!
My OS is CentOS release 6.10 and my Nagios XI release is 5.6.10
I did the change specified into your post and it's look ok now. Thanks!
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: WARNING: RLIMIT_NPROC
Glad to hear that took care of it for you.I did the change specified into your post and it's look ok now. Thanks!
We'll close this out, but feel free to open another post if you have any new questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!