Hi,
i have allready fixed my problem with bad performance on my zabbix server. I have modified the entries on zabbix_server.conf file. Know i have the following entries:
Know my question. Are this values okay? Which context is between the entries Server and StartSuckers?
[edit] With this values my Server with 1200 hosts run very nice.
i have allready fixed my problem with bad performance on my zabbix server. I have modified the entries on zabbix_server.conf file. Know i have the following entries:
Code:
############ GENERAL PARAMETERS ################# # This defines which server this is. # Default value 1 # This parameter must be between 1 and 255 Server=10 # Number of pre-forked instances of pollers # Default value is 6 # This parameter must be between 5 and 255 StartSuckers=24 # Number of pre-forked instances of trappers # Default value is 5 # This parameter must be between 2 and 255 StartTrappers=16
[edit] With this values my Server with 1200 hosts run very nice.

Comment