1, the UserParameter's command part seems not support awk, ( sed ? ) , it's a little pity maybe.
2, after killing the process zabbix_agentd with "killall zabbix_agentd", you cannot start it directly use /path/zabbix_agentd,There maybe double errors:
a.[Address already in use]. Another zabbix_agentd already running ?
b.File [/var/tmp/zabbix_agentd.pid] exists
===>$ tail -30 logs/zabbix_agentd.log
015047:20051218:170304 Got signal. Exiting ...
015072:20051218:170323 zabbix_agentd started. ZABBIX 1.1beta4.
015072:20051218:170323 Cannot bind to port 10050. Error [Address already in use]. Another zabbix_agentd already running ?
015077:20051218:170342 File [/var/tmp/zabbix_agentd.pid] exists. Is this process already running ?
015081:20051218:170351 zabbix_agentd started. ZABBIX 1.1beta4.
015082:20051218:170351 zabbix_agentd 15082 started
3, the configration file's path cannot redirect by --prefix while do configure. and when I modified the configrations, I had to stop & start the daemon.
2, after killing the process zabbix_agentd with "killall zabbix_agentd", you cannot start it directly use /path/zabbix_agentd,There maybe double errors:
a.[Address already in use]. Another zabbix_agentd already running ?
b.File [/var/tmp/zabbix_agentd.pid] exists
===>$ tail -30 logs/zabbix_agentd.log
015047:20051218:170304 Got signal. Exiting ...
015072:20051218:170323 zabbix_agentd started. ZABBIX 1.1beta4.
015072:20051218:170323 Cannot bind to port 10050. Error [Address already in use]. Another zabbix_agentd already running ?
015077:20051218:170342 File [/var/tmp/zabbix_agentd.pid] exists. Is this process already running ?
015081:20051218:170351 zabbix_agentd started. ZABBIX 1.1beta4.
015082:20051218:170351 zabbix_agentd 15082 started
3, the configration file's path cannot redirect by --prefix while do configure. and when I modified the configrations, I had to stop & start the daemon.
Comment