Hi,
I need some help changing configurations of zabbix_server.conf. I found a lot of changes to make at the conf file, in order to optimize zabbix performance, but I've already done those and it is not working for me, so if someone can help, it would be great. Follow information about my server.
Distribution:
Linux Debian Lenny 2.6.26-2-amd64 #1 SMP Tue Jan 25 05:59:43 UTC 2011 x86_64 GNU/Linux
Hardware
Intel(R) Xeon(R) CPU X3430 @ 2.40GHz
2Gb ram memory.
Parameter Value Details
Zabbix server is running Yes localhost:10051
Number of hosts (monitored/not monitored/templates) 174 159 / 4 / 11
Number of items (monitored/disabled/not supported) 2434 676/1336 / 422
Number of triggers (enabled/disabled)[problem/unknown/ok] 179 179 / 0 [1 / 0 / 178]
Number of users (online) 6 1
Required server performance, new values per second 43.07 -
I'm coping part of my conf as follows, the commented lines are default.
my my.conf is like this.....
Any help will be great.
thanks
I need some help changing configurations of zabbix_server.conf. I found a lot of changes to make at the conf file, in order to optimize zabbix performance, but I've already done those and it is not working for me, so if someone can help, it would be great. Follow information about my server.
Distribution:
Linux Debian Lenny 2.6.26-2-amd64 #1 SMP Tue Jan 25 05:59:43 UTC 2011 x86_64 GNU/Linux
Hardware
Intel(R) Xeon(R) CPU X3430 @ 2.40GHz
2Gb ram memory.
Parameter Value Details
Zabbix server is running Yes localhost:10051
Number of hosts (monitored/not monitored/templates) 174 159 / 4 / 11
Number of items (monitored/disabled/not supported) 2434 676/1336 / 422
Number of triggers (enabled/disabled)[problem/unknown/ok] 179 179 / 0 [1 / 0 / 178]
Number of users (online) 6 1
Required server performance, new values per second 43.07 -
I'm coping part of my conf as follows, the commented lines are default.
Code:
StartPollers=100 #StartIPMIPollers=5 StartTrappers=100 StartPingers=150 # StartDiscoverers=1 # StartHTTPPollers=1 # ListenIP=0.0.0.0 # HousekeepingFrequency=1 # MaxHousekeeperDelete=500 # DisableHousekeeping=0 # SenderFrequency=30 CacheSize=32M # CacheUpdateFrequency=60 StartDBSyncers=32 HistoryCacheSize=16M # TrendCacheSize=4M # HistoryTextCacheSize=16M # NodeNoEvents=0 # NodeNoHistory=0 # Timeout=3 # TrapperTimeout=300 # UnreachablePeriod=45 UnavailableDelay=30 UnreachableDelay=5 # AlertScriptsPath=/home/zabbix/bin/ # ExternalScripts=/etc/zabbix/externalscripts FpingLocation=/usr/sbin/fping # Fping6Location=/usr/sbin/fping6 # SSHKeyLocation= # TmpDir=/tmp # Include= # StartProxyPollers=1 # ProxyConfigFrequency=3600 # ProxyDataFrequency=1
Code:
# [client] port = 3306 socket = /var/run/mysqld/mysqld.sock [mysqld_safe] socket = /var/run/mysqld/mysqld.sock nice = 0 [mysqld] user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp language = /usr/share/mysql/english skip-external-locking bind-address = 127.0.0.1 key_buffer = 64M max_allowed_packet = 64M thread_stack = 256K thread_cache_size = 16 myisam-recover = BACKUP max_connections = 800 table_cache = 256 thread_concurrency = 60 query_cache_limit = 10M query_cache_size = 32M mysqld_safe_syslog.cnf. expire_logs_days = 10 max_binlog_size = 100M [mysqldump] quick quote-names max_allowed_packet = 16M [isamchk] key_buffer = 16M !includedir /etc/mysql/conf.d/
Any help will be great.
thanks
So no straight answers and you will have to do some research. If you are using InnoDB I am happy to share my config as a starting point.
Comment