From http://www.zabbix.com/manual/v1.1/install_agent.php:
# 2. To configure the source for the client:
shell> ./configure --enable-agent
# 3. Build agent:
shell> make
Copy created binaries from bin/ to /opt/zabbix/bin or any other directory Other common directories are /usr/local/bin or /usr/local/zabbix/bin.
Only item in bin/ is ZabbixW32.exe. Why does it not build a linux binary? Something like zabbix_agentd?
===
FC4
zabbix-1.1beta8
php4
mysql3
apache2
# 2. To configure the source for the client:
shell> ./configure --enable-agent
# 3. Build agent:
shell> make
Copy created binaries from bin/ to /opt/zabbix/bin or any other directory Other common directories are /usr/local/bin or /usr/local/zabbix/bin.
Only item in bin/ is ZabbixW32.exe. Why does it not build a linux binary? Something like zabbix_agentd?
===
FC4
zabbix-1.1beta8
php4
mysql3
apache2
Comment