Which agents are capable of running on the 2.4 kernel and also sending the data gathered to a 1.4.x Zabbix server?
Ad Widget
Collapse
Which agents support the Linux 2.4 kernel?
Collapse
X
-
ZABBIX agent works on both 2.4.x and 2.6.x kernels. -
I don't know. The message does not come from the agent.Originally posted by LibilaThen why am I getting this error when starting the zabbix 1.4 agent?Comment
-
I don't see how this is not coming from the agent. This time I didn't use the startup script just executed the binary and I get this output:
Are there any special configure flags needed to compile support for 2.4 Alex? Your instructions are rather generic.Code:/usr/local/bin/zabbix_agentd -V FATAL: kernel too old Segmentation fault
Comment
-
Here is my strace output.
execve("/usr/local/bin/zabbix_agentd", ["/usr/local/bin/zabbix_agentd"], [/* 16 vars */]) = 0
uname({sys="Linux", node="example.com", ...}) = 0
open("/dev/tty", O_RDWR|O_NONBLOCK|O_NOCTTY) = 3
writev(3, [{"FATAL: kernel too old\n", 22}], 1FATAL: kernel too old
) = 22
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++Comment
-
I believe the agent binary you are using was built on an older version of kernel or libc.Comment
Comment