Page 4 of 4

Re: NagiosXI+Remote-Workers-(Distributed Monitoring)

Posted: Mon Feb 27, 2017 10:31 am
by bheden
Shot in the dark here,

What are your open file limits?

What is the output of the following commands?

Code: Select all

ulimit -Hn
ulimit -Sn
su - [USER-RUNNING-GEARMAND] -c "ulimit -Hn"
su - [USER-RUNNING-GEARMAND] -c "ulimit -Sn"
cat /proc/sys/fs/file-max
Where [USER-RUNNING-GEARMAND] is the user that the gearmand process is running as. Maybe it is nagios, maybe it is gearman. You should be able to find that information in the startup script /etc/init.d/gearmand.