I installed the Zabbix agent on a AIX machine. Though it works well, I have the following error repeated countless time.
A search on internet let me see other people with the same problem but without any solution.
Does a solution exist for this problem?
Code:
zabbix_agentd [3539390]: Is this process already running? Could not lock PID file [/tmp/zabbix_agentd.pid]: [13] Permission denied
Code:
$ ls -l /tmp | grep zabbix -rw-rw-r-- 1 zabbix zabbix 8 Sep 26 11:01 zabbix_agentd.pid
Code:
$ oslevel -s 7200-03-03-1914
Code:
$ /opt/zabbix/sbin/zabbix_agentd -V zabbix_agentd (daemon) (Zabbix) 4.0.7 Revision 92831 18 April 2019, compilation time: May 10 2019 08:40:52 Copyright (C) 2019 Zabbix SIA License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it according to the license. There is NO WARRANTY, to the extent permitted by law. Supported technology levels: 6100 and above
A search on internet let me see other people with the same problem but without any solution.
Does a solution exist for this problem?
Comment