Telegraf on Suse 10

Hello,

I need install Telegraf on Suse 10 but binary file doesn’t work.
Does anyone know if this Suse version is supported?

Regards.

You are going to have to download the Linux Binary and install it manually

I do it but don’t work, maybe SuSE 10 is not supported?

# lsb_release -a
LSB Version: core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64:desktop-3.1-amd64:desktop-3.1-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch
Distributor ID: SUSE LINUX
Description: SUSE Linux Enterprise Server 10 (x86_64)
Release: 10
Codename: n/a

# ls -l /usr/bin/telegraf
-rwxr-xr-x 1 root root 59709664 Jan 8 2019 /usr/bin/telegraf

# /etc/init.d/telegraf status
telegraf Process is not running [ FAILED ]

# /etc/init.d/telegraf start
Starting the process telegraf [ OK ]
startproc: exit status of parent of /usr/bin/telegraf: 4
telegraf process was started [ OK ]
LES0009001982:~ # /etc/init.d/telegraf status
telegraf Process is not running [ FAILED ]

# ps -ef | grep tele
root 14216 13670 0 12:16 pts/1 00:00:00 grep tele

# /etc/init.d/telegraf version
futexwakeup addr=0xc00003af40 returned -38
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x1006 pc=0x42bf5b]

runtime stack:
runtime.throw(0x225b54b, 0x2a)
/usr/local/go/src/runtime/panic.go:608 +0x72
runtime.sigpanic()
/usr/local/go/src/runtime/signal_unix.go:374 +0x2f2
runtime.futexwakeup(0xc00003af40, 0x1)
/usr/local/go/src/runtime/os_linux.go:81 +0x8b
runtime.notewakeup(0xc00003af40)
/usr/local/go/src/runtime/lock_futex.go:136 +0x42
runtime.startm(0x0, 0x200000001)
/usr/local/go/src/runtime/proc.go:2081 +0xd9
runtime.wakep()
/usr/local/go/src/runtime/proc.go:2147 +0x48
runtime.ready(0xc000000300, 0x4, 0x40803101)
/usr/local/go/src/runtime/proc.go:664 +0xf9
runtime.goready.func1()
/usr/local/go/src/runtime/proc.go:313 +0x38
runtime.systemstack(0x0)
/usr/local/go/src/runtime/asm_amd64.s:351 +0x66
runtime.mstart()
/usr/local/go/src/runtime/proc.go:1229

goroutine 3 [running]:
runtime.systemstack_switch()
/usr/local/go/src/runtime/asm_amd64.s:311 fp=0xc00005f698 sp=0xc00005f690 pc=0x45c750
runtime.goready(0xc000000300, 0x4)
/usr/local/go/src/runtime/proc.go:312 +0x5c fp=0xc00005f6c8 sp=0xc00005f698 pc=0x43021c
runtime.send(0xc00004a070, 0xc000086000, 0x24f3390, 0xc00005f758, 0x3)
/usr/local/go/src/runtime/chan.go:292 +0x7c fp=0xc00005f6f8 sp=0xc00005f6c8 pc=0x4070bc
runtime.chansend(0xc00004a070, 0x24f3390, 0x1, 0x421d8f, 0x0)
/usr/local/go/src/runtime/chan.go:191 +0x4df fp=0xc00005f778 sp=0xc00005f6f8 pc=0x406f2f
runtime.chansend1(0xc00004a070, 0x24f3390)
/usr/local/go/src/runtime/chan.go:125 +0x35 fp=0xc00005f7b0 sp=0xc00005f778 pc=0x406a45
runtime.bgsweep(0xc00004a070)
/usr/local/go/src/runtime/mgcsweep.go:51 +0x6f fp=0xc00005f7d8 sp=0xc00005f7b0 pc=0x421d8f
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc00005f7e0 sp=0xc00005f7d8 pc=0x45e831
created by runtime.gcenable
/usr/local/go/src/runtime/mgc.go:216 +0x58

goroutine 1 [runnable, locked to thread]:
runtime.gopark(0x22eaec8, 0xc00004a0c8, 0xc00004170d, 0x3)
/usr/local/go/src/runtime/proc.go:302 +0xeb
runtime.goparkunlock(0xc00004a0c8, 0x170d, 0x3)
/usr/local/go/src/runtime/proc.go:308 +0x53
runtime.chanrecv(0xc00004a070, 0x0, 0xc000000301, 0x41a628)
/usr/local/go/src/runtime/chan.go:520 +0x2be
runtime.chanrecv1(0xc00004a070, 0x0)
/usr/local/go/src/runtime/chan.go:402 +0x2b
runtime.gcenable()
/usr/local/go/src/runtime/mgc.go:217 +0x6f
runtime.main()
/usr/local/go/src/runtime/proc.go:164 +0x119
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1333 +0x1