Hello Team,
Problem description:
I received the following error message on the Zabbix Server:
"Too many processes on zabbixserver"
I checked the process running on the machine and I found that the Zabbix Server has 1397 process running:
~$ ps -ef | awk '{ print $8 }' | sort -n | uniq -c | sort -n | tail -5
3 lightdm
5 /usr/sbin/zabbix_agentd:
6 /sbin/getty
11 /usr/sbin/apache2
1397 /usr/sbin/zabbix_server:
~$
Can you help me to solve this issue?
Thanks in advance.
Regards.
Problem description:
I received the following error message on the Zabbix Server:
"Too many processes on zabbixserver"
I checked the process running on the machine and I found that the Zabbix Server has 1397 process running:
~$ ps -ef | awk '{ print $8 }' | sort -n | uniq -c | sort -n | tail -5
3 lightdm
5 /usr/sbin/zabbix_agentd:
6 /sbin/getty
11 /usr/sbin/apache2
1397 /usr/sbin/zabbix_server:
~$
Can you help me to solve this issue?
Thanks in advance.
Regards.
Comment