agentd

zabbix_agentd cannot run as root

[code lang=”js”] Starting Zabbix agent: zabbix_agentd [10808]: user zabbix does not exist zabbix_agentd [10808]: cannot run as root![/code] [code lang=”js”]groupadd zabbix[/code] <p style="text-align: justify;"> <p> [code lang=&#8221;js&#8221;]chown zabbix:zabbix /var/run/zabbix/[/code] </p> <p style="text-align: justify;"> <p> [code lang=&#8221;js&#8221;]rm -f /var/log/zabbix/*[/code] </p> <p style="text-align: justify;"> <p> [code lang=&#8221;js&#8221;]rm -f /var/run/zabbix/*[/code] </p> <p style="text-align: justify;"> <p> [code lang=&#8221;js&#8221;]service zabbix-agent restart[/code] </p> <p style="text-align: justify;"> <p> [code lang=&#8221;js&#8221;]chkconfig zabbix-agent on[/code] </p> <p style="text-align: justify;"> This should fix the agent start-up problem.