Add Zabbix agent (active) to Template check: log[/var/log/kern.log,"Out of memory"]
In Configuration->Host->Items see for this key:
For some hosts with the same Template all right.
If the cloned key from a template in the local configuration also works.
On problem host:
Restart the agent, proxy and server has already done.
What to do? How to fix?
Sever: Zabbix 2.4.7 on Ubuntu 14.04.3 LTS
Proxy, Agents: Zabbix 2.4.7 on Ubuntu 12.04.5 LTS
In Configuration->Host->Items see for this key:
Code:
Cannot open file "/var/log/kern.log": [13] Permission denied
If the cloned key from a template in the local configuration also works.
On problem host:
Code:
$ id zabbix uid=114(zabbix) gid=124(zabbix) groups=124(zabbix),4(adm) $ ls -l /var/log/kern.log -rw-r----- 1 syslog adm 731954 апр. 19 12:57 /var/log/kern.log # su -s /bin/bash - zabbix zabbix@xxx:~$ wc -l /var/log/kern.log 6827 /var/log/kern.log
What to do? How to fix?
Sever: Zabbix 2.4.7 on Ubuntu 14.04.3 LTS
Proxy, Agents: Zabbix 2.4.7 on Ubuntu 12.04.5 LTS
Comment