您好,登錄后才能下訂單哦!
zabbix報錯:
zabbix server is not running:the information displayer may not be current。
環境是centos7。首先進服務器,查看日志tail -20 /var/log/zabbix/zabbix_server.log
顯示:
zbx_mem_realloc(): please increase CacheSize configuration parameter
16541:20200210:100236.335 === memory statistics for configuration cache ===
16541:20200210:100236.335 min chunk size: 18446744073709551615 bytes
16541:20200210:100236.335 max chunk size: 0 bytes
16541:20200210:100236.335 memory of total size 8388232 bytes fragmented into 71313 chunks
16541:20200210:100236.335 of those, 0 bytes are in 0 free chunks
16541:20200210:100236.335 of those, 7247240 bytes are in 71313 used chunks**
__zbx_mem_realloc(): out of memory (requested 16 bytes)
16855:20200210:100555.586 [file:dbconfig.c,line:94]
out of memory please increase CacheSize
根據提示,進行設置
vim /etc/zabbix/zabbix_server.conf
打開zabbix_server.conf找到Option: CacheSize,把原來的# CacheSize=8M前面的#注釋去掉,將8M修改為1024,這個1024根據服務器性能修改.
Option: CacheSize
Size of configuration cache, in bytes.
Shared memory size for storing host, item and trigger data.
Mandatory: no
Range: 128K-8G
Default:
CacheSize=1024M
最后重啟zabbix服務
systemctl start zabbix_server.service
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。