溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

zabbix server is not running:t

發(fā)布時(shí)間:2020-08-06 08:43:43 來源:網(wǎng)絡(luò) 閱讀:152 作者:huashuo1894 欄目:系統(tǒng)運(yùn)維

zabbix報(bào)錯(cuò):
zabbix server is not running:the information displayer may not be current。
環(huán)境是centos7。首先進(jìn)服務(wù)器,查看日志
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
根據(jù)提示,進(jìn)行設(shè)置

vim /etc/zabbix/zabbix_server.conf

打開zabbix_server.conf找到Option: CacheSize,把原來的# CacheSize=8M前面的#注釋去掉,將8M修改為1024,這個(gè)1024根據(jù)服務(wù)器性能修改.

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服務(wù)

systemctl start zabbix_server.service

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI