Can I use a precompiled agent on a machine with the following information:
uname -r
3.0.13-0.27-default
cat /proc/version
Linux version 3.0.13-0.27-default (geeko@buildhost) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) #1 SMP Wed Feb 15 13:33:49 UTC 2012 (d73692b)
cat /etc/issue
Welcome to SUSE Linux Enterprise Server 11 SP2 (x86_64) - Kernel \r (\l).
cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 2
I tried the version "Linux 2.6.23" which seems the "highest" but is still < 3.0.13 in sub-type amd64 because it says "x86_64" in the version information. It was a guess. The daemon starts, but
zabbix_get -s 127.0.0.1 -p 10050 -k "agent.ping"
returns empty. Can I use any of the precompiled agents or do I have to compile for myself?
uname -r
3.0.13-0.27-default
cat /proc/version
Linux version 3.0.13-0.27-default (geeko@buildhost) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) #1 SMP Wed Feb 15 13:33:49 UTC 2012 (d73692b)
cat /etc/issue
Welcome to SUSE Linux Enterprise Server 11 SP2 (x86_64) - Kernel \r (\l).
cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 2
I tried the version "Linux 2.6.23" which seems the "highest" but is still < 3.0.13 in sub-type amd64 because it says "x86_64" in the version information. It was a guess. The daemon starts, but
zabbix_get -s 127.0.0.1 -p 10050 -k "agent.ping"
returns empty. Can I use any of the precompiled agents or do I have to compile for myself?
Comment