Re: [OpenWrt-Devel] bug with recent busybox config changes

2014-01-11 Thread Stefan Hellermann
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.

Re: [OpenWrt-Devel] bug with recent busybox config changes

2014-01-10 Thread Mark Mentovai
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

[OpenWrt-Devel] bug with recent busybox config changes

2014-01-03 Thread etienne . champetier
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