Comment 4 for bug 96644

Revision history for this message
kavi (bhashkavi) wrote :

#hi friends

#I fixed this bug.
#-------------------
#Change the pid (process ID) then it works.
#1.
#Open file /etc/zabbix/zabbix_agentd.conf

 code :: linux@linux:/ sudo vi /etc/zabbix/zabbix_agentd.conf
               then search for pidfile
               then change
               PidFile=/var/run/zabbix-agent/zabbix_agentd.pid
               to
               PidFile=/var/tmp/zabbix_agentd.pid
#2.
#Open file /etc/init.d/zabbix_agent

 code :: linux@linux:/ sudo vi /etc/init.d/zabbix_agent
               then search for pidfile
               then change
               PID=/var/run/zabbix-ageent/$NAME.pid
               to
               PID=/var/tmp/$NAME.pid

Now it works