node_exporter
node_exporter copied to clipboard
runtime: epollwait on fd 4 failed with 38,fatal error: runtime: netpoll failed
在系统为centos5.8中,运行程序,报如下错误:
runtime: epollwait on fd 4 failed with 38 fatal error: runtime: netpoll failed
runtime stack: runtime.throw(0xc2ae1c, 0x17) D:/Program Files/Go/src/runtime/panic.go:1117 +0x72 runtime.netpoll(0x0, 0xc000000000) D:/Program Files/Go/src/runtime/netpoll_epoll.go:130 +0x368 runtime.sysmon() D:/Program Files/Go/src/runtime/proc.go:5239 +0x305 runtime.mstart1() D:/Program Files/Go/src/runtime/proc.go:1306 +0xc8 runtime.mstart() D:/Program Files/Go/src/runtime/proc.go:1272 +0x6e
goroutine 1 [runnable, locked to thread]: github.com/godbus/dbus.init() F:/gopath/pkg/mod/github.com/godbus/[email protected]/call.go:8
This appears to be on Windows. The node_exporter is for Linux/UNIX systems. You're probably looking for the windows_exporter.
I also encountered this problem. Is there any way to use node-exporter on centos5 without upgrading the kernel?
No, the CentOS 5 2.6.18 kernel is not supported by our compiler. There is no possible way to support it.