NagiosXI+Remote-Workers-(Distributed Monitoring)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
bheden
Product Development Manager
Posts: 179
Joined: Thu Feb 13, 2014 9:50 am
Location: Nagios Enterprises

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

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Nagios Enterprises
Senior Developer
Locked