#hi friends

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

 code ::   [EMAIL PROTECTED]:/ 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 ::   [EMAIL PROTECTED]:/ 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

-- 
zabbix_agentd will not start after reboot
https://bugs.launchpad.net/bugs/96644
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to