Re: NagiosXI+Remote-Workers-(Distributed Monitoring)
Posted: Mon Feb 27, 2017 10:31 am
Shot in the dark here,
What are your open file limits?
What is the output of the following commands?
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.
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