Zabbix agent 启动失败,报错:cannot open log

主要内容:Zabbix agent 启动失败,报错:cannot open log

=====================================================

完整报错内容如下:

zabbix_agentd [16627]: cannot open log: cannot create semaphore set: [28] No space left on device

 

解决方案:

# vim /etc/sysctl.conf

新增或修改参数为:kernel.sem =500 64000 64 256

# sysctl -p /etc/sysctl.conf

重新启动zabbix-agent服务,检查zabbix-agent进程是否已经正常启动

# ps aux |grep zabbix

# netstat -antpl |grep 10050

 

如果zabbix agent依旧无法启动,还是报错:cannot open log

则可以尝试检查各参数的值在往大调整,重复上述步骤,检查zabbix agent进程运行情况

 

posted @ 2021-02-26 10:21  发了霉的面包  阅读(977)  评论(0)    收藏  举报