Hi Etienne,
there is an easy solution: make zabbix work with default busybox-config.
Zabbix needs busybox uname and busybox hostname. uname is in the default
busybox config, but hostname is not.
It's possible to get the hostname from /proc/sys/kernel/hostname, so use
it instead.
Signed-off-by
etienne.champet...@free.fr wrote:
> zabbix-agentd select BUSYBOX_CONFIG_UNAME and BUSYBOX_CONFIG_HOSTNAME,
> It's working ok in r39105 (419db8ef231eae6c0a514f32ff6c423c384900ca)(just
> before busybox config changes),
> but it's not in r39185 (13b222d757237eb7772eb7cf8433306ffd6b8ccd)(latest
> com
Hi Felix,
zabbix-agentd select BUSYBOX_CONFIG_UNAME and BUSYBOX_CONFIG_HOSTNAME,
It's working ok in r39105 (419db8ef231eae6c0a514f32ff6c423c384900ca)(just
before busybox config changes),
but it's not in r39185 (13b222d757237eb7772eb7cf8433306ffd6b8ccd)(latest
commit).
does 'select' command need