Hi all,
I have a small Zabbix installation monitoring only 7 hosts. The Zabbix 2.4.4 Server is running on CentOS 6.
I have started receiving the error:
Which causes many of my Zabbix Server items to go to a Not Supported state.
I have checked the Zabbix logs and did not find any useful information on Debug level 3 or 4.
Anyone have ideas on how to resolve???
I have tried increasing the max file limit by using:
and also changing the /etc/security/limits.conf file to allow max of 65536 files.
I have a small Zabbix installation monitoring only 7 hosts. The Zabbix 2.4.4 Server is running on CentOS 6.
I have started receiving the error:
Code:
Cannot open /proc/*: [24] Too many open files
I have checked the Zabbix logs and did not find any useful information on Debug level 3 or 4.
Code:
item "Zabbix server:net.if.discovery" became not supported: Cannot open /proc/net/dev: [24] Too many open files 16267:20150511:092800.703 item "Zabbix server:vfs.fs.discovery" became not supported: Cannot open /proc/mounts: [24] Too many open files
I have tried increasing the max file limit by using:
Code:
ulimit -n 65535
Comment